Home
last modified time | relevance | path

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

/system/libhidl/transport/manager/1.0/
DIServiceManager.hal132 * Special values for InstanceDebugInfo pids.
141 struct InstanceDebugInfo {
154 debugDump() generates (vec<InstanceDebugInfo> info);
/system/libhidl/transport/
DServiceManagement.cpp294 using InstanceDebugInfo = hidl::manager::V1_0::IServiceManager::InstanceDebugInfo; typedef
296 std::map<std::string, InstanceDebugInfo>* infos) { in fetchPidsForPassthroughLibraries()
507 std::map<std::string, InstanceDebugInfo> map; in debugDump()
518 map.emplace(path + lib, InstanceDebugInfo{.interfaceName = matchedName, in debugDump()
527 hidl_vec<InstanceDebugInfo> vec; in debugDump()
/system/hwservicemanager/
DServiceManager.cpp713 std::vector<IServiceManager::InstanceDebugInfo> list; in debugDump()