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

  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp 106 mOutputThread(new OutputThread(this, mCroppingType)),
145 mOutputThread->setExifMakeModel(make, model);
167 mOutputThread->run("ExtCamOut", PRIORITY_DISPLAY);
265 mOutputThread->dump(fd);
427 mOutputThread->flush();
435 mOutputThread->flush();
436 mOutputThread->requestExit();
437 mOutputThread->join();
677 mOutputThread->submitRequest(halReq);
    [all...]
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 333 sp<OutputThread> mOutputThread;

Completed in 149 milliseconds