Lines Matching defs:it
535 for (List<const CameraMetadata>::const_iterator it = metadataList.begin();
536 it != metadataList.end(); ++it) {
537 sp<CaptureRequest> newRequest = setUpRequestLocked(*it);
545 if (it->exists(ANDROID_REQUEST_ID)) {
546 if (it->find(ANDROID_REQUEST_ID).count == 0) {
550 newRequest->mResultExtras.requestId = it->find(ANDROID_REQUEST_ID).data.i32[0];
1043 // Free up the stream endpoint so that it can be used by some other stream
1810 // Free up the stream endpoint so that it can be used by some other stream
1865 // Save stack trace. View by dumping it later.
2066 // the last reference to it.
2083 // Check if it's okay to remove the request from InFlightMap:
2102 // for an unsuccessful request, it may have pending output buffers to
2217 // For HAL3.2 or above, If HAL doesn't support partial, it must always set
2235 // where it was added by the shutter notification for this frame. If the
2257 // Always update the partial count to the latest one if it's not 0
2380 // last reference to it.
2599 for (List<sp<CaptureRequest> >::iterator it = requests.begin(); it != requests.end();
2600 ++it) {
2601 mRequestQueue.push_back(*it);
2722 for (RequestList::iterator it = mRequestQueue.begin();
2723 it != mRequestQueue.end(); ++it) {
2725 if ((*it)->mInputStream != NULL) {
2727 status_t res = (*it)->mInputStream->getInputBuffer(&inputBuffer);
2732 res = (*it)->mInputStream->returnInputBuffer(inputBuffer);
2739 // Set the frame number this request would have had, if it
2743 (*it)->mResultExtras.frameNumber = mFrameNumber++;
2745 (*it)->mResultExtras);
2791 * to AE_LOCK_ON to start cancelling AE precapture. If AE lock is not available, it still overrides
2977 // Should not happen, and nowhere to send errors to, so just log it
3312 * Rewrite it with our requested trigger value.
3321 * More typical, no trigger entry, so we just add it
3430 // Trigger ID 0 has special meaning in the HAL2 spec, so avoid it here
3500 // mRunning will change to false before the thread fully shuts down, so wait to be sure it
3550 // threadLoop _must not_ re-acquire mLock after it sets mActive to false; would
3557 auto it = mPendingStreams.begin();
3558 mCurrentStream = *it;
3559 mPendingStreams.erase(it);