Searched refs:allYourBuffersAreBelongToUs (Results 1 – 2 of 2) sorted by relevance
532 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);534 bool allYourBuffersAreBelongToUs();
4948 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec4965 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec4966 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()4967 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()7068 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()7071 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()8321 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()8576 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()