OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startWorkerThread
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
333
virtual status_t
startWorkerThread
(bool one_burst);
391
* stopThread method is called. See
startWorkerThread
for more
EmulatedCameraDevice.cpp
95
const status_t res =
startWorkerThread
(one_burst);
96
ALOGE_IF(res != NO_ERROR, "%s:
startWorkerThread
failed", __FUNCTION__);
110
ALOGE_IF(res != NO_ERROR, "%s:
startWorkerThread
failed", __FUNCTION__);
247
status_t EmulatedCameraDevice::
startWorkerThread
(bool one_burst)
Completed in 27 milliseconds