Searched refs:mAllowedCapturePolicy (Results 1 – 5 of 5) sorted by relevance
49 mAllowedCapturePolicy = other.mAllowedCapturePolicy; in copyFrom()170 switch (mAllowedCapturePolicy) { in validate()177 ALOGD("allowed capture policy not valid = %d", mAllowedCapturePolicy); in validate()197 ALOGD("mAllowedCapturePolicy = %6d", mAllowedCapturePolicy); in dump()
116 return mAllowedCapturePolicy; in getAllowedCapturePolicy()120 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()159 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable
230 return mAllowedCapturePolicy; in getAllowedCapturePolicy()543 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()567 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; variable
89 mAllowedCapturePolicy = builder.getAllowedCapturePolicy(); in open()90 if (mAllowedCapturePolicy == AAUDIO_UNSPECIFIED) { in open()91 mAllowedCapturePolicy = AAUDIO_ALLOW_CAPTURE_BY_ALL; in open()
184 return mAllowedCapturePolicy; in getAllowedCapturePolicy()188 mAllowedCapturePolicy = policy; in setAllowedCapturePolicy()248 s_setAllowedCapturePolicy(builder, mAllowedCapturePolicy); in applyParameters()249 } else if (mAllowedCapturePolicy != AAUDIO_UNSPECIFIED){ in applyParameters()269 aaudio_allowed_capture_policy_t mAllowedCapturePolicy = AAUDIO_UNSPECIFIED; variable