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
89
*
startDeliveringFrames
method to start delivering frames. This method must
160
virtual status_t
startDeliveringFrames
(bool one_burst);
163
* This method will stop the worker thread started by
startDeliveringFrames
.
426
* Typically, the worker thread is started from the
startDeliveringFrames
432
* stopWorkerThreads method is called. See
startDeliveringFrames
for
EmulatedCameraDevice.cpp
80
status_t EmulatedCameraDevice::
startDeliveringFrames
(bool one_burst)
EmulatedCamera.cpp
550
res = camera_dev->
startDeliveringFrames
(true);
868
res = camera_dev->
startDeliveringFrames
(false);
[
all
...]
Completed in 154 milliseconds