Searched refs:allYourBuffersAreBelongToUs (Results 1 – 2 of 2) sorted by relevance
509 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);511 bool allYourBuffersAreBelongToUs();
4837 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec4854 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec4855 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()4856 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()6857 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()6860 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()8035 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()8272 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()