Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp2584 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec
2590 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4077 const bool hasPendingBuffer = bufferLayersReadyToPresent.find(s.surface) != in transactionIsReadyToBeApplied() local