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

/frameworks/av/include/media/
H A DIAudioPolicyService.h119 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.h192 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo) = 0;
H A DAudioPolicyInterfaceImpl.cpp531 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
538 return mAudioPolicyManager->isOffloadSupported(info);
H A DAudioPolicyInterfaceImplLegacy.cpp509 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
H A DAudioPolicyService.h163 virtual bool isOffloadSupported(const audio_offload_info_t &config);
H A DAudioPolicyManager.h166 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo);
H A DAudioPolicyManager.cpp2338 bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadInfo) function in class:android::AudioPolicyManager
2340 ALOGV("isOffloadSupported: SR=%u, CM=0x%x, Format=0x%x, StreamType=%d,"
2359 ALOGV("isOffloadSupported: stream_type != MUSIC, returning false");
2366 ALOGV("isOffloadSupported: has_video == true, returning false");
2398 ALOGV("isOffloadSupported() profile %sfound", profile != 0 ? "" : "NOT ");
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp875 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioSystem
877 ALOGV("isOffloadSupported()");
880 return aps->isOffloadSupported(info);
H A DIAudioPolicyService.cpp495 virtual bool isOffloadSupported(const audio_offload_info_t& info) function in class:android::BpAudioPolicyService
1049 bool isSupported = isOffloadSupported(info);
/frameworks/av/media/libstagefright/
H A DUtils.cpp765 return AudioSystem::isOffloadSupported(info);

Completed in 84 milliseconds