Searched refs:aaudio_allowed_capture_policy_t (Results 1 – 9 of 9) sorted by relevance
115 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;
229 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;
160 AAudioStreamBuilder* builder, aaudio_allowed_capture_policy_t policy) { in AAudioStreamBuilder_setAllowedCapturePolicy()455 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy( in AAudioStream_getAllowedCapturePolicy()
40 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()
35 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()
428 typedef int32_t aaudio_allowed_capture_policy_t; typedef730 aaudio_allowed_capture_policy_t capturePolicy) __INTRODUCED_IN(29);1444 AAUDIO_API aaudio_allowed_capture_policy_t AAudioStream_getAllowedCapturePolicy(
94 aaudio_allowed_capture_policy_t policy);
222 aaudio_allowed_capture_policy_t policy) { in AAudioConvert_allowCapturePolicyToAudioFlagsMask()
110 setAllowedCapturePolicy((aaudio_allowed_capture_policy_t) value); in readFromParcel()