Searched defs:aps_ops (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_policy.c41 struct audio_policy_service_ops *aps_ops; member in struct:default_audio_policy
233 struct audio_policy_service_ops *aps_ops,
243 if (!service || !aps_ops)
282 dap->aps_ops = aps_ops;
232 create_default_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp48 struct audio_policy_service_ops *aps_ops; member in struct:android_audio_legacy::legacy_audio_policy
318 struct audio_policy_service_ops *aps_ops,
325 if (!service || !aps_ops)
365 lap->aps_ops = aps_ops;
367 new AudioPolicyCompatClient(aps_ops, service);
317 create_legacy_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument
/hardware/qcom/audio/alsa_sound/
H A Daudio_policy_hal.cpp48 struct audio_policy_service_ops *aps_ops; member in struct:android_audio_legacy::qcom_audio_policy
345 struct audio_policy_service_ops *aps_ops,
352 if (!service || !aps_ops)
396 qap->aps_ops = aps_ops;
398 new AudioPolicyCompatClient(aps_ops, service);
344 create_qcom_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument

Completed in 139 milliseconds