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

1 2 3 4 56 7 8 91011>>

  /system/nvram/hal/
testing_nvram_implementation.cpp 132 hw_device_t** device_ptr) {
  /device/google/marlin/liblight/
lights.c 328 struct hw_device_t** device)
358 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
361 *device = (struct hw_device_t*)dev;
  /device/huawei/angler/liblight/
lights.c 332 struct hw_device_t** device)
360 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
363 *device = (struct hw_device_t*)dev;
  /external/drm_gralloc/
gralloc.cpp 167 static int drm_mod_close_gpu0(struct hw_device_t *dev)
215 static int drm_mod_open_gpu0(struct drm_module_t *dmod, hw_device_t **dev)
242 const char *name, struct hw_device_t **dev)
  /hardware/qcom/display/msm8084/liblight/
lights.c 255 struct hw_device_t** device)
279 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
282 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8226/liblight/
lights.c 272 struct hw_device_t** device)
302 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
305 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8909/liblight/
lights.c 299 struct hw_device_t** device)
331 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
334 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8960/liblight/
lights.c 285 struct hw_device_t** device)
307 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
310 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8994/liblight/
lights.c 273 struct hw_device_t** device)
303 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
306 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8996/liblight/
lights.c 282 struct hw_device_t** device)
312 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
315 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8998/liblight/
lights.c 312 struct hw_device_t** device)
342 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
345 *device = (struct hw_device_t*)dev;
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 46 assert(reinterpret_cast<hw_device_t *>(this) == &(device_.common));
69 hw_device_t* TrustyGateKeeperDevice::hw_device() {
73 int TrustyGateKeeperDevice::close_device(hw_device_t* dev) {
  /test/vts/hals/light/bullhead/
lights.c 224 struct hw_device_t** device)
250 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
253 *device = (struct hw_device_t*)dev;
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.cpp 43 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device);
45 int gralloc_device_close(struct hw_device_t *device);
63 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) {
67 *device = reinterpret_cast<hw_device_t *>(dev);
98 int GrallocImpl::CloseDevice(hw_device_t *device __unused) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.cpp 42 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device);
44 int gralloc_device_close(struct hw_device_t *device);
62 int gralloc_device_open(const struct hw_module_t *module, const char *name, hw_device_t **device) {
68 *device = reinterpret_cast<hw_device_t *>(dev);
99 int GrallocImpl::CloseDevice(hw_device_t * /*device*/) {
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 216 int EmulatedCameraFactory::cameraDeviceOpen(int camera_id, hw_device_t** device)
276 hw_device_t** device)
319 const char* id, uint32_t halVersion, struct hw_device_t** device) {
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 128 struct hw_device_t** hw_device)
166 *hw_device = (hw_device_t*)&device->common;
174 extern "C" int close_camera_device( hw_device_t *hw_dev)
  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 128 struct hw_device_t** hw_device)
166 *hw_device = (hw_device_t*)&device->common;
174 extern "C" int close_camera_device( hw_device_t *hw_dev)
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 128 struct hw_device_t** hw_device)
166 *hw_device = (hw_device_t*)&device->common;
174 extern "C" int close_camera_device( hw_device_t *hw_dev)
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 99 struct hw_device_t** device);
326 static int poll__close(struct hw_device_t *dev)
357 struct hw_device_t** device)
  /system/bt/btif/src/
bluetooth.cc 457 static int close_bluetooth_stack(UNUSED_ATTR struct hw_device_t* device) {
464 struct hw_device_t** abstraction) {
471 *abstraction = (struct hw_device_t*)&device;
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 140 const hw_device_t* mpGralloc;
  /hardware/libhardware/include/hardware/
camera.h 291 hw_device_t common;
camera3.h     [all...]
hwcomposer.h 488 * hwc_composer_device_1 as users of this structure will cast a hw_device_t to
489 * hwc_composer_device_1 pointer in contexts where it's known the hw_device_t references a
492 struct hw_device_t common;
    [all...]

Completed in 2880 milliseconds

1 2 3 4 56 7 8 91011>>