Home
last modified time | relevance | path

Searched defs:hasPendingBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2317 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec
2323 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3631 const bool hasPendingBuffer = in transactionIsReadyToBeApplied() local