Searched refs:mAllowedCapturePolicy (Results 1 – 5 of 5) sorted by relevance
48 mAllowedCapturePolicy = other.mAllowedCapturePolicy; in copyFrom()178 switch (mAllowedCapturePolicy) { in validate()185 ALOGD("allowed capture policy not valid = %d", mAllowedCapturePolicy); in validate()205 ALOGD("mAllowedCapturePolicy = %6d", mAllowedCapturePolicy); in dump()
116 return mAllowedCapturePolicy; in getAllowedCapturePolicy()120 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()184 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable
261 return mAllowedCapturePolicy; in getAllowedCapturePolicy()603 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()649 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; variable
98 mAllowedCapturePolicy = builder.getAllowedCapturePolicy(); in open()99 if (mAllowedCapturePolicy == AAUDIO_UNSPECIFIED) { in open()100 mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in open()
197 return mAllowedCapturePolicy; in getAllowedCapturePolicy()201 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()269 s_setAllowedCapturePolicy(builder, mAllowedCapturePolicy); in applyParameters()270 } else if (mAllowedCapturePolicy != AAUDIO_UNSPECIFIED){ in applyParameters()299 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable