Searched refs:allowedCapturePolicy (Results 1 – 4 of 4) sorted by relevance
63 sizeof(aaudio_allowed_capture_policy_t) == sizeof(parcelable.allowedCapturePolicy)); in AAudioStreamConfiguration()64 setAllowedCapturePolicy(parcelable.allowedCapturePolicy); in AAudioStreamConfiguration()116 static_assert(sizeof(aaudio_allowed_capture_policy_t) == sizeof(result.allowedCapturePolicy)); in parcelable()117 result.allowedCapturePolicy = getAllowedCapturePolicy(); in parcelable()
34 int /* aaudio_allowed_capture_policy_t */ allowedCapturePolicy; // = AAUDIO_UNSPECIFIED;
24 13. Allowed Capture Policy (parameter name: `allowedCapturePolicy`)43 | `allowedCapturePolicy` | 0. `AAUDIO_ALLOW_CAPTURE_BY_ALL` 1. `AAUDIO_ALLOW_CAPTURE_BY_SYSTEM` 2. …
171 aaudio_allowed_capture_policy_t allowedCapturePolicy = fdp.PickValueInArray( in invokeAAudioSetAPIs() local173 AAudioStreamBuilder_setAllowedCapturePolicy(mAaudioBuilder, allowedCapturePolicy); in invokeAAudioSetAPIs()