Home
last modified time | relevance | path

Searched refs:mAllowedCapturePolicy (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.cpp49 mAllowedCapturePolicy = other.mAllowedCapturePolicy; in copyFrom()
170 switch (mAllowedCapturePolicy) { in validate()
177 ALOGD("allowed capture policy not valid = %d", mAllowedCapturePolicy); in validate()
197 ALOGD("mAllowedCapturePolicy = %6d", mAllowedCapturePolicy); in dump()
DAAudioStreamParameters.h116 return mAllowedCapturePolicy; in getAllowedCapturePolicy()
120 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()
159 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable
DAudioStream.h230 return mAllowedCapturePolicy; in getAllowedCapturePolicy()
543 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()
567 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; variable
DAudioStream.cpp89 mAllowedCapturePolicy = builder.getAllowedCapturePolicy(); in open()
90 if (mAllowedCapturePolicy == AAUDIO_UNSPECIFIED) { in open()
91 mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in open()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h184 return mAllowedCapturePolicy; in getAllowedCapturePolicy()
188 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()
248 s_setAllowedCapturePolicy(builder, mAllowedCapturePolicy); in applyParameters()
249 } else if (mAllowedCapturePolicy != AAUDIO_UNSPECIFIED){ in applyParameters()
269 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable