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

1 2 3 45 6 7 8 91011>>

  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 63 hw_device_t *device = NULL;
  /hardware/libhardware/tests/fingerprint/
fingerprint_test_fixtures.h 56 hw_device_t *device = NULL;
  /hardware/libhardware/tests/hardware/
struct-last.cpp 40 CHECK_LAST_MEMBER(hw_device_t, close);
struct-size.cpp 47 CheckTypeSize<hw_device_t, 64, 120>();
struct-offset.cpp 53 CHECK_MEMBER_AT(hw_device_t, tag, 0, 0);
54 CHECK_MEMBER_AT(hw_device_t, version, 4, 4);
55 CHECK_MEMBER_AT(hw_device_t, module, 8, 8);
56 CHECK_MEMBER_AT(hw_device_t, reserved, 12, 16);
57 CHECK_MEMBER_AT(hw_device_t, close, 60, 112);
  /hardware/libhardware/tests/vehicle/
vehicle_test_fixtures.h 71 hw_device_t *device = NULL;
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 66 static int gralloc_close(struct hw_device_t *dev);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 66 static int gralloc_close(struct hw_device_t *dev);
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 66 static int gralloc_close(struct hw_device_t *dev);
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 67 static int gralloc_close(struct hw_device_t *dev);
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 66 static int gralloc_close(struct hw_device_t *dev);
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 66 static int gralloc_close(struct hw_device_t *dev);
  /hardware/qcom/display/msm8998/libgralloc/
gpu.h 66 static int gralloc_close(struct hw_device_t *dev);
  /hardware/libhardware/modules/sensors/
multihal.cpp 192 void addSubHwDevice(struct hw_device_t*);
202 std::vector<hw_device_t*> sub_hw_devices;
214 void sensors_poll_context_t::addSubHwDevice(struct hw_device_t* sub_hw_device) {
432 for (std::vector<hw_device_t*>::iterator it = this->sub_hw_devices.begin();
434 hw_device_t* dev = *it;
442 static int device__close(struct hw_device_t *dev) {
487 struct hw_device_t** device);
682 struct hw_device_t** hw_device_out) {
707 struct hw_device_t* sub_hw_device;
  /device/generic/goldfish/camera/
EmulatedCamera.h 107 virtual status_t connectCamera(hw_device_t** device);
366 static int close(struct hw_device_t* device);
EmulatedCamera2.h 76 virtual status_t connectCamera(hw_device_t** device);
240 /** For hw_device_t ops */
241 static int close(struct hw_device_t* device);
EmulatedCamera3.cpp 79 status_t EmulatedCamera3::connectCamera(hw_device_t** device) {
235 int EmulatedCamera3::close(struct hw_device_t* device) {
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev)
162 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev)
  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.cpp 80 int SensorContext::CloseWrapper(struct hw_device_t *dev) {
131 struct hw_device_t **dev) {
  /system/core/trusty/keymaster/
trusty_keymaster_device.h 31 * IMPORTANT MAINTAINER NOTE: Pointers to instances of this class must be castable to hw_device_t
43 __attribute__((visibility("default"))) hw_device_t* hw_device();
100 static int close_device(hw_device_t* dev);
  /device/google/marlin/camera/QCamera2/
QCamera2Factory.cpp 238 const char* id, uint32_t halVersion, struct hw_device_t** device)
374 struct hw_device_t **hw_device)
434 struct hw_device_t **hw_device)
473 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device)
  /hardware/interfaces/memtrack/1.0/default/
Memtrack.cpp 89 reinterpret_cast<hw_device_t**>(const_cast<memtrack_module_t**>(&memtrack_module)));
  /hardware/libhardware/include/hardware/
fingerprint.h 128 * of fingerprint_device as users of this structure will cast a hw_device_t
130 * the hw_device_t references a fingerprint_device.
132 struct hw_device_t common;
tv_input.h 301 * Every device data structure must begin with hw_device_t
305 struct hw_device_t common;
  /hardware/libhardware/modules/input/evdev/
EvdevModule.cpp 93 hw_device_t __unused **device) {

Completed in 1250 milliseconds

1 2 3 45 6 7 8 91011>>