OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:camera_module
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
CameraModule.cpp
258
ATRACE_BEGIN("
camera_module
->init");
278
ATRACE_BEGIN("
camera_module
->get_camera_info");
291
ATRACE_BEGIN("
camera_module
->get_camera_info");
319
ATRACE_BEGIN("
camera_module
->open");
328
ATRACE_BEGIN("
camera_module
->open_legacy");
336
ATRACE_BEGIN("
camera_module
->get_number_of_cameras");
344
ATRACE_BEGIN("
camera_module
->set_callbacks");
356
ATRACE_BEGIN("
camera_module
->get_vendor_tag_ops");
364
ATRACE_BEGIN("
camera_module
->set_torch_mode");
/hardware/libhardware/include/hardware/
camera_common.h
195
* Valid in all
camera_module
versions.
646
typedef struct
camera_module
{
struct
649
*
camera_module
as users of this structure will cast a hw_module_t to
650
*
camera_module
pointer in contexts where it's known the hw_module_t
651
* references a
camera_module
.
653
* The return values for common.methods->open for
camera_module
are:
[
all
...]
/docs/source.android.com/src/devices/camera/
index.jd
106
<p><code>camera_common.h</code> defines <code>
camera_module
</code>, a standard
/docs/source.android.com/src/devices/
index.jd
132
typedef struct
camera_module
{
/hardware/ti/omap4-aah/camera/
CameraHal_Module.cpp
617
* implementation of
camera_module
functions
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
474
* implementation of
camera_module
functions
Completed in 1146 milliseconds