Searched refs:allYourBuffersAreBelongToUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h256 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
258 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
H A DACodec.cpp2035 bool ACodec::allYourBuffersAreBelongToUs( function in class:android::ACodec
2052 bool ACodec::allYourBuffersAreBelongToUs() { function in class:android::ACodec
2053 return allYourBuffersAreBelongToUs(kPortIndexInput)
2054 && allYourBuffersAreBelongToUs(kPortIndexOutput);
3718 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) {
3913 && mCodec->allYourBuffersAreBelongToUs()) {

Completed in 159 milliseconds