HomeSort by relevance Sort by last modified time
    Searched refs:audio_policy_device (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/include/hardware/
audio_policy.h 422 struct audio_policy_device { struct
425 * audio_policy_device as users of this structure will cast a hw_device_t to
426 * audio_policy_device pointer in contexts where it's known the hw_device_t references an
427 * audio_policy_device.
431 int (*create_audio_policy)(const struct audio_policy_device *device,
436 int (*destroy_audio_policy)(const struct audio_policy_device *device,
443 struct audio_policy_device** device)
449 static inline int audio_policy_dev_close(struct audio_policy_device* device)
  /hardware/libhardware/modules/audio/
audio_policy.c 35 struct audio_policy_device device;
239 static int create_default_ap(const struct audio_policy_device *device,
297 static int destroy_default_ap(const struct audio_policy_device *ap_dev,
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 41 struct audio_policy_device device;
333 static int create_legacy_ap(const struct audio_policy_device *device,
408 static int destroy_legacy_ap(const struct audio_policy_device *ap_dev,
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 41 struct audio_policy_device device;
325 static int create_qcom_ap(const struct audio_policy_device *device,
399 static int destroy_qcom_ap(const struct audio_policy_device *ap_dev,
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 577 struct audio_policy_device *mpAudioPolicyDev;

Completed in 39 milliseconds