Searched refs:stopAll (Results 1 – 8 of 8) sorted by relevance
46 stopAll(); in destroy()99 stopAll(); in configureChannel()146 void SensorService::SensorDirectConnection::stopAll(bool backupRecord) { in stopAll() function in android::SensorService::SensorDirectConnection165 stopAll(false); in recoverAll()
50 void stopAll(bool backupRecord = false);
370 connection->stopAll(true /* backupRecord */); in dump()
94 const bool stopAll) { in noteStop() argument99 if (stopAll || !mNested || it->second <= 0) { in noteStop()114 if (stopAll || !mNested || pausedIt->second <= 0) { in noteStop()
46 const bool stopAll) override;
45 const bool stopAll) override;
92 const bool stopAll) = 0;
577 stopAll(); in enqueueSpeechItem()651 public int stopAll() { in stopAll() method in TextToSpeechService.SynthHandler