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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/hikey/gralloc/
framebuffer_device.h 22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
  /device/huawei/angler/camera/QCamera2/
QCamera2Factory.h 54 const char* id, uint32_t halVersion, struct hw_device_t** device);
61 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
63 struct hw_device_t **hw_device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.h 54 const char* id, uint32_t halVersion, struct hw_device_t** device);
61 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
63 struct hw_device_t **hw_device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
  /hardware/qcom/camera/QCamera2/
QCamera2Factory.h 53 const char* id, uint32_t halVersion, struct hw_device_t** device);
61 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
63 struct hw_device_t **hw_device);
65 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
  /device/generic/goldfish/camera/
EmulatedBaseCamera.h 39 struct hw_device_t* device,
65 virtual status_t connectCamera(hw_device_t** device) = 0;
EmulatedCameraFactory.h 71 int cameraDeviceOpen(int camera_id, hw_device_t** device);
107 uint32_t halVersion, struct hw_device_t** device);
113 hw_device_t** device);
  /hardware/libhardware/include/hardware/
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;
68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, (struct hw_device_t**)device);
nfc_tag.h 47 * nfc_tag_device_t as users of this structure will cast a hw_device_t to
48 * nfc_tag_device_t pointer in contexts where it's known the hw_device_t references a
51 struct hw_device_t common;
86 (struct hw_device_t**)dev);
hardware.h 72 * Use this macro to set the hw_device_t.version field
79 struct hw_device_t;
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
159 struct hw_device_t** device);
164 * Every device data structure must begin with hw_device_t
167 typedef struct hw_device_t { struct
200 int (*close)(struct hw_device_t* device);
202 } hw_device_t; typedef in typeref:struct:hw_device_t
local_time_hal.h 60 * local_time_hw_device as users of this structure will cast a hw_device_t to
61 * local_time_hw_device pointer in contexts where it's known the hw_device_t references a
64 struct hw_device_t common;
112 (struct hw_device_t**)device);
nfc.h 112 /* nfc_nci_device_t starts with a hw_device_t struct,
120 * nfc_nci_device_t as users of this structure will cast a hw_device_t to
121 * nfc_nci_device_t pointer in contexts where it's known the hw_device_t references a
124 struct hw_device_t common;
202 (struct hw_device_t**) dev);
251 * nfc_pn544_device_t as users of this structure will cast a hw_device_t to
252 * nfc_pn544_device_t pointer in contexts where it's known the hw_device_t references a
255 struct hw_device_t common;
289 (struct hw_device_t**) dev);
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.h 54 const char* id, uint32_t halVersion, struct hw_device_t** device);
61 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
63 struct hw_device_t **hw_device);
  /device/asus/fugu/libaudio/
audio_hal_hooks.c 20 extern int atv_audiodev_open(const hw_module_t*, const char*, hw_device_t**);
  /hardware/qcom/audio/legacy/alsa_sound/
acoustics_default.cpp 26 static int s_device_open(const hw_module_t*, const char*, hw_device_t**);
27 static int s_device_close(hw_device_t*);
51 hw_device_t** device)
76 static int s_device_close(hw_device_t* device)
  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.h 44 int open(const char* id, struct hw_device_t** device);
45 int openLegacy(const char* id, uint32_t halVersion, struct hw_device_t** device);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
gps.c 43 struct hw_device_t** device)
57 *device = (struct hw_device_t*)dev;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
gps.c 43 struct hw_device_t** device)
57 *device = (struct hw_device_t*)dev;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
gps.c 43 struct hw_device_t** device)
57 *device = (struct hw_device_t*)dev;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
gps.c 43 struct hw_device_t** device)
53 *device = (struct hw_device_t*)dev;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
gps.c 43 struct hw_device_t** device)
57 *device = (struct hw_device_t*)dev;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
gps.c 43 struct hw_device_t** device)
57 *device = (struct hw_device_t*)dev;
  /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/libhardware/modules/camera/
CameraHAL.h 42 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /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/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 *);

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 91011>>