OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_device_t
(Results
1 - 25
of
45
) sorted by null
1
2
/hardware/libhardware/include/hardware/
hardware.h
39
struct
hw_device_t
;
79
struct
hw_device_t
** device);
84
* Every device data structure must begin with
hw_device_t
87
typedef struct
hw_device_t
{
struct
91
/** version number for
hw_device_t
*/
101
int (*close)(struct
hw_device_t
* device);
103
}
hw_device_t
;
typedef in typeref:struct:hw_device_t
lights.h
122
struct
hw_device_t
common;
fb.h
39
struct
hw_device_t
common;
154
GRALLOC_HARDWARE_FB0, (struct
hw_device_t
**)device);
gralloc.h
201
* Every device data structure must begin with
hw_device_t
206
struct
hw_device_t
common;
250
GRALLOC_HARDWARE_GPU0, (struct
hw_device_t
**)device);
hwcomposer.h
235
struct
hw_device_t
common;
332
HWC_HARDWARE_COMPOSER, (struct
hw_device_t
**)device);
sensors.h
436
* Every device data structure must begin with
hw_device_t
440
struct
hw_device_t
common;
480
SENSORS_HARDWARE_POLL, (struct
hw_device_t
**)device);
audio.h
248
struct
hw_device_t
common;
332
(struct
hw_device_t
**)device);
camera.h
302
hw_device_t
common;
audio_policy.h
358
struct
hw_device_t
common;
375
(
hw_device_t
**)device);
/development/tools/emulator/system/camera/
EmulatedCameraFactory.h
68
int cameraDeviceOpen(int camera_id,
hw_device_t
** device);
90
hw_device_t
** device);
EmulatedCamera.h
113
virtual status_t connectCamera(
hw_device_t
** device);
372
static int close(struct
hw_device_t
* device);
EmulatedCameraFactory.cpp
115
int EmulatedCameraFactory::cameraDeviceOpen(int camera_id,
hw_device_t
** device)
159
hw_device_t
** device)
/hardware/qcom/gps/loc_api/libloc_api/
gps.c
40
struct
hw_device_t
** device)
50
*device = (struct
hw_device_t
*)dev;
/hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp
37
struct
hw_device_t
** device);
96
static int hwc_device_close(struct
hw_device_t
*dev)
108
struct
hw_device_t
** device)
/development/tools/emulator/system/lights/
lights_qemu.c
161
struct
hw_device_t
**device )
191
dev->common.close = (int (*)(struct
hw_device_t
*))close_lights;
194
*device = (struct
hw_device_t
*)dev;
/device/samsung/tuna/liblight/
lights.c
180
struct
hw_device_t
**device)
202
dev->common.close = (int (*)(struct
hw_device_t
*))close_lights;
205
*device = (struct
hw_device_t
*)dev;
/hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp
39
hw_device_t
** device);
42
hw_device_t
** device);
181
hw_device_t
** device)
gpu.h
67
static int gralloc_close(struct
hw_device_t
*dev);
/hardware/libhardware/modules/gralloc/
gralloc.cpp
53
hw_device_t
** device);
56
hw_device_t
** device);
273
static int gralloc_close(struct
hw_device_t
*dev)
286
hw_device_t
** device)
/hardware/msm7k/liblights/
lights.c
363
struct
hw_device_t
** device)
398
dev->common.close = (int (*)(struct
hw_device_t
*))close_lights;
401
*device = (struct
hw_device_t
*)dev;
/device/samsung/tuna/libsensors/
sensors.cpp
96
struct
hw_device_t
** device);
330
static int poll__close(struct
hw_device_t
*dev)
368
struct
hw_device_t
** device)
/development/tools/emulator/system/sensors/
sensors_qemu.c
209
control__close(struct
hw_device_t
*dev)
400
data__close(struct
hw_device_t
*dev)
415
static int poll__close(struct
hw_device_t
* dev)
594
struct
hw_device_t
* *device)
/frameworks/base/services/jni/
com_android_server_LightsService.cpp
54
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)
/sdk/emulator/sensors/
sensors_qemu.c
209
control__close(struct
hw_device_t
*dev)
400
data__close(struct
hw_device_t
*dev)
415
static int poll__close(struct
hw_device_t
* dev)
594
struct
hw_device_t
* *device)
Completed in 588 milliseconds
1
2