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

  /system/core/include/system/
audio_policy.h 74 } audio_policy_dev_state_t; typedef in typeref:enum:__anon62660
  /frameworks/av/include/media/
IAudioPolicyService.h 44 audio_policy_dev_state_t state,
46 virtual audio_policy_dev_state_t getDeviceConnectionState(audio_devices_t device,
AudioSystem.h 189 static status_t setDeviceConnectionState(audio_devices_t device, audio_policy_dev_state_t state,
191 static audio_policy_dev_state_t getDeviceConnectionState(audio_devices_t device,
  /hardware/libhardware/include/hardware/
audio_policy.h 91 audio_policy_dev_state_t state,
95 audio_policy_dev_state_t (*get_device_connection_state)(
  /hardware/libhardware/modules/audio/
audio_policy.c 47 audio_policy_dev_state_t state,
53 static audio_policy_dev_state_t ap_get_device_connection_state(
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 66 audio_policy_dev_state_t state,
76 static audio_policy_dev_state_t ap_get_device_connection_state(
82 return (audio_policy_dev_state_t)lap->apm->getDeviceConnectionState(
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 66 audio_policy_dev_state_t state,
76 static audio_policy_dev_state_t ap_get_device_connection_state(
82 return (audio_policy_dev_state_t)qap->apm->getDeviceConnectionState(
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 57 audio_policy_dev_state_t state,
59 virtual audio_policy_dev_state_t getDeviceConnectionState(
AudioPolicyService.cpp 136 audio_policy_dev_state_t state,
159 audio_policy_dev_state_t AudioPolicyService::getDeviceConnectionState(
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 73 audio_policy_dev_state_t state,
85 virtual audio_policy_dev_state_t getDeviceConnectionState(
94 return static_cast <audio_policy_dev_state_t>(reply.readInt32());
408 audio_policy_dev_state_t state =
409 static_cast <audio_policy_dev_state_t>(data.readInt32());
AudioSystem.cpp 551 audio_policy_dev_state_t state,
566 audio_policy_dev_state_t AudioSystem::getDeviceConnectionState(audio_devices_t device,
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 139 static_cast <audio_policy_dev_state_t>(state),

Completed in 404 milliseconds