Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DSoundPool.h132 void stop_l();
/frameworks/av/services/audioflinger/
DEffects.h136 status_t stop_l();
DEffects.cpp227 if (stop_l() == NO_ERROR) { in updateState()
471 return stop_l(); in stop()
474 status_t AudioFlinger::EffectModule::stop_l() in stop_l() function in android::AudioFlinger::EffectModule
/frameworks/av/media/libmedia/
DSoundPool.cpp564 stop_l(); in play()
777 void SoundChannel::stop_l() in stop_l() function in android::SoundChannel