Searched defs:DvrBuffer (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_buffer.h13 typedef struct DvrBuffer DvrBuffer; typedef in typeref:struct:DvrBuffer
91 void dvrBufferDestroy(DvrBuffer* buffer);
95 int dvrBufferGetAHardwareBuffer(DvrBuffer* buffer,
100 const struct native_handle* dvrBufferGetNativeHandle(DvrBuffer* buffer);
H A Ddvr_display_manager.h14 typedef struct DvrBuffer DvrBuffer; typedef in typeref:struct:DvrBuffer
33 uint64_t usage, DvrBuffer** buffer_out);
H A Ddvr_deleter.h13 typedef struct DvrBuffer DvrBuffer; typedef in typeref:struct:DvrBuffer
25 void dvrBufferDestroy(DvrBuffer* buffer);
48 void operator()(DvrBuffer* p) { dvrBufferDestroy(p); }
66 using UniqueDvrBuffer = MakeUniqueDvrPointer<DvrBuffer>;
H A Ddvr_surface.h15 typedef struct DvrBuffer DvrBuffer; typedef in typeref:struct:DvrBuffer
87 int dvrGetNamedBuffer(const char* name, DvrBuffer** out_buffer);
H A Ddvr_api.h25 typedef struct DvrBuffer DvrBuffer; typedef in typeref:struct:DvrBuffer
48 DvrBuffer** buffer_out);
122 typedef void (*DvrBufferDestroyPtr)(DvrBuffer* buffer);
124 DvrBuffer* buffer, AHardwareBuffer** hardware_buffer);
126 DvrBuffer* buffer);
154 typedef int (*DvrGetNamedBufferPtr)(const char* name, DvrBuffer** out_buffer);
/frameworks/native/libs/vr/libdvr/
H A Ddvr_internal.h10 typedef struct DvrBuffer DvrBuffer; typedef in typeref:struct:DvrBuffer
27 DvrBuffer* CreateDvrBufferFromIonBuffer(
55 struct DvrBuffer { struct

Completed in 51 milliseconds