Home
last modified time | relevance | path

Searched refs:getHwOffloadFormatsSupportedForBluetoothMedia (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl318 AudioFormatDescription[] getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForBluetoothMedia() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h321 virtual status_t getHwOffloadFormatsSupportedForBluetoothMedia(
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h516 static status_t getHwOffloadFormatsSupportedForBluetoothMedia(
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h363 virtual status_t getHwOffloadFormatsSupportedForBluetoothMedia(
DAudioPolicyManager.cpp619 status_t AudioPolicyManager::getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForBluetoothMedia() function in android::AudioPolicyManager
/frameworks/base/media/java/android/media/
DAudioSystem.java2082 public static native int getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForBluetoothMedia() method in AudioSystem
DAudioManager.java8194 int status = AudioSystem.getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForA2dp()
8216 int status = AudioSystem.getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForLeAudio()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h235 binder::Status getHwOffloadFormatsSupportedForBluetoothMedia(
DAudioPolicyInterfaceImpl.cpp2056 Status AudioPolicyService::getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForBluetoothMedia() function in android::AudioPolicyService
2069 mAudioPolicyManager->getHwOffloadFormatsSupportedForBluetoothMedia(device, &formats))); in getHwOffloadFormatsSupportedForBluetoothMedia()
DAudioPolicyService.cpp134 BINDER_METHOD_ENTRY(getHwOffloadFormatsSupportedForBluetoothMedia) \
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2192 status_t AudioSystem::getHwOffloadFormatsSupportedForBluetoothMedia( in getHwOffloadFormatsSupportedForBluetoothMedia() function in android::AudioSystem
2205 aps->getHwOffloadFormatsSupportedForBluetoothMedia(deviceAidl, &formatsAidl))); in getHwOffloadFormatsSupportedForBluetoothMedia()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2595 AudioSystem::getHwOffloadFormatsSupportedForBluetoothMedia(static_cast<audio_devices_t>( in android_media_AudioSystem_getHwOffloadFormatsSupportedForBluetoothMedia()