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

12 3 4 5 6 7 8 91011>>

  /frameworks/native/vulkan/include/hardware/
hwvulkan.h 56 * process when the Vulkan API is first used; the hw_device_t::close() function
61 struct hw_device_t common;
  /hardware/interfaces/graphics/allocator/2.0/default/
gralloc1-adapter.h 85 const char* id, struct hw_device_t** device);
  /hardware/libhardware/include/hardware/
nfc.h 88 /* nfc_nci_device_t starts with a hw_device_t struct,
96 * nfc_nci_device_t as users of this structure will cast a hw_device_t to
97 * nfc_nci_device_t pointer in contexts where it's known the hw_device_t references a
100 struct hw_device_t common;
178 (struct hw_device_t**) dev);
227 * nfc_pn544_device_t as users of this structure will cast a hw_device_t to
228 * nfc_pn544_device_t pointer in contexts where it's known the hw_device_t references a
231 struct hw_device_t common;
265 (struct hw_device_t**) dev);
vibrator.h 40 * vibrator_device as users of this structure will cast a hw_device_t to
41 * vibrator_device pointer in contexts where it's known the hw_device_t references a
44 struct hw_device_t common;
consumerir.h 47 * consumerir_device as users of this structure will cast a hw_device_t to
48 * consumerir_device pointer in contexts where it's known the hw_device_t references a
51 struct hw_device_t common;
lights.h 130 * implementations that report a version >= 2.0 in their hw_device_t common
177 struct hw_device_t common;
  /device/generic/goldfish/vibrator/
vibrator_qemu.c 49 static int qemu_vibra_close(hw_device_t *device)
56 hw_device_t** device) {
72 *device = (hw_device_t *) vibradev;
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 42 struct hw_device_t** device);
44 hw_device_t * open_camera_device(int cameraId);
46 int close_camera_device( hw_device_t *);
  /device/google/marlin/camera/usbcamcore/inc/
QualcommUsbCamera.h 46 struct hw_device_t** device);
48 hw_device_t * usbcam_open_camera_device(int cameraId);
50 int usbcam_close_camera_device( hw_device_t *);
  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 42 struct hw_device_t** device);
44 hw_device_t * open_camera_device(int cameraId);
46 int close_camera_device( hw_device_t *);
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 42 struct hw_device_t** device);
44 hw_device_t * open_camera_device(int cameraId);
46 int close_camera_device( hw_device_t *);
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 24 static int pn544_close(hw_device_t *dev) {
33 hw_device_t** device) {
50 *device = (hw_device_t*) dev;
  /hardware/libhardware/modules/consumerir/
consumerir.c 67 static int consumerir_close(hw_device_t *dev)
77 hw_device_t** device)
99 *device = (hw_device_t*) dev;
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 90 static int nfc_close(hw_device_t *dev) {
96 hw_device_t** device) {
114 *device = (hw_device_t*) dev;
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
99 hw_device_t** device)
  /hardware/qcom/display/msm8226/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
99 hw_device_t** device)
  /hardware/qcom/display/msm8909/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
98 hw_device_t** device)
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
98 hw_device_t** device)
  /hardware/qcom/display/msm8994/libgralloc/
gralloc.cpp 37 hw_device_t** device);
40 hw_device_t** device);
104 hw_device_t** device)
  /hardware/qcom/display/msm8996/libgralloc/
gralloc.cpp 37 hw_device_t** device);
40 hw_device_t** device);
104 hw_device_t** device)
  /hardware/qcom/display/msm8998/libgralloc/
gralloc.cpp 35 hw_device_t** device);
38 hw_device_t** device);
98 hw_device_t** device)
  /device/linaro/hikey/gralloc/
alloc_device.h 35 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.h 42 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /hardware/libhardware/modules/usbcamera/
CameraHAL.h 46 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /system/core/trusty/gatekeeper/
module.cpp 28 hw_device_t **device) {

Completed in 2826 milliseconds

12 3 4 5 6 7 8 91011>>