Home
last modified time | relevance | path

Searched refs:ResultTransformation (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp134 struct ResultTransformation { struct
245 std::vector<ResultTransformation> transformations; in emitAidl()
273 transformations.emplace_back(ResultTransformation{ in emitAidl()
274 results[0]->name(), ResultTransformation::TransformType::MOVED}); in emitAidl()
290 for (const ResultTransformation& transform : transformations) { in emitAidl()
294 if (transform.type == ResultTransformation::TransformType::MOVED) { in emitAidl()
300 ResultTransformation::TransformType::REMOVED); in emitAidl()