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

  /device/generic/goldfish-opengl/fuchsia/include/hardware/
hardware.h 13 struct hw_module_t;
17 typedef struct hw_module_t { struct
26 } hw_module_t; typedef in typeref:struct:hw_module_t
29 int (*open)(const struct hw_module_t* module, const char* id,
36 struct hw_module_t* module;
  /device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
hardware.h 32 struct hw_module_t { struct
51 struct hw_module_t* module;
61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
65 int hw_get_module(const char* id, const hw_module_t** module);
  /external/swiftshader/include/Android/hardware/
hardware.h 32 struct hw_module_t { struct
51 struct hw_module_t* module;
61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
65 int hw_get_module(const char* id, const hw_module_t** module);

Completed in 850 milliseconds