Searched refs:allYourBuffersAreBelongToUs (Results 1 – 2 of 2) sorted by relevance
545 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);547 bool allYourBuffersAreBelongToUs();
5014 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec5031 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec5032 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()5033 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()7144 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()7147 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()8411 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()8666 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()