Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h141 return mIsPrivacySensitive; in isPrivacySensitive()
145 mIsPrivacySensitive = privacySensitive; in setPrivacySensitive()
233 bool mIsPrivacySensitive = false; variable
DAAudioStreamParameters.cpp48 mIsPrivacySensitive = other.mIsPrivacySensitive; in copyFrom()
315 ALOGD("mIsPrivacySensitive = %s", mIsPrivacySensitive ? "true" : "false"); in dump()
DAudioStream.h314 return mIsPrivacySensitive; in isPrivacySensitive()
716 mIsPrivacySensitive = privacySensitive; in setPrivacySensitive()
783 bool mIsPrivacySensitive = false; variable
DAudioStream.cpp110 mIsPrivacySensitive = builder.isPrivacySensitive(); in open()