Lines Matching refs:mAsyncHandle
474 if (!mAsyncHandle.isInputQueueEmpty()) { in testFlushInRunningState()
480 if (mAsyncHandle.isInputQueueEmpty()) { in testFlushInRunningState()
593 CHECK_STATUS(mAsyncHandle.setCallBack(mCodec, isAsync), in testSetAsyncNotifyCallbackInInitState()
629 if (AMEDIA_OK == mAsyncHandle.setCallBack(mCodec, true)) { in testSetAsyncNotifyCallbackInRunningState()
646 CHECK_STATUS(mAsyncHandle.setCallBack(mCodec, isAsync), in testSetAsyncNotifyCallbackInUnInitState()
657 CHECK_STATUS(mAsyncHandle.setCallBack(mCodec, isAsync), in testSetAsyncNotifyCallbackInUnInitState()
700 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState()
850 callbackObject element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()
1184 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize()
1212 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo()
1308 callbackObject element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()
1411 callbackObject element = mAsyncHandle.getOutput(); in testGetBufferFormatInRunningState()