Searched refs:qcom_audio_policy (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/alsa_sound/
H A Daudio_policy_hal.cpp44 struct qcom_audio_policy { struct
53 static inline struct qcom_audio_policy * to_qap(struct audio_policy *pol)
55 return reinterpret_cast<struct qcom_audio_policy *>(pol);
58 static inline const struct qcom_audio_policy * to_cqap(const struct audio_policy *pol)
60 return reinterpret_cast<const struct qcom_audio_policy *>(pol);
69 struct qcom_audio_policy *qap = to_qap(pol);
81 const struct qcom_audio_policy *qap = to_cqap(pol);
89 struct qcom_audio_policy *qap = to_qap(pol);
98 struct qcom_audio_policy *qap = to_qap(pol);
108 const struct qcom_audio_policy *qa
[all...]

Completed in 54 milliseconds