Home
last modified time | relevance | path

Searched refs:outMsgs (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp419 /*out*/std::vector<NotifyMsg>* outMsgs, in processCaptureRequestError() argument
423 if (outMsgs == nullptr) { in processCaptureRequestError()
436 outMsgs->push_back(shutter); in processCaptureRequestError()
437 outMsgs->push_back(error); in processCaptureRequestError()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp767 /*out*/std::vector<NotifyMsg>* outMsgs, in processCaptureRequestError() argument
775 if (outMsgs == nullptr) { in processCaptureRequestError()
789 outMsgs->push_back(shutter); in processCaptureRequestError()
790 outMsgs->push_back(error); in processCaptureRequestError()