/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 48 struct hw_device_t { struct 57 int (*close)(hw_device_t* device); argument 61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
|
D | gralloc1.h | 65 hw_device_t common; 76 reinterpret_cast<hw_device_t**>(device)); in gralloc1_open()
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec_test_hal.c | 26 static int (*hdmicec_open)(const struct hw_module_t *, const char *, struct hw_device_t **); 41 err = (*hdmicec_open)(&HAL_MODULE_INFO_SYM, NULL, (struct hw_device_t **)device2); in main() 119 cec_device->common.close((struct hw_device_t *)cec_device); in main()
|
D | hdmi_cec.c | 532 struct hw_device_t **device) in open_hdmi_cec() 561 ctx->device.common.close = (int (*)(struct hw_device_t* device))hdmicec_close; in open_hdmi_cec()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 32 static int gralloc1_device_open(const hw_module_t*, const char*, hw_device_t**); 48 static int gralloc1_device_close(hw_device_t*) { in gralloc1_device_close() argument 127 static int gralloc1_device_open(const hw_module_t* module, const char* id, hw_device_t** device) { in gralloc1_device_open()
|
/device/google/comet/sensors/ |
D | sensors_dummy.c | 208 static int sensor_device_close(struct hw_device_t* dev0) in sensor_device_close() 361 struct hw_device_t* *device) in open_sensors()
|
/device/google/akita/sensors/ |
D | sensors_dummy.c | 208 static int sensor_device_close(struct hw_device_t* dev0) in sensor_device_close() 361 struct hw_device_t* *device) in open_sensors()
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 155 int SensorContext::CloseWrapper(struct hw_device_t *dev) { in CloseWrapper() 385 struct hw_device_t **dev) { in open_sensors()
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 418 static int fb_close(struct hw_device_t *device) in fb_close() 453 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
D | framebuffer_device.h | 22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | alloc_device.h | 41 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | alloc_device.cpp | 705 static int alloc_device_close(struct hw_device_t *device) in alloc_device_close() 824 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in alloc_device_open()
|
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.h | 22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | alloc_device.cpp | 158 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in alloc_device_open()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.h | 22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | alloc_device.cpp | 157 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in alloc_device_open()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_public_interface.h | 23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | framebuffer_device.h | 23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | mali_gralloc_ion.h | 31 int mali_gralloc_ion_device_close(struct hw_device_t *device);
|
D | framebuffer_device.cpp | 390 static int fb_close(struct hw_device_t *device) in fb_close() 554 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_public_interface.h | 23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | framebuffer_device.h | 23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
D | mali_gralloc_ion.h | 31 int mali_gralloc_ion_device_close(struct hw_device_t *device);
|
D | framebuffer_device.cpp | 390 static int fb_close(struct hw_device_t *device) in fb_close() 554 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 626 static int adev_close(hw_device_t *device) in adev_close() 634 hw_device_t** device) in adev_open()
|