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

  /system/core/include/system/
audio_policy.h 72 } audio_policy_dev_state_t; typedef in typeref:enum:__anon36461
  /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 183 static status_t setDeviceConnectionState(audio_devices_t device, audio_policy_dev_state_t state, const char *device_address);
184 static audio_policy_dev_state_t getDeviceConnectionState(audio_devices_t device, const char *device_address);
  /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(
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 56 audio_policy_dev_state_t state,
58 virtual audio_policy_dev_state_t getDeviceConnectionState(
AudioPolicyService.cpp 135 audio_policy_dev_state_t state,
158 audio_policy_dev_state_t AudioPolicyService::getDeviceConnectionState(
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 70 audio_policy_dev_state_t state,
82 virtual audio_policy_dev_state_t getDeviceConnectionState(
91 return static_cast <audio_policy_dev_state_t>(reply.readInt32());
373 audio_policy_dev_state_t state =
374 static_cast <audio_policy_dev_state_t>(data.readInt32());
AudioSystem.cpp 540 audio_policy_dev_state_t state,
555 audio_policy_dev_state_t AudioSystem::getDeviceConnectionState(audio_devices_t device,
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 135 static_cast <audio_policy_dev_state_t>(state),

Completed in 540 milliseconds