HomeSort by relevance Sort by last modified time
    Searched refs:hw_device_t (Results 76 - 100 of 317) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/lge/bullhead/liblight/
lights.c 213 struct hw_device_t** device)
239 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
242 *device = (struct hw_device_t*)dev;
  /hardware/libhardware/modules/vibrator/
vibrator.c 140 static int vibra_close(hw_device_t *device)
147 hw_device_t** device __unused) {
181 *device = (hw_device_t *) vibradev;
  /system/nfc/halimpl/bcm2079x/
nfc_nci.c 106 static int nfc_close(hw_device_t* dev) {
114 hw_device_t** device) {
121 // Common hw_device_t fields
138 *device = (hw_device_t*)dev;
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) {
124 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) {
Camera.h 45 int open(const hw_module_t *module, hw_device_t **device);
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 172 * Every device data structure must begin with hw_device_t
176 struct hw_device_t common;
292 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 172 * Every device data structure must begin with hw_device_t
176 struct hw_device_t common;
292 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
  /hardware/qcom/display/msm8909/libcopybit/
copybit.h 174 * Every device data structure must begin with hw_device_t
178 struct hw_device_t common;
294 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
  /hardware/qcom/display/msm8994/libcopybit/
copybit.h 175 * Every device data structure must begin with hw_device_t
179 struct hw_device_t common;
295 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
  /hardware/qcom/display/msm8996/libcopybit/
copybit.h 189 * Every device data structure must begin with hw_device_t
193 struct hw_device_t common;
309 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
  /hardware/qcom/display/msm8998/libcopybit/
copybit.h 189 * Every device data structure must begin with hw_device_t
193 struct hw_device_t common;
309 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
  /device/google/dragon/lights/
lights.c 178 static int close_lights(struct hw_device_t *dev)
187 struct hw_device_t **device)
209 close_lights((struct hw_device_t *)lights);
219 *device = (struct hw_device_t *)lights;
  /device/google/dragon/sensor_hub/
sensors.h 65 static int wrapper_close(struct hw_device_t *dev);
  /device/huawei/angler/camera/QCamera2/
QCamera2Factory.cpp 180 const char* id, uint32_t halVersion, struct hw_device_t** device)
309 struct hw_device_t **hw_device)
367 struct hw_device_t **hw_device)
399 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device)
  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.cpp 180 const char* id, uint32_t halVersion, struct hw_device_t** device)
309 struct hw_device_t **hw_device)
367 struct hw_device_t **hw_device)
399 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device)
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferManager.h 68 const hw_device_t* mGralloc;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferManager.h 68 const hw_device_t *mGralloc;
  /hardware/interfaces/ir/1.0/default/
ConsumerIr.cpp 75 ret = hw_module->methods->open(hw_module, CONSUMERIR_TRANSMITTER, (hw_device_t **) &dev);
  /hardware/libhardware/include/hardware/
camera_common.h     [all...]
fb.h 41 * framebuffer_device_t as users of this structure will cast a hw_device_t to
42 * framebuffer_device_t pointer in contexts where it's known the hw_device_t references a
45 struct hw_device_t common;
keymaster0.h 30 * keymaster0_device as users of this structure will cast a hw_device_t to
31 * keymaster0_device pointer in contexts where it's known the hw_device_t references a
34 struct hw_device_t common;
sound_trigger.h 68 struct hw_device_t common;
  /hardware/libhardware/modules/camera/3_0/
Camera.h 41 int open(const hw_module_t *module, hw_device_t **device);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 53 hw_device_t** device);
56 hw_device_t** device);
280 static int gralloc_close(struct hw_device_t *dev)
293 hw_device_t** device)
  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.h 58 static int CloseWrapper(struct hw_device_t *dev);

Completed in 277 milliseconds

1 2 34 5 6 7 8 91011>>