Home
last modified time | relevance | path

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

/hardware/google/camera/common/apex_update_listener/
Dapex_update_listener_test.cc51 Call(InfoSet{{.module_name = "com.test.apex", in TEST()
58 InfoSet{{.module_name = "com.test.apex", in TEST()
65 {.module_name = "com.test.apex", in TEST()
96 InfoSet{{.module_name = "com.test.apex", in TEST()
Dapex_update_listener.h16 std::string module_name; member
26 module_path, preinstalled_module_path, module_name); in AsTuple()
41 return stream << "{ moduleName: " << i.module_name
Dapex_update_listener.cc110 Info info{.module_name = apex_name.c_str()}; in TrySlurpInfo()
/hardware/interfaces/scripts/
Dlist_hal_vts.py81 for module_name, module_info in root.items():
88 ret[inferred_package].append(module_name)