Home
last modified time | relevance | path

Searched refs:android_native_buffer_t (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp362 android_native_buffer_t* buf[3]; in TEST_F()
386 android_native_buffer_t* buf[3]; in TEST_F()
407 android_native_buffer_t* buf[3]; in TEST_F()
428 android_native_buffer_t* buf[3]; in TEST_F()
452 android_native_buffer_t* buf[3]; in TEST_F()
453 android_native_buffer_t* firstBuf; in TEST_F()
473 android_native_buffer_t* buf[3]; in TEST_F()
506 android_native_buffer_t* buf; in TEST_F()
554 android_native_buffer_t* buf[3]; in TEST_F()
577 android_native_buffer_t* buf[3]; in TEST_F()
[all …]
DSurfaceTextureFBO_test.cpp39 android_native_buffer_t* anb; in TEST_F()
DFillBuffer.cpp93 android_native_buffer_t* anb; in produceOneRGBA8Frame()
/frameworks/native/libs/nativebase/include/nativebase/
Dnativebase.h108 typedef ANativeWindowBuffer_t android_native_buffer_t; typedef
/frameworks/native/libs/gui/
DSurface.cpp535 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) { in dequeueBuffer()
654 int Surface::cancelBuffer(android_native_buffer_t* buffer, in cancelBuffer()
683 android_native_buffer_t* buffer) const { in getSlotFromBufferLocked()
694 int Surface::lockBuffer_DEPRECATED(android_native_buffer_t* buffer __attribute__((unused))) { in lockBuffer_DEPRECATED()
700 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) { in queueBuffer()
/frameworks/native/libs/gui/include/gui/
DSurface.h345 int getSlotFromBufferLocked(android_native_buffer_t* buffer) const;
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp476 android_native_buffer_t *anb = NULL; in ImageWriter_dequeueImage()