OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopWorkerThread
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraDevice.h
451
virtual status_t
stopWorkerThread
();
EmulatedCameraDevice.cpp
104
const status_t res =
stopWorkerThread
();
105
ALOGE_IF(res != NO_ERROR, "%s:
stopWorkerThread
failed", __FUNCTION__);
427
status_t EmulatedCameraDevice::
stopWorkerThread
()
/device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.h
345
* parameter is 'false', thread routine will run until
stopWorkerThread
359
virtual status_t
stopWorkerThread
();
EmulatedCameraDevice.cpp
106
const status_t res =
stopWorkerThread
();
270
status_t EmulatedCameraDevice::
stopWorkerThread
() {
Completed in 644 milliseconds