Home
last modified time | relevance | path

Searched refs:handleDeviceConfigChange (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/include/media/
DIAudioPolicyService.h51 virtual status_t handleDeviceConfigChange(audio_devices_t device,
DAudioSystem.h218 static status_t handleDeviceConfigChange(audio_devices_t device,
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h51 virtual status_t handleDeviceConfigChange(audio_devices_t device,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h86 virtual status_t handleDeviceConfigChange(audio_devices_t device,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp67 status_t AudioPolicyService::handleDeviceConfigChange(audio_devices_t device, in handleDeviceConfigChange() function in android::AudioPolicyService
82 return mAudioPolicyManager->handleDeviceConfigChange(device, device_address, in handleDeviceConfigChange()
DAudioPolicyService.h70 virtual status_t handleDeviceConfigChange(audio_devices_t device,
/frameworks/base/media/java/android/media/
DAudioSystem.java920 public static native int handleDeviceConfigChange(int device, in handleDeviceConfigChange() method in AudioSystem
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h104 virtual status_t handleDeviceConfigChange(audio_devices_t device,
DAudioPolicyManager.cpp394 status_t AudioPolicyManager::handleDeviceConfigChange(audio_devices_t device, in handleDeviceConfigChange() function in android::AudioPolicyManager
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp816 status_t AudioSystem::handleDeviceConfigChange(audio_devices_t device, in handleDeviceConfigChange() function in android::AudioSystem
833 return aps->handleDeviceConfigChange(device, address, name, encodedFormat); in handleDeviceConfigChange()
DIAudioPolicyService.cpp150 virtual status_t handleDeviceConfigChange(audio_devices_t device, in handleDeviceConfigChange() function in android::BpAudioPolicyService
1415 reply->writeInt32(static_cast<uint32_t> (handleDeviceConfigChange(device, in onTransact()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java315 if (AudioSystem.handleDeviceConfigChange(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address, in onBluetoothA2dpActiveDeviceChange()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp523 …int status = check_AudioSystem_Command(AudioSystem::handleDeviceConfigChange(static_cast <audio_de… in android_media_AudioSystem_handleDeviceConfigChange()