Searched refs:isOffloadSupported (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/include/media/
H A DIAudioPolicyService.h120 virtual bool isOffloadSupported(const audio_offload_info_t& info) = 0;
H A DAudioSystem.h290 static bool isOffloadSupported(const audio_offload_info_t& info);
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h120 virtual bool isOffloadSupported(const audio_offload_info_t& info) = 0;
H A DAudioSystem.h290 static bool isOffloadSupported(const audio_offload_info_t& info);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h208 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo) = 0;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp827 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
834 Mutex::Autolock _le(mEffectsLock); // isOffloadSupported queries for
837 return mAudioPolicyManager->isOffloadSupported(info);
H A DAudioPolicyService.h165 virtual bool isOffloadSupported(const audio_offload_info_t &config);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h198 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo);
H A DAudioPolicyManager.cpp2679 bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadInfo) function in class:android::AudioPolicyManager
2681 ALOGV("isOffloadSupported: SR=%u, CM=0x%x, Format=0x%x, StreamType=%d,"
2704 ALOGV("isOffloadSupported: stream_type != MUSIC, returning false");
2712 ALOGV("isOffloadSupported: has_video == true, returning false");
2744 ALOGV("isOffloadSupported() profile %sfound", profile != 0 ? "" : "NOT ");
/frameworks/base/media/java/android/media/
H A DAudioSystem.java832 static boolean isOffloadSupported(@NonNull AudioFormat format) { method in class:AudioSystem
H A DAudioTrack.java964 if (!AudioSystem.isOffloadSupported(mFormat)) {
H A DAudioManager.java1365 return AudioSystem.isOffloadSupported(format);
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1087 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioSystem
1089 ALOGV("isOffloadSupported()");
1092 return aps->isOffloadSupported(info);
H A DIAudioPolicyService.cpp527 virtual bool isOffloadSupported(const audio_offload_info_t& info) function in class:android::BpAudioPolicyService
1309 bool isSupported = isOffloadSupported(info);
/frameworks/av/media/libstagefright/
H A DUtils.cpp1703 return AudioSystem::isOffloadSupported(info);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1799 return AudioSystem::isOffloadSupported(format);

Completed in 158 milliseconds