Lines Matching refs:mAsyncHandle
483 if (!mAsyncHandle.isInputQueueEmpty()) { in testFlushInRunningState()
489 if (mAsyncHandle.isInputQueueEmpty()) { in testFlushInRunningState()
602 RETURN_IF_FAIL(mAsyncHandle.setCallBack(mCodec, isAsync), in testSetAsyncNotifyCallbackInInitState()
638 if (AMEDIA_OK == mAsyncHandle.setCallBack(mCodec, true)) { in testSetAsyncNotifyCallbackInRunningState()
655 RETURN_IF_FAIL(mAsyncHandle.setCallBack(mCodec, isAsync), in testSetAsyncNotifyCallbackInUnInitState()
666 RETURN_IF_FAIL(mAsyncHandle.setCallBack(mCodec, isAsync), in testSetAsyncNotifyCallbackInUnInitState()
709 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState()
863 callbackObject element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()
1203 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize()
1232 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo()
1332 callbackObject element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()
1437 callbackObject element = mAsyncHandle.getOutput(); in testGetBufferFormatInRunningState()