Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
DAudioPolicyTestManager.h46 using AudioPolicyManager::handleDeviceConfigChange;
Daudiopolicymanager_tests.cpp1013 EXPECT_EQ(NO_ERROR, mManager->handleDeviceConfigChange(AUDIO_DEVICE_OUT_BLUETOOTH_A2DP, in TEST_F()
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DNoOpAudioSystemAdapter.java66 public int handleDeviceConfigChange(int device, String deviceAddress, in handleDeviceConfigChange() method in NoOpAudioSystemAdapter
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java393 public int handleDeviceConfigChange(int device, String deviceAddress, in handleDeviceConfigChange() method in AudioSystemAdapter
396 return AudioSystem.handleDeviceConfigChange(device, deviceAddress, deviceName, in handleDeviceConfigChange()
DAudioDeviceInventory.java981 final int res = mAudioSystem.handleDeviceConfigChange( in onBluetoothDeviceConfigChange()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl77 void handleDeviceConfigChange(in AudioDevice device, in handleDeviceConfigChange() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h117 virtual status_t handleDeviceConfigChange(audio_devices_t device,
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h301 static status_t handleDeviceConfigChange(audio_devices_t device,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h107 virtual status_t handleDeviceConfigChange(audio_devices_t device,
DAudioPolicyManager.cpp520 status_t AudioPolicyManager::handleDeviceConfigChange(audio_devices_t device, in handleDeviceConfigChange() function in android::AudioPolicyManager
/frameworks/base/media/java/android/media/
DAudioSystem.java1741 public static native int handleDeviceConfigChange(int device, in handleDeviceConfigChange() method in AudioSystem
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h103 binder::Status handleDeviceConfigChange(
DAudioPolicyInterfaceImpl.cpp180 Status AudioPolicyService::handleDeviceConfigChange( in handleDeviceConfigChange() function in android::AudioPolicyService
201 status_t status = mAudioPolicyManager->handleDeviceConfigChange( in handleDeviceConfigChange()
DAudioPolicyService.cpp69 BINDER_METHOD_ENTRY(handleDeviceConfigChange) \
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1008 status_t AudioSystem::handleDeviceConfigChange(audio_devices_t device, in handleDeviceConfigChange() function in android::AudioSystem
1029 aps->handleDeviceConfigChange(deviceAidl, name, VALUE_OR_RETURN_STATUS( in handleDeviceConfigChange()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp688 AudioSystem::handleDeviceConfigChange(static_cast<audio_devices_t>(device), c_address, in android_media_AudioSystem_handleDeviceConfigChange()
3385 MAKE_AUDIO_SYSTEM_METHOD(handleDeviceConfigChange),
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24831 Landroid/media/AudioSystem;->handleDeviceConfigChange(ILjava/lang/String;Ljava/lang/String;)I