HomeSort by relevance Sort by last modified time
    Searched defs:isOffloadSupported (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audiopolicy/
AudioPolicyInterfaceImpl.cpp 531 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info)
538 return mAudioPolicyManager->isOffloadSupported(info);
AudioPolicyInterfaceImplLegacy.cpp 509 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info)
AudioPolicyManager.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 875 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info)
877 ALOGV("isOffloadSupported()");
880 return aps->isOffloadSupported(info);
    [all...]
IAudioPolicyService.cpp 495 virtual bool isOffloadSupported(const audio_offload_info_t& info)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 142 milliseconds