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.cpp334 using InstanceDebugInfo = hidl::manager::V1_0::IServiceManager::InstanceDebugInfo; typedef
336 std::map<std::string, InstanceDebugInfo>* infos) { in fetchPidsForPassthroughLibraries()
536 std::map<std::string, InstanceDebugInfo> map; in debugDump()
547 map.emplace(path + lib, InstanceDebugInfo{.interfaceName = matchedName, in debugDump()
556 hidl_vec<InstanceDebugInfo> vec; in debugDump()
/system/hwservicemanager/
DServiceManager.cpp725 std::vector<IServiceManager::InstanceDebugInfo> list; in debugDump()