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

  /device/generic/goldfish/camera/
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)
  /external/chromium_org/third_party/WebKit/Source/web/
WebEmbeddedWorkerImpl.cpp 230 startWorkerThread();
325 startWorkerThread();
328 void WebEmbeddedWorkerImpl::startWorkerThread()

Completed in 716 milliseconds