/device/generic/goldfish-opengl/fuchsia/include/hardware/ |
D | 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); argument 38 } hw_device_t; typedef
|
D | hwvulkan.h | 24 struct hw_device_t common;
|
/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/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraFactory.h | 80 int cameraDeviceOpen(int camera_id, hw_device_t** device); 121 uint32_t halVersion, struct hw_device_t** device); 128 hw_device_t** device);
|
D | EmulatedBaseCamera.h | 41 struct hw_device_t* device, struct hw_module_t* module); 66 virtual status_t connectCamera(hw_device_t** device) = 0;
|
D | EmulatedCamera3.h | 94 virtual status_t connectCamera(hw_device_t **device); 160 static int close(struct hw_device_t *device);
|
D | EmulatedCameraFactory.cpp | 141 hw_device_t** device) { in cameraDeviceOpen() 191 const char* name, hw_device_t** device) { in device_open() 231 struct hw_device_t** /*device*/) { in open_legacy() argument
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.h | 82 int cameraDeviceOpen(int camera_id, hw_device_t **device); 137 uint32_t halVersion, struct hw_device_t **device); 144 hw_device_t **device);
|
D | EmulatedBaseCamera.h | 39 struct hw_device_t* device, 67 virtual status_t connectCamera(hw_device_t** device) = 0;
|
D | EmulatedCamera3.h | 97 virtual status_t connectCamera(hw_device_t** device); 167 static int close(struct hw_device_t* device);
|
/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()
|
/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/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);
|
/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);
|
/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);
|
/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);
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.h | 22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
|
/device/linaro/dragonboard/gralloc/ |
D | gralloc.cpp | 166 static int gbm_mod_close_gpu0(struct hw_device_t *dev) in gbm_mod_close_gpu0() 208 static int gbm_mod_open_gpu0(struct gbm_module_t *dmod, hw_device_t **dev) in gbm_mod_open_gpu0() 235 const char *name, struct hw_device_t **dev) in gbm_mod_open()
|
/device/google/wahoo/liblight/ |
D | lights.c | 327 struct hw_device_t** device) in open_lights() 357 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights() 360 *device = (struct hw_device_t*)dev; in open_lights()
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.h | 32 struct hw_device_t** device);
|