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

1 2 3 4 5 6

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.h 53 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
55 struct hw_device_t **hw_device);
QCamera2Factory.cpp 157 struct hw_device_t **hw_device)
190 struct hw_device_t **hw_device)
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.h 51 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
53 struct hw_device_t **hw_device);
QCamera3Factory.cpp 160 struct hw_device_t **hw_device)
193 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);
101 hw_device_t** device);
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2Factory.h 53 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
55 struct hw_device_t **hw_device);
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Factory.h 51 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
53 struct hw_device_t **hw_device);
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 23 static int pn544_close(hw_device_t *dev) {
32 hw_device_t** device) {
49 *device = (hw_device_t*) dev;
  /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)
  /hardware/libhardware/include/hardware/
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
155 struct hw_device_t** device);
160 * Every device data structure must begin with hw_device_t
163 typedef struct hw_device_t { struct
192 int (*close)(struct hw_device_t* device);
194 } hw_device_t; typedef in typeref:struct:hw_device_t
local_time_hal.h 58 struct hw_device_t common;
106 (struct hw_device_t**)device);
nfc.h 105 /* nfc_nci_device_t starts with a hw_device_t struct,
111 struct hw_device_t common;
189 (struct hw_device_t**) dev);
230 struct hw_device_t common;
264 (struct hw_device_t**) dev);
consumerir.h 39 struct hw_device_t common;
lights.h 122 struct hw_device_t common;
  /hardware/libhardware/modules/camera/
CameraHAL.h 39 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 41 struct hw_device_t** device);
43 hw_device_t * open_camera_device(int cameraId);
45 int close_camera_device( hw_device_t *);
  /device/lge/mako/camera/
QualcommCamera.h 30 struct hw_device_t** device);
32 hw_device_t * open_camera_device(int cameraId);
34 int close_camera_device( hw_device_t *);
QualcommCamera2.h 43 struct hw_device_t** device);
45 hw_device_t * open_camera_device(int cameraId);
47 int close_camera_device( hw_device_t *);
  /system/security/softkeymaster/
module.cpp 40 static int openssl_close(hw_device_t *dev) {
49 hw_device_t** device) {
75 *device = reinterpret_cast<hw_device_t*>(dev.release());
  /hardware/libhardware/modules/consumerir/
consumerir.c 66 static int consumerir_close(hw_device_t *dev)
76 hw_device_t** device)
98 *device = (hw_device_t*) dev;
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 72 static int nfc_close(hw_device_t *dev) {
78 hw_device_t** device) {
96 *device = (hw_device_t*) dev;
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 37 hw_device_t** device);
40 hw_device_t** device);
100 hw_device_t** device)
  /hardware/qcom/display/msm8974/libgralloc/
gralloc.cpp 37 hw_device_t** device);
40 hw_device_t** device);
100 hw_device_t** device)
  /hardware/qcom/display/msm8x26/libgralloc/
gralloc.cpp 37 hw_device_t** device);
40 hw_device_t** device);
100 hw_device_t** device)

Completed in 437 milliseconds

1 2 3 4 5 6