Home
last modified time | relevance | path

Searched refs:aaudio_allowed_capture_policy_t (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h115 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
119 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
159 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
DAudioStream.h229 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
542 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
567 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL;
DAAudioAudio.cpp160 AAudioStreamBuilder* builder, aaudio_allowed_capture_policy_t policy) { in AAudioStreamBuilder_setAllowedCapturePolicy()
455 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy( in AAudioStream_getAllowedCapturePolicy()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h40 aaudio_allowed_capture_policy_t usage) = nullptr;
46 static aaudio_allowed_capture_policy_t (*s_getAllowedCapturePolicy)(AAudioStream *stream) = nullptr;
183 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
187 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
269 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
405 aaudio_allowed_capture_policy_t policy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in parseAllowedCapturePolicy()
/frameworks/av/media/libaaudio/tests/
Dtest_attributes.cpp35 aaudio_allowed_capture_policy_t capturePolicy = DONT_SET, in checkAttributes()
87 aaudio_allowed_capture_policy_t expectedCapturePolicy = in checkAttributes()
178 for (aaudio_allowed_capture_policy_t policy : sAllowCapturePolicies) { in checkAttributesAllowedCapturePolicy()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h428 typedef int32_t aaudio_allowed_capture_policy_t; typedef
730 aaudio_allowed_capture_policy_t capturePolicy) __INTRODUCED_IN(29);
1444 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy(
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.h94 aaudio_allowed_capture_policy_t policy);
DAAudioUtilities.cpp222 aaudio_allowed_capture_policy_t policy) { in AAudioConvert_allowCapturePolicyToAudioFlagsMask()
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp110 setAllowedCapturePolicy((aaudio_allowed_capture_policy_t) value); in readFromParcel()