Searched refs:qcom_audio_policy (Results 1 – 1 of 1) sorted by relevance
44 struct qcom_audio_policy { struct53 static inline struct qcom_audio_policy * to_qap(struct audio_policy *pol) in to_qap()55 return reinterpret_cast<struct qcom_audio_policy *>(pol); in to_qap()58 static inline const struct qcom_audio_policy * to_cqap(const struct audio_policy *pol) in to_cqap()60 return reinterpret_cast<const struct qcom_audio_policy *>(pol); in to_cqap()69 struct qcom_audio_policy *qap = to_qap(pol); in ap_set_device_connection_state()81 const struct qcom_audio_policy *qap = to_cqap(pol); in ap_get_device_connection_state()89 struct qcom_audio_policy *qap = to_qap(pol); in ap_set_phone_state()106 struct qcom_audio_policy *qap = to_qap(pol); in ap_set_force_use()116 const struct qcom_audio_policy *qap = to_cqap(pol); in ap_get_force_use()[all …]