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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 29 // active output devices in isStreamActiveRemotely()
405 bool SwAudioOutputCollection::isStreamActiveRemotely(audio_stream_type_t stream,
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 515 bool AudioPolicyService::isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const
524 return mAudioPolicyManager->isStreamActiveRemotely(stream, inPastMs);
AudioPolicyInterfaceImplLegacy.cpp 467 bool AudioPolicyService::isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const
  /frameworks/av/media/libmedia/
AudioSystem.cpp 925 status_t AudioSystem::isStreamActiveRemotely(audio_stream_type_t stream, bool* state,
931 *state = aps->isStreamActiveRemotely(stream, inPastMs);
    [all...]
IAudioPolicyService.cpp 464 virtual bool isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java 144 public static native boolean isStreamActiveRemotely(int stream, int inPastMs);
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 31 // active output devices in isStreamActiveRemotely()
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 106 milliseconds