Searched defs:hw_device_t (Results 1 – 7 of 7) sorted by relevance
48 struct hw_device_t { struct57 int (*close)(hw_device_t* device); argument
33 typedef struct hw_device_t { struct37 int (*close)(struct hw_device_t* device); argument38 } hw_device_t; typedef
48 static int gralloc1_device_close(hw_device_t*) { in gralloc1_device_close() argument
231 struct hw_device_t** /*device*/) { in open_legacy()
346 int CloseDevice(struct hw_device_t* /*device*/) { in CloseDevice()
75 hw_device_t make_hw_device(hw_module_t* module, int (*close)(hw_device_t*)) { in make_hw_device()
88 static int closeHook(hw_device_t* /*device*/) in closeHook() argument