Searched refs:allYourBuffersAreBelongToUs (Results 1 – 2 of 2) sorted by relevance
532 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);534 bool allYourBuffersAreBelongToUs();
4917 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec4934 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec4935 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()4936 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()7037 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()7040 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()8290 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()8545 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()