HomeSort by relevance Sort by last modified time
    Searched defs:hw_device_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/fuchsia/include/hardware/
hardware.h 15 struct hw_device_t;
30 struct hw_device_t** device);
33 typedef struct hw_device_t { struct
37 int (*close)(struct hw_device_t* device);
38 } hw_device_t; typedef in typeref:struct:hw_device_t
  /device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
hardware.h 48 struct hw_device_t { struct
57 int (*close)(hw_device_t* device);
61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
  /external/swiftshader/include/Android/hardware/
hardware.h 48 struct hw_device_t { struct
57 int (*close)(hw_device_t* device);
61 int (*open)(const hw_module_t*, const char*, hw_device_t**);

Completed in 111 milliseconds