Searched refs:qap (Results 1 – 1 of 1) sorted by relevance
69 struct qcom_audio_policy *qap = to_qap(pol); in ap_set_device_connection_state() local70 return qap->apm->setDeviceConnectionState( in ap_set_device_connection_state()81 const struct qcom_audio_policy *qap = to_cqap(pol); in ap_get_device_connection_state() local82 return (audio_policy_dev_state_t)qap->apm->getDeviceConnectionState( in ap_get_device_connection_state()89 struct qcom_audio_policy *qap = to_qap(pol); in ap_set_phone_state() local91 qap->apm->setPhoneState((int) state); in ap_set_phone_state()106 struct qcom_audio_policy *qap = to_qap(pol); in ap_set_force_use() local107 qap->apm->setForceUse((AudioSystem::force_use)usage, in ap_set_force_use()116 const struct qcom_audio_policy *qap = to_cqap(pol); in ap_get_force_use() local117 return (audio_policy_forced_cfg_t)qap->apm->getForceUse( in ap_get_force_use()[all …]