Home
last modified time | relevance | path

Searched refs:mIsPrivacySensitive (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h132 return mIsPrivacySensitive; in isPrivacySensitive()
136 mIsPrivacySensitive = privacySensitive; in setPrivacySensitive()
186 bool mIsPrivacySensitive = false; variable
DAAudioStreamParameters.cpp49 mIsPrivacySensitive = other.mIsPrivacySensitive; in copyFrom()
206 ALOGD("mIsPrivacySensitive = %s", mIsPrivacySensitive ? "true" : "false"); in dump()
DAudioStream.h269 return mIsPrivacySensitive; in isPrivacySensitive()
610 mIsPrivacySensitive = privacySensitive; in setPrivacySensitive()
650 bool mIsPrivacySensitive = false; variable
DAudioStream.cpp102 mIsPrivacySensitive = builder.isPrivacySensitive(); in open()