Searched refs:allYourBuffersAreBelongToUs (Results 1 – 2 of 2) sorted by relevance
576 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);578 bool allYourBuffersAreBelongToUs();
5206 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec5223 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec5224 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()5225 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()7483 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()7486 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()7583 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in onOMXEvent()7587 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in onOMXEvent()8917 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()9173 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()