Home
last modified time | relevance | path

Searched refs:stop_l (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioServiceStreamMMAP.cpp108 aaudio_result_t AAudioServiceStreamMMAP::stop_l() { in stop_l() function in AAudioServiceStreamMMAP
112 aaudio_result_t result = AAudioServiceStreamBase::stop_l(); in stop_l()
DAAudioServiceStreamMMAP.h72 aaudio_result_t stop_l() REQUIRES(mLock) override;
DAAudioServiceStreamBase.cpp186 stop_l(); in close_l()
324 return stop_l(); in stop()
327 aaudio_result_t AAudioServiceStreamBase::stop_l() { in stop_l() function in AAudioServiceStreamBase
DAAudioServiceStreamBase.h240 virtual aaudio_result_t stop_l() REQUIRES(mLock);
/frameworks/base/media/jni/soundpool/
DStream.cpp193 stop_l(); in requestStop()
201 stop_l(); in stop()
204 void Stream::stop_l() in stop_l() function in android::soundpool::Stream
DStream.h129 void stop_l() REQUIRES(mLock);
/frameworks/av/services/audioflinger/
DEffects.h275 status_t stop_l();
DEffects.cpp629 if (stop_l() == NO_ERROR in updateState()
1134 return stop_l(); in stop()
1137 status_t AudioFlinger::EffectModule::stop_l() in stop_l() function in android::AudioFlinger::EffectModule