Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h40 aaudio_allowed_capture_policy_t usage) = nullptr;
48 static aaudio_allowed_capture_policy_t (*s_getAllowedCapturePolicy)(AAudioStream *stream) = nullptr;
196 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
200 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
299 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
450 aaudio_allowed_capture_policy_t policy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in parseAllowedCapturePolicy()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h124 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
128 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
207 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED;
H A DAudioStream.h268 aaudio_allowed_capture_policy_t getAllowedCapturePolicy() const { in getAllowedCapturePolicy()
623 void setAllowedCapturePolicy(aaudio_allowed_capture_policy_t policy) { in setAllowedCapturePolicy()
673 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL;
H A DAAudioAudio.cpp202 AAudioStreamBuilder* builder, aaudio_allowed_capture_policy_t policy) { in AAudioStreamBuilder_setAllowedCapturePolicy()
537 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy( in AAudioStream_getAllowedCapturePolicy()
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_attributes.cpp35 aaudio_allowed_capture_policy_t capturePolicy = DONT_SET, in checkAttributes()
91 aaudio_allowed_capture_policy_t expectedCapturePolicy = in checkAttributes()
200 for (aaudio_allowed_capture_policy_t policy : sAllowCapturePolicies) { in checkAttributesAllowedCapturePolicy()
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DAAudioStreamConfiguration.cpp57 sizeof(aaudio_allowed_capture_policy_t) == sizeof(parcelable.allowedCapturePolicy)); in AAudioStreamConfiguration()
89 static_assert(sizeof(aaudio_allowed_capture_policy_t) == sizeof(result.allowedCapturePolicy)); in parcelable()
/aosp12/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h554 typedef int32_t aaudio_allowed_capture_policy_t; typedef
1067 aaudio_allowed_capture_policy_t capturePolicy) __INTRODUCED_IN(29);
1882 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy(
/aosp12/system/bt/test/mock/
H A Dmock_frameworks_libaudio.cc37 aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy( in AAudioStream_getAllowedCapturePolicy()
215 AAudioStreamBuilder* builder, aaudio_allowed_capture_policy_t policy) { in AAudioStreamBuilder_setAllowedCapturePolicy()
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.h94 aaudio_allowed_capture_policy_t policy,
H A DAAudioUtilities.cpp238 aaudio_allowed_capture_policy_t policy, in AAudioConvert_allowCapturePolicyToAudioFlagsMask()