HomeSort by relevance Sort by last modified time
    Searched defs:mAllowedCapturePolicy (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.h 116 return mAllowedCapturePolicy;
120 mAllowedCapturePolicy = policy;
159 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
AudioStream.h 230 return mAllowedCapturePolicy;
543 mAllowedCapturePolicy = policy;
567 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 184 return mAllowedCapturePolicy;
188 mAllowedCapturePolicy = policy;
248 s_setAllowedCapturePolicy(builder, mAllowedCapturePolicy);
249 } else if (mAllowedCapturePolicy != AAUDIO_UNSPECIFIED){
269 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;

Completed in 965 milliseconds