Home
last modified time | relevance | path

Searched defs:dequeueBuffer (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/android/
DANativeWindowEmulated.cpp54 int EmulatedANativeWindow::dequeueBuffer(EGLClientBuffer* buffer, int* fence) { in dequeueBuffer() function in gfxstream::EmulatedANativeWindow
161 int EmulatedANativeWindowHelper::dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, in dequeueBuffer() function in gfxstream::EmulatedANativeWindowHelper
DANativeWindowAndroid.cpp185 int ANativeWindowHelperAndroid::dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, in dequeueBuffer() function in gfxstream::ANativeWindowHelperAndroid
/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.h85 bool dequeueBuffer() { return mDevice.dequeueBuffer(bufferType, memoryType); } in dequeueBuffer() function
DLibScalerForJpeg.cpp220 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) { in dequeueBuffer() function in LibScalerForJpeg::Device
/hardware/qcom/display/msm8226/liboverlay/
DoverlayWriteback.cpp161 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
/hardware/qcom/display/msm8994/liboverlay/
DoverlayWriteback.cpp165 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
/hardware/qcom/display/msm8084/liboverlay/
DoverlayWriteback.cpp161 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp187 void dequeueBuffer(Item* outItem) { in dequeueBuffer() function in gfxstream::ColorBufferQueue
/hardware/google/gfxstream/guest/mesa/include/android_stub/system/
Dwindow.h570 int (*dequeueBuffer)(struct ANativeWindow* window, member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.cpp2129 int32_t QCameraGrallocMemory::dequeueBuffer() in dequeueBuffer() function in qcamera::QCameraGrallocMemory
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp483 Return<void> PreviewWindowCb::dequeueBuffer(dequeueBuffer_cb _hidl_cb) { in dequeueBuffer() function in PreviewWindowCb