Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlInternal.cpp141 std::vector<std::string> instrumentationLibPaths; in registerInstrumentationCallbacks() local
144 instrumentationLibPaths.push_back(instrumentationLibPath); in registerInstrumentationCallbacks()
148 instrumentationLibPaths.push_back(HAL_LIBRARY_PATH_SYSTEM); in registerInstrumentationCallbacks()
150 instrumentationLibPaths.push_back(halLibPathVndkSp); in registerInstrumentationCallbacks()
151 instrumentationLibPaths.push_back(HAL_LIBRARY_PATH_VENDOR); in registerInstrumentationCallbacks()
152 instrumentationLibPaths.push_back(HAL_LIBRARY_PATH_ODM); in registerInstrumentationCallbacks()
155 for (const auto& path : instrumentationLibPaths) { in registerInstrumentationCallbacks()