HomeSort by relevance Sort by last modified time
    Searched refs:hw_device_t (Results 1 - 25 of 57) sorted by null

1 2 3

  /hardware/libhardware/include/hardware/
hardware.h 39 struct hw_device_t;
79 struct hw_device_t** device);
84 * Every device data structure must begin with hw_device_t
87 typedef struct hw_device_t { struct
91 /** version number for hw_device_t */
101 int (*close)(struct hw_device_t* device);
103 } hw_device_t; typedef in typeref:struct:hw_device_t
nfc.h 55 struct hw_device_t common;
84 (struct hw_device_t**) dev);
lights.h 122 struct hw_device_t common;
fb.h 39 struct hw_device_t common;
154 GRALLOC_HARDWARE_FB0, (struct hw_device_t**)device);
gralloc.h 203 * Every device data structure must begin with hw_device_t
208 struct hw_device_t common;
252 GRALLOC_HARDWARE_GPU0, (struct hw_device_t**)device);
hwcomposer.h 235 struct hw_device_t common;
342 HWC_HARDWARE_COMPOSER, (struct hw_device_t**)device);
sensors.h 431 * Every device data structure must begin with hw_device_t
435 struct hw_device_t common;
476 SENSORS_HARDWARE_POLL, (struct hw_device_t**)device);
audio.h 248 struct hw_device_t common;
332 (struct hw_device_t**)device);
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 23 static int pn544_close(hw_device_t *dev) {
32 hw_device_t** device) {
48 *device = (hw_device_t*) dev;
  /development/tools/emulator/system/camera/
EmulatedCameraFactory.h 68 int cameraDeviceOpen(int camera_id, hw_device_t** device);
90 hw_device_t** device);
EmulatedCamera.h 113 virtual status_t connectCamera(hw_device_t** device);
372 static int close(struct hw_device_t* device);
EmulatedCameraFactory.cpp 115 int EmulatedCameraFactory::cameraDeviceOpen(int camera_id, hw_device_t** device)
159 hw_device_t** device)
  /hardware/qcom/gps/loc_api/libloc_api/
gps.c 40 struct hw_device_t** device)
50 *device = (struct hw_device_t*)dev;
  /device/moto/stingray/sensors/
sensors.c 56 struct hw_device_t** device);
85 struct hw_device_t** device)
nusensors.h 35 int init_nusensors(hw_module_t const* module, hw_device_t** device);
  /device/samsung/crespo/liblight/
lights.c 89 struct hw_device_t **device)
109 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
112 *device = (struct hw_device_t *)dev;
  /device/samsung/crespo/nfc/
nfc_hw.c 88 static int pn544_close(hw_device_t *dev) {
99 hw_device_t** device) {
113 *device = (hw_device_t*) dev;
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 37 struct hw_device_t** device);
96 static int hwc_device_close(struct hw_device_t *dev)
108 struct hw_device_t** device)
  /development/tools/emulator/system/lights/
lights_qemu.c 161 struct hw_device_t **device )
191 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
194 *device = (struct hw_device_t*)dev;
  /device/samsung/tuna/liblight/
lights.c 180 struct hw_device_t **device)
202 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
205 *device = (struct hw_device_t *)dev;
  /device/samsung/tuna/nfc/
nfc_hw.c 107 static int pn544_close(hw_device_t *dev) {
118 hw_device_t** device) {
132 *device = (hw_device_t*) dev;
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 39 hw_device_t** device);
42 hw_device_t** device);
181 hw_device_t** device)
gpu.h 67 static int gralloc_close(struct hw_device_t *dev);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 53 hw_device_t** device);
56 hw_device_t** device);
273 static int gralloc_close(struct hw_device_t *dev)
286 hw_device_t** device)
  /device/moto/stingray/liblights/
lights.c 238 struct hw_device_t **device)
262 dev->common.close = (int (*)(struct hw_device_t *))close_lights;
265 *device = (struct hw_device_t *)dev;

Completed in 1015 milliseconds

1 2 3