Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.cpp48 mAllowedCapturePolicy = other.mAllowedCapturePolicy; in copyFrom()
178 switch (mAllowedCapturePolicy) { in validate()
185 ALOGD("allowed capture policy not valid = %d", mAllowedCapturePolicy); in validate()
205 ALOGD("mAllowedCapturePolicy = %6d", mAllowedCapturePolicy); in dump()
DAAudioStreamParameters.h116 return mAllowedCapturePolicy; in getAllowedCapturePolicy()
120 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()
184 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable
DAudioStream.h261 return mAllowedCapturePolicy; in getAllowedCapturePolicy()
603 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()
649 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; variable
DAudioStream.cpp98 mAllowedCapturePolicy = builder.getAllowedCapturePolicy(); in open()
99 if (mAllowedCapturePolicy == AAUDIO_UNSPECIFIED) { in open()
100 mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in open()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h197 return mAllowedCapturePolicy; in getAllowedCapturePolicy()
201 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()
269 s_setAllowedCapturePolicy(builder, mAllowedCapturePolicy); in applyParameters()
270 } else if (mAllowedCapturePolicy != AAUDIO_UNSPECIFIED){ in applyParameters()
299 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable