OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startDeliveringFrames
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
84
*
startDeliveringFrames
method to start delivering frames. This method must
155
virtual status_t
startDeliveringFrames
(bool one_burst);
158
* This method will stop the worker thread started by
startDeliveringFrames
.
323
* Typically, worker thread is started from
startDeliveringFrames
method of
329
* method is called. See
startDeliveringFrames
for more info.
EmulatedCameraDevice.cpp
85
status_t EmulatedCameraDevice::
startDeliveringFrames
(bool one_burst)
EmulatedCamera.cpp
402
res = camera_dev->
startDeliveringFrames
(true);
614
res = camera_dev->
startDeliveringFrames
(false);
[
all
...]
Completed in 26 milliseconds