Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp37 stopAll(); in ~SensorDirectConnection()
89 stopAll(); in configureChannel()
136 void SensorService::SensorDirectConnection::stopAll(bool backupRecord) { in stopAll() function in android::SensorService::SensorDirectConnection
155 stopAll(false); in recoverAll()
DSensorDirectConnection.h50 void stopAll(bool clearRecord = false);
DSensorService.cpp345 connection->stopAll(true /* backupRecord */); in dump()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java559 stopAll(); in enqueueSpeechItem()
632 public int stopAll() { in stopAll() method in TextToSpeechService.SynthHandler