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

/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp386 virtual bool isOffloadSupported(const audio_offload_info_t& info) function in class:android::BpAudioPolicyService
682 bool isSupported = isOffloadSupported(info);
H A DAudioSystem.cpp797 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioSystem
799 ALOGV("isOffloadSupported()");
802 return aps->isOffloadSupported(info);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp1138 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info) function in class:android::AudioPolicyService

Completed in 155 milliseconds