HomeSort by relevance Sort by last modified time
    Searched defs:startWorkerThread (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.cpp 93 const status_t res = startWorkerThread(one_burst);
94 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
107 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
257 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) {
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 90 const status_t res = startWorkerThread(one_burst);
91 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
403 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst)

Completed in 69 milliseconds