OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:camera3_device_ops_t
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/modules/camera/
Camera.h
58
const static
camera3_device_ops_t
sOps;
Camera.cpp
54
mDevice.ops = const_cast<
camera3_device_ops_t
*>(&sOps);
209
const
camera3_device_ops_t
Camera::sOps = {
/hardware/libhardware/include/hardware/
camera3.h
2038
}
camera3_device_ops_t
;
typedef in typeref:struct:camera3_device_ops
[
all
...]
/device/generic/goldfish/camera/
EmulatedCamera3.h
25
* for all camera API calls that defined by
camera3_device_ops_t
API.
198
static
camera3_device_ops_t
sDeviceOps;
EmulatedCamera3.cpp
22
* for all camera API calls that defined by
camera3_device_ops_t
API.
288
camera3_device_ops_t
EmulatedCamera3::sDeviceOps = {
Completed in 85 milliseconds