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

/frameworks/av/include/media/
H A DIAudioPolicyService.h125 virtual bool isOffloadSupported(const audio_offload_info_t& info) = 0;
H A DAudioSystem.h293 static bool isOffloadSupported(const audio_offload_info_t& info);
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h125 virtual bool isOffloadSupported(const audio_offload_info_t& info) = 0;
H A DAudioSystem.h293 static bool isOffloadSupported(const audio_offload_info_t& info);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp604 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
611 Mutex::Autolock _le(mEffectsLock); // isOffloadSupported queries for
613 return mAudioPolicyManager->isOffloadSupported(info);
H A DAudioPolicyService.h167 virtual bool isOffloadSupported(const audio_offload_info_t &config);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h208 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo) = 0;
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h197 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo);
H A DAudioPolicyManager.cpp2675 bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadInfo) function in class:android::AudioPolicyManager
2677 ALOGV("isOffloadSupported: SR=%u, CM=0x%x, Format=0x%x, StreamType=%d,"
2700 ALOGV("isOffloadSupported: stream_type != MUSIC, returning false");
2708 ALOGV("isOffloadSupported: has_video == true, returning false");
2740 ALOGV("isOffloadSupported() profile %sfound", profile != 0 ? "" : "NOT ");
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1062 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioSystem
1064 ALOGV("isOffloadSupported()");
1067 return aps->isOffloadSupported(info);
H A DIAudioPolicyService.cpp538 virtual bool isOffloadSupported(const audio_offload_info_t& info) function in class:android::BpAudioPolicyService
1224 bool isSupported = isOffloadSupported(info);
/frameworks/av/media/libstagefright/
H A DUtils.cpp1692 return AudioSystem::isOffloadSupported(info);

Completed in 123 milliseconds