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

/frameworks/av/include/media/stagefright/
H A DACodec.h317 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
319 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
H A DACodec.cpp2982 bool ACodec::allYourBuffersAreBelongToUs( function in class:android::ACodec
2999 bool ACodec::allYourBuffersAreBelongToUs() { function in class:android::ACodec
3000 return allYourBuffersAreBelongToUs(kPortIndexInput)
3001 && allYourBuffersAreBelongToUs(kPortIndexOutput);
5511 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) {
5707 && mCodec->allYourBuffersAreBelongToUs()) {

Completed in 103 milliseconds