Searched refs:hidlModel (Results 1 – 1 of 1) sorted by relevance
304 const HidlModel hidlModel = model->makeHidlModel(); in dump() local305 std::cout << name << ": " << hidlModel << std::endl; in dump()306 std::cout << "inputs: " << hidlModel.main.inputIndexes << std::endl; in dump()307 std::cout << "outputs: " << hidlModel.main.outputIndexes << std::endl; in dump()308 for (size_t i = 0, e = hidlModel.main.operations.size(); i < e; i++) { in dump()309 std::cout << "operation[" << i << "]: " << hidlModel.main.operations[i] << std::endl; in dump()