Lines Matching defs:buffer

379         ANativeWindowBuffer** buffer, int* fenceFd) {  in hook_dequeueBuffer()
392 int Surface::dequeueBufferInternal(ANativeWindow* window, ANativeWindowBuffer** buffer, in dequeueBufferInternal()
399 ANativeWindowBuffer* buffer, int fenceFd) { in hook_cancelBuffer()
412 int Surface::cancelBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in cancelBufferInternal()
418 ANativeWindowBuffer* buffer, int fenceFd) { in hook_queueBuffer()
431 int Surface::queueBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBufferInternal()
437 ANativeWindowBuffer** buffer) { in hook_dequeueBuffer_DEPRECATED()
458 ANativeWindowBuffer* buffer) { in hook_cancelBuffer_DEPRECATED()
464 ANativeWindowBuffer* buffer) { in hook_lockBuffer_DEPRECATED()
470 ANativeWindowBuffer* buffer) { in hook_queueBuffer_DEPRECATED()
631 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) { in dequeueBuffer()
912 int Surface::cancelBuffer(android_native_buffer_t* buffer, in cancelBuffer()
1004 int Surface::lockBuffer_DEPRECATED(android_native_buffer_t* buffer __attribute__((unused))) { in lockBuffer_DEPRECATED()
1010 void Surface::getQueueBufferInputLocked(android_native_buffer_t* buffer, int fenceFd, in getQueueBufferInputLocked()
1147 int Surface::queueBuffer(android_native_buffer_t* buffer, int fenceFd) { in queueBuffer()
1789 AHardwareBuffer** buffer = va_arg(args, AHardwareBuffer**); in dispatchGetLastQueuedBuffer() local
1813 AHardwareBuffer** buffer = va_arg(args, AHardwareBuffer**); in dispatchGetLastQueuedBuffer2() local
1955 sp<GraphicBuffer> buffer(nullptr); in detachNextBuffer() local
1983 int Surface::attachBuffer(ANativeWindowBuffer* buffer) in attachBuffer()
2540 status_t Surface::attachAndQueueBufferWithDataspace(Surface* surface, sp<GraphicBuffer> buffer, in attachAndQueueBufferWithDataspace()