Lines Matching refs:requestId
523 status_t Camera3Device::waitUntilRequestReceived(int32_t requestId, nsecs_t timeout) { in waitUntilRequestReceived() argument
527 return mRequestThread->waitUntilRequestProcessed(requestId, timeout); in waitUntilRequestReceived()
1392 int32_t requestId, int32_t numBuffers) { in registerInFlight() argument
1397 res = mInFlightMap.add(frameNumber, InFlightRequest(requestId, numBuffers)); in registerInFlight()
1409 int32_t frameNumber, int32_t requestId, in processPartial3AQuirk() argument
1459 __FUNCTION__, mId, frameNumber, requestId, in processPartial3AQuirk()
1485 &requestId, frameNumber)) { in processPartial3AQuirk()
1625 request.requestId, in processCaptureResult()
1820 int32_t requestId = -1; in notify() local
1830 requestId = r.requestId; in notify()
1839 mId, __FUNCTION__, frameNumber, requestId, timestamp); in notify()
1842 listener->notifyShutter(requestId, timestamp); in notify()
1988 int32_t requestId, nsecs_t timeout) { in waitUntilRequestProcessed() argument
1991 while (mLatestRequestId != requestId) { in waitUntilRequestProcessed()
2032 int requestId; in threadLoop() local
2036 requestId = requestIdEntry.data.i32[0]; in threadLoop()
2040 requestId = NAME_NOT_FOUND; in threadLoop()
2143 res = parent->registerInFlight(request.frame_number, requestId, in threadLoop()
2156 mLatestRequestId = requestId; in threadLoop()