Home
last modified time | relevance | path

Searched refs:aps_ops (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/audio/
Daudio_policy.c41 struct audio_policy_service_ops *aps_ops; member
240 struct audio_policy_service_ops *aps_ops, in create_default_ap() argument
248 if (!service || !aps_ops) in create_default_ap()
289 dap->aps_ops = aps_ops; in create_default_ap()
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_policy_hal.cpp48 struct audio_policy_service_ops *aps_ops; member
326 struct audio_policy_service_ops *aps_ops, in create_qcom_ap() argument
333 if (!service || !aps_ops) in create_qcom_ap()
374 qap->aps_ops = aps_ops; in create_qcom_ap()
376 new AudioPolicyCompatClient(aps_ops, service); in create_qcom_ap()
/hardware/libhardware/include/hardware/
Daudio_policy.h432 struct audio_policy_service_ops *aps_ops,