Searched defs:isOffloadSupported (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp509 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService
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 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 DIAudioPolicyService.cpp495 virtual bool isOffloadSupported(const audio_offload_info_t& info) function in class:android::BpAudioPolicyService
1049 bool isSupported = isOffloadSupported(info);
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);

Completed in 37 milliseconds