Searched refs:isExecuting (Results 1 – 6 of 6) sorted by relevance
40 bool isExecuting() { return mIsExecuting; } in isExecuting() function
679 bool isExecuting() const;
362 Runnable runnable = () -> assertThat(fakeExecutor.isExecuting()).isTrue(); in testIsExecuting()364 assertThat(fakeExecutor.isExecuting()).isFalse(); in testIsExecuting()366 assertThat(fakeExecutor.isExecuting()).isFalse(); in testIsExecuting()
168 public boolean isExecuting() { in isExecuting() method in FakeExecutor
3638 bool MediaCodec::isExecuting() const { in isExecuting() function in android::MediaCodec3664 if (!isExecuting()) { in getBufferAndFormat()3767 if (!isExecuting()) { in onCodecActivity()3834 if (!isExecuting()) { in handleDequeueInputBuffer()3867 if (!isExecuting()) { in handleDequeueOutputBuffer()4349 if (!isExecuting()) { in onMessageReceived()4791 || isExecuting()) { in onMessageReceived()5266 && mState != CONFIGURED && !isExecuting()) { in onMessageReceived()5462 if (!isExecuting()) { in onMessageReceived()5559 if (!isExecuting()) { in onMessageReceived()[all …]
139 assertThat(mMainExecutor.isExecuting()).isTrue(); in checkMainThread()140 assertThat(mBgExecutor.isExecuting()).isFalse(); in checkMainThread()