OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initDevice
(Results
1 - 13
of
13
) sorted by null
/hardware/libhardware/modules/camera/
ExampleCamera.h
37
int
initDevice
();
Camera.h
60
virtual int
initDevice
() = 0;
61
// Accessor used by
initDevice
() to set the templates' metadata
ExampleCamera.cpp
180
int ExampleCamera::
initDevice
()
Camera.cpp
131
res =
initDevice
();
/hardware/libhardware/modules/usbcamera/
UsbCamera.h
39
int
initDevice
();
Camera.h
69
virtual int
initDevice
() = 0;
77
// Accessor method used by
initDevice
() to set the templates' metadata
UsbCamera.cpp
222
int UsbCamera::
initDevice
() {
Camera.cpp
184
res =
initDevice
();
/external/opencv3/modules/videoio/src/
cap_intelperc.hpp
41
bool
initDevice
(PXCSession *session);
cap_unicap.cpp
72
bool
initDevice
();
130
bool CvCapture_Unicap::
initDevice
() {
132
CV_FUNCNAME("CvCapture_Unicap::
initDevice
");
305
if (reinit && !
initDevice
())
321
return
initDevice
();
cap_intelperc.cpp
111
bool IntelPerCStreamBase::
initDevice
(PXCSession *session)
205
if (!
initDevice
(session))
413
if (!
initDevice
(session))
cap_msmf.cpp
622
long
initDevice
();
[
all
...]
/frameworks/base/tools/preload2/src/com/android/preload/
Main.java
173
initDevice
();
181
private void
initDevice
() {
Completed in 4320 milliseconds