Searched refs:streamAndWindowId (Results 1 – 2 of 2) sorted by relevance
153 for (const auto &streamAndWindowId : hRequest.streamAndWindowIds) { in convertRequestFromHidl() local154 request->mStreamIdxList.push_back(streamAndWindowId.streamId); in convertRequestFromHidl()155 request->mSurfaceIdxList.push_back(streamAndWindowId.windowId); in convertRequestFromHidl()
846 for (auto streamAndWindowId : request->mCaptureRequest.streamAndWindowIds) { in onCaptureErrorLocked() local847 int32_t windowId = streamAndWindowId.windowId; in onCaptureErrorLocked()