Searched refs:slicedOperands (Results 1 – 1 of 1) sorted by relevance
1256 auto& slicedOperands = slice->mHidlModel.operands; in initializeSlice() local1287 extend(&slicedOperands, convertTo<SlicedOperand>(origOperand)) in initializeSlice()1289 slicedOperands[slicedOperandIndex].numberOfConsumers = 0; in initializeSlice()1293 << toString(slicedOperands[slicedOperandIndex]); in initializeSlice()1330 OrigOperandToSlicedInputOperandIndex(hidl_vec<SlicedOperand>* slicedOperands, in initializeSlice() argument1332 : mSlicedOperands(*slicedOperands), mSlicedInputIndexes(*slicedInputIndexes) {} in initializeSlice()1411 } origOperandToSlicedInputOperandIndex(&slicedOperands, &slice->mHidlModel.inputIndexes); in initializeSlice()1424 << toString(slicedOperands[slicedIndex]); in initializeSlice()1444 << toString(slicedOperands[slicedIndex]); in initializeSlice()1463 [&origOperandIndexToSlicedIndex, &slicedOperands](uint32_t origOperandIndex) { in initializeSlice()[all …]