Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dhardware.h33 struct hw_device_t;
69 struct hw_device_t** device);
76 struct hw_device_t { struct
90 int (*close)(struct hw_device_t* device); argument
Dsensors.h279 struct hw_device_t common;
315 struct hw_device_t common;
356 SENSORS_HARDWARE_CONTROL, (struct hw_device_t**)device); in sensors_control_open()
366 SENSORS_HARDWARE_DATA, (struct hw_device_t**)device); in sensors_data_open()
Doverlay.h141 struct hw_device_t common;
176 struct hw_device_t common;
206 OVERLAY_HARDWARE_CONTROL, (struct hw_device_t**)device); in overlay_control_open()
216 OVERLAY_HARDWARE_DATA, (struct hw_device_t**)device); in overlay_data_open()
Dcopybit.h145 struct hw_device_t common;
209 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device); in copybit_open()
Dlights.h101 struct hw_device_t common;
/hardware/libhardware/modules/overlay/
Doverlay.cpp41 struct hw_device_t** device);
197 static int overlay_control_close(struct hw_device_t *dev) in overlay_control_close()
255 static int overlay_data_close(struct hw_device_t *dev) in overlay_data_close()
274 struct hw_device_t** device) in overlay_device_open()
/hardware/msm7k/liblights/
Dlights.c304 struct hw_device_t** device) in open_lights()
339 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
342 *device = (struct hw_device_t*)dev; in open_lights()
/hardware/msm7k/libcopybit/
Dcopybit.c52 struct hw_device_t** device);
348 static int close_copybit(struct hw_device_t *dev) in close_copybit()
360 struct hw_device_t** device) in open_copybit()