Home
last modified time | relevance | path

Searched defs:hw_device_t (Results 1 – 5 of 5) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h48 struct hw_device_t { struct
57 int (*close)(hw_device_t* device); argument
/device/generic/goldfish-opengl/fuchsia/include/hardware/
Dhardware.h33 typedef struct hw_device_t { struct
37 int (*close)(struct hw_device_t* device); argument
38 } hw_device_t; typedef
/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dhardware.h167 typedef struct hw_device_t { struct
169 uint32_t tag;
200 int (*close)(struct hw_device_t* device); argument
202 } hw_device_t; typedef
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp48 static int gralloc1_device_close(hw_device_t*) { in gralloc1_device_close() argument
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp351 int CloseDevice(struct hw_device_t* /*device*/) { in CloseDevice()