HomeSort by relevance Sort by last modified time
    Searched refs:vsoc_buffer_handle_t (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc_vsoc_priv.h 33 struct vsoc_buffer_handle_t : public native_handle { struct in inherits:native_handle
47 return ((sizeof(vsoc_buffer_handle_t) - sizeof(native_handle_t)) /
54 vsoc_buffer_handle_t(int fd, function in struct:vsoc_buffer_handle_t
74 ~vsoc_buffer_handle_t() {
79 const vsoc_buffer_handle_t* hnd =
80 reinterpret_cast<const vsoc_buffer_handle_t*>(handle);
93 void* reference_buffer(const vsoc_buffer_handle_t* hnd);
94 int unreference_buffer(const vsoc_buffer_handle_t* hnd);
gralloc.cpp 129 if (!vaddr || vsoc_buffer_handle_t::validate(handle)) {
133 const vsoc_buffer_handle_t* hnd =
134 reinterpret_cast<const vsoc_buffer_handle_t*>(handle);
145 if (vsoc_buffer_handle_t::validate(handle)) {
149 reinterpret_cast<const vsoc_buffer_handle_t*>(handle));
165 const vsoc_buffer_handle_t* hnd =
166 reinterpret_cast<const vsoc_buffer_handle_t*>(handle);
204 vsoc_buffer_handle_t* hnd = new vsoc_buffer_handle_t(fd,
211 reference_buffer(reinterpret_cast<const vsoc_buffer_handle_t*>(hnd))
    [all...]
mapper.cpp 67 void* reference_buffer(const vsoc_buffer_handle_t* hnd) {
102 int unreference_buffer(const vsoc_buffer_handle_t* hnd) {
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
hwcomposer.cpp 58 const vsoc_buffer_handle_t* p_handle =
59 reinterpret_cast<const vsoc_buffer_handle_t*>(layer.handle);
173 if (vsoc_buffer_handle_t::validate(list->hwLayers[i].handle)) {
181 const vsoc_buffer_handle_t* fb_handle =
182 reinterpret_cast<const vsoc_buffer_handle_t*>(

Completed in 264 milliseconds