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

/frameworks/av/include/media/
H A DIAudioPolicyService.h124 virtual bool isOffloadSupported(const audio_offload_info_t& info) = 0;
H A DAudioSystem.h277 static bool isOffloadSupported(const audio_offload_info_t& info);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h198 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo) = 0;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp560 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
567 return mAudioPolicyManager->isOffloadSupported(info);
H A DAudioPolicyInterfaceImplLegacy.cpp511 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
H A DAudioPolicyService.h170 virtual bool isOffloadSupported(const audio_offload_info_t &config);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h196 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo);
H A DAudioPolicyManager.cpp2060 bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadInfo) function in class:android::AudioPolicyManager
2062 ALOGV("isOffloadSupported: SR=%u, CM=0x%x, Format=0x%x, StreamType=%d,"
2081 ALOGV("isOffloadSupported: stream_type != MUSIC, returning false");
2089 ALOGV("isOffloadSupported: has_video == true, returning false");
2121 ALOGV("isOffloadSupported() profile %sfound", profile != 0 ? "" : "NOT ");
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp988 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioSystem
990 ALOGV("isOffloadSupported()");
993 return aps->isOffloadSupported(info);
H A DIAudioPolicyService.cpp508 virtual bool isOffloadSupported(const audio_offload_info_t& info) function in class:android::BpAudioPolicyService
1112 bool isSupported = isOffloadSupported(info);
/frameworks/av/media/libstagefright/
H A DUtils.cpp889 return AudioSystem::isOffloadSupported(info);

Completed in 169 milliseconds