Home
last modified time | relevance | path

Searched refs:hw_device_t (Results 1 – 25 of 38) sorted by relevance

12

/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h48 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**);
Dgralloc1.h65 hw_device_t common;
76 reinterpret_cast<hw_device_t**>(device)); in gralloc1_open()
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec_test_hal.c26 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()
Dhdmi_cec.c532 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/
DGralloc1.cpp32 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/
Dsensors_dummy.c208 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/
Dsensors_dummy.c208 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/
Dsensors.cpp155 int SensorContext::CloseWrapper(struct hw_device_t *dev) { in CloseWrapper()
385 struct hw_device_t **dev) { in open_sensors()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp418 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()
Dframebuffer_device.h22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dalloc_device.h41 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dalloc_device.cpp705 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/
Dalloc_device.h22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dalloc_device.cpp158 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/
Dalloc_device.h22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dalloc_device.cpp157 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/
Dmali_gralloc_public_interface.h23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dframebuffer_device.h23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dmali_gralloc_ion.h31 int mali_gralloc_ion_device_close(struct hw_device_t *device);
Dframebuffer_device.cpp390 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/
Dmali_gralloc_public_interface.h23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dframebuffer_device.h23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dmali_gralloc_ion.h31 int mali_gralloc_ion_device_close(struct hw_device_t *device);
Dframebuffer_device.cpp390 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/
Daudio_hw.c626 static int adev_close(hw_device_t *device) in adev_close()
634 hw_device_t** device) in adev_open()

12