Searched refs:surfaceIdx (Results 1 – 3 of 3) sorted by relevance
112 int32_t surfaceIdx = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local114 captureRequest->mSurfaceIdxList.push_back(surfaceIdx); in LLVMFuzzerTestOneInput()119 parcelCamCaptureReq.writeInt32(surfaceIdx); in LLVMFuzzerTestOneInput()
142 int surfaceIdx; in readFromParcel() local143 if ((err = parcel->readInt32(&surfaceIdx)) != OK) { in readFromParcel()147 mSurfaceIdxList.push_back(surfaceIdx); in readFromParcel()
380 int surfaceIdx = request.mSurfaceIdxList.itemAt(i); in submitRequestList() local392 if ((size_t)surfaceIdx >= gbps.size()) { in submitRequestList()395 __FUNCTION__, mCameraIdStr.c_str(), streamId, surfaceIdx); in submitRequestList()400 res = insertGbpLocked(gbps[surfaceIdx], &surfaceMap, &outputStreamIds, nullptr); in submitRequestList()