Searched defs:isStreamActiveRemotely (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp465 bool AudioPolicyService::isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const function in class:android::AudioPolicyService
H A DAudioPolicyInterfaceImpl.cpp490 bool AudioPolicyService::isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const function in class:android::AudioPolicyService
499 return mAudioPolicyManager->isStreamActiveRemotely(stream, inPastMs);
H A DAudioPolicyManager.cpp31 // active output devices in isStreamActiveRemotely()
2074 bool AudioPolicyManager::isStreamActiveRemotely(audio_stream_type_t stream, function in class:android::AudioPolicyManager
4539 } else if (isStreamActiveRemotely(AUDIO_STREAM_MUSIC,
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp449 virtual bool isStreamActiveRemotely(audio_stream_type_t stream, uint32_t inPastMs) const function in class:android::BpAudioPolicyService
1007 reply->writeInt32( isStreamActiveRemotely(stream, inPastMs) );
H A DAudioSystem.cpp816 status_t AudioSystem::isStreamActiveRemotely(audio_stream_type_t stream, bool* state, function in class:android::AudioSystem
822 *state = aps->isStreamActiveRemotely(stream, inPastMs);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java126 public static native boolean isStreamActiveRemotely(int stream, int inPastMs); method in class:AudioSystem

Completed in 343 milliseconds