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

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 168 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo) = 0;
AudioPolicyManagerBase.h 149 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo);
  /frameworks/av/media/libaudioclient/include/media/
IAudioPolicyService.h 120 virtual bool isOffloadSupported(const audio_offload_info_t& info) = 0;
AudioSystem.h 290 static bool isOffloadSupported(const audio_offload_info_t& info);
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 208 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo) = 0;
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 827 bool AudioPolicyService::isOffloadSupported(const audio_offload_info_t& info)
834 Mutex::Autolock _le(mEffectsLock); // isOffloadSupported queries for
837 return mAudioPolicyManager->isOffloadSupported(info);
    [all...]
AudioPolicyService.h 165 virtual bool isOffloadSupported(const audio_offload_info_t &config);
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 198 virtual bool isOffloadSupported(const audio_offload_info_t& offloadInfo);
    [all...]
AudioPolicyManager.cpp     [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java     [all...]
AudioTrack.java     [all...]
AudioManager.java     [all...]
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp     [all...]
IAudioPolicyService.cpp 527 virtual bool isOffloadSupported(const audio_offload_info_t& info)
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]

Completed in 514 milliseconds