Skip to content
  • Guillaume Roguez's avatar
    AudioRecord: fix concurrency access · 57fb8cbd
    Guillaume Roguez authored
    recordingEnabled_ was not thread safe.
    AudioRecorder is an example of class that does concurrent access
    on this member, througth AudioRecord::recData() inside a private thread.
    
    This patch also remove protected members (converted to private).
    
    Issue: #79703
    Change-Id: I4bf54000c512b6a79d89bc74eb238d6f098c4321
    57fb8cbd