Searched refs:adapt (Results 1 – 4 of 4) sorted by relevance
/system/tools/hidl/ |
D | generateCppAdapter.cpp | 125 const auto adapt = [](Formatter& out, const std::string& var, const Type* type) { in generateAdapterMethod() local 154 [&](auto arg) { adapt(out, arg->name(), arg->get()); }); in generateAdapterMethod() 164 [&](auto arg) { adapt(out, arg->name(), arg->get()); }); in generateAdapterMethod() 178 adapt(out, "_hidl_out", elidedCallback->get()); in generateAdapterMethod()
|
/system/nvram/ |
D | README.md | 41 and `nvram::Response` objects, the glue code will adapt it to the full NVRAM API
|
/system/apex/docs/ |
D | howto.md | 547 By using these tools, you can then adapt the procedure described in the
|
/system/update_engine/ |
D | README.md | 182 sure they know exactly which of these two features they are trying to adapt.
|