Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedQemuCameraDevice.cpp234 status_t query_res = mQemuClient.queryFrame( in inWorkerThread() local
238 if (query_res == NO_ERROR) { in inWorkerThread()
245 strerror(query_res)); in inWorkerThread()
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp299 status_t query_res = mQemuClient.queryFrame(rawFrame, previewFrame, in produceFrame() local
307 if (query_res != NO_ERROR) { in produceFrame()
309 __FUNCTION__, strerror(query_res)); in produceFrame()