Searched defs:wasStopped (Results 1 – 2 of 2) sorted by relevance
190 bool wasStopped = false; in start() local216 media_status_t MediaSampleWriter::writeSamples(bool* wasStopped) { in writeSamples()236 media_status_t MediaSampleWriter::runWriterLoop(bool* wasStopped) NO_THREAD_SAFETY_ANALYSIS { in runWriterLoop()
226 bool wasStopped() const { return mStopped; } in wasStopped() function in android::TestCallbacks