Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h152 return mIsPrivacySensitive; in isPrivacySensitive()
156 mIsPrivacySensitive = privacySensitive; in setPrivacySensitive()
247 bool mIsPrivacySensitive = false; variable
DAAudioStreamParameters.cpp45 mIsPrivacySensitive = other.mIsPrivacySensitive; in copyFrom()
332 ALOGD("mIsPrivacySensitive = %s", mIsPrivacySensitive ? "true" : "false"); in dump()
DAudioStream.h320 return mIsPrivacySensitive; in isPrivacySensitive()
751 mIsPrivacySensitive = privacySensitive; in setPrivacySensitive()
819 bool mIsPrivacySensitive = false; variable
DAudioStream.cpp112 mIsPrivacySensitive = builder.isPrivacySensitive(); in open()