Searched refs:wasStopped (Results 1 – 5 of 5) sorted by relevance
34 boolean wasStopped = false; in run()36 wasStopped = mCondVar.block(mSilenceDurationMs); in run()38 if (wasStopped) { in run()
190 bool wasStopped = false; in start() local191 media_status_t status = writeSamples(&wasStopped); in start()193 if (wasStopped && status == AMEDIA_OK) { in start()216 media_status_t MediaSampleWriter::writeSamples(bool* wasStopped) { in writeSamples() argument223 media_status_t writeStatus = runWriterLoop(wasStopped); in writeSamples()236 media_status_t MediaSampleWriter::runWriterLoop(bool* wasStopped) NO_THREAD_SAFETY_ANALYSIS { in runWriterLoop() argument285 *wasStopped = true; in runWriterLoop()
215 media_status_t writeSamples(bool* wasStopped);216 media_status_t runWriterLoop(bool* wasStopped);
226 bool wasStopped() const { return mStopped; } in wasStopped() function in android::TestCallbacks338 EXPECT_TRUE(callbacks->wasStopped()); in TEST_F()
5013 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument5020 wasStopped, this); in notifyAppResumed()5024 if (!wasStopped) { in notifyAppResumed()