Searched refs:aps_ops (Results 1 - 3 of 3) sorted by relevance
/hardware/libhardware/modules/audio/ |
H A D | audio_policy.c | 41 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 D | audio_policy_hal.cpp | 48 struct audio_policy_service_ops *aps_ops; member in struct:android_audio_legacy::legacy_audio_policy 312 struct audio_policy_service_ops *aps_ops, 319 if (!service || !aps_ops) 358 lap->aps_ops = aps_ops; 360 new AudioPolicyCompatClient(aps_ops, service); 311 create_legacy_ap(const struct audio_policy_device *device, struct audio_policy_service_ops *aps_ops, void *service, struct audio_policy **ap) argument
|
/hardware/libhardware/include/hardware/ |
H A D | audio_policy.h | 414 struct audio_policy_service_ops *aps_ops,
|
Completed in 5 milliseconds