Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlInternal.cpp131 std::vector<std::string> instrumentationLibPaths; in registerInstrumentationCallbacks() local
134 instrumentationLibPaths.push_back(instrumentationLibPath); in registerInstrumentationCallbacks()
139 instrumentationLibPaths.push_back(HAL_LIBRARY_PATH_SYSTEM); in registerInstrumentationCallbacks()
141 instrumentationLibPaths.push_back(halLibPathVndkSp); in registerInstrumentationCallbacks()
142 instrumentationLibPaths.push_back(HAL_LIBRARY_PATH_VENDOR); in registerInstrumentationCallbacks()
143 instrumentationLibPaths.push_back(HAL_LIBRARY_PATH_ODM); in registerInstrumentationCallbacks()
146 for (const auto& path : instrumentationLibPaths) { in registerInstrumentationCallbacks()