OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_device_t
(Results
51 - 75
of
148
) sorted by null
1
2
3
4
5
6
/hardware/qcom/display/msm8x26/libgralloc/
gpu.h
67
static int gralloc_close(struct
hw_device_t
*dev);
/device/generic/goldfish/camera/
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
86
status_t EmulatedCamera3::connectCamera(
hw_device_t
** device) {
277
int EmulatedCamera3::close(struct
hw_device_t
* device) {
/external/bluetooth/bluedroid/btif/src/
bluetooth.c
424
static int close_bluetooth_stack(struct
hw_device_t
* device)
431
struct
hw_device_t
** abstraction)
440
*abstraction = (struct
hw_device_t
*)stack;
/hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp
56
struct
hw_device_t
** device);
204
static int poll__close(struct
hw_device_t
*dev)
240
struct
hw_device_t
** device)
/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/msm8974/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/msm8x26/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;
/device/samsung/manta/liblights/
lights.c
125
static int close_lights(struct
hw_device_t
*dev)
330
struct
hw_device_t
**device)
355
*device = (struct
hw_device_t
*)dev;
/device/samsung/manta/libsensors/
sensors.cpp
76
struct
hw_device_t
** device);
321
static int poll__close(struct
hw_device_t
*dev)
359
struct
hw_device_t
** device)
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
98
struct
hw_device_t
** device);
323
static int poll__close(struct
hw_device_t
*dev)
354
struct
hw_device_t
** device)
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
57
struct
hw_device_t
** device);
318
static int poll__close(struct
hw_device_t
*dev)
368
struct
hw_device_t
** device)
/device/generic/goldfish/sensors/
sensors_qemu.c
209
control__close(struct
hw_device_t
*dev)
399
data__close(struct
hw_device_t
*dev)
414
static int poll__close(struct
hw_device_t
* dev)
593
struct
hw_device_t
* *device)
/frameworks/base/services/jni/
com_android_server_ConsumerIrService.cpp
44
(
hw_device_t
**) &dev);
com_android_server_LightsService.cpp
54
hw_device_t
* device;
/hardware/libhardware/include/hardware/
camera.h
288
hw_device_t
common;
camera3.h
[
all
...]
audio.h
439
struct
hw_device_t
common;
555
(struct
hw_device_t
**)device);
audio_policy.h
427
struct
hw_device_t
common;
444
(
hw_device_t
**)device);
/hardware/libhardware/tests/camera2/
CameraModuleTests.cpp
92
hw_device_t
*device = NULL;
/hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp
70
hw_device_t
** device);
73
hw_device_t
** device);
404
static int gralloc_close(struct
hw_device_t
*dev)
417
hw_device_t
** device)
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
39
hw_device_t
** device);
40
static int camera_device_close(
hw_device_t
* device);
438
int camera_device_close(
hw_device_t
* device)
484
hw_device_t
** device)
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h
88
static int close_camera_device(struct
hw_device_t
* device);
92
int openCamera(struct
hw_device_t
**hw_device);
/hardware/libhardware/modules/audio/
audio_policy.c
304
static int default_ap_dev_close(
hw_device_t
* device)
311
hw_device_t
** device)
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h
89
static int close_camera_device(struct
hw_device_t
* device);
93
int openCamera(struct
hw_device_t
**hw_device);
Completed in 1007 milliseconds
1
2
3
4
5
6