Home
last modified time | relevance | path

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

/external/swiftshader/include/Android/hardware/
Dhardware.h48 struct hw_device_t { struct
57 int (*close)(hw_device_t* device); argument
/external/drm_hwcomposer/.ci/android_headers/hardware/
Dhardware.h168 typedef struct hw_device_t { struct
170 uint32_t tag;
201 int (*close)(struct hw_device_t* device); argument
203 } hw_device_t; typedef
/external/mesa3d/include/android_stub/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
/external/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp698 int CloseDevice(struct hw_device_t *) in CloseDevice()