Home
last modified time | relevance | path

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

/hardware/google/camera/common/apex_update_listener/
Dapex_update_listener.cc27 ApexUpdateListener::Sigil, const std::string& apex_name, in ApexUpdateListener() argument
30 : apex_name_(apex_name), in ApexUpdateListener()
52 const std::string& apex_name, CallbackFunction callback, in Make() argument
73 auto last_info = TrySlurpInfo(apex_name, apex_info_list_file_name); in Make()
77 std::string(apex_name).c_str()); in Make()
85 Sigil{}, apex_name, apex_info_list_file_name, callback, file_descriptor, in Make()
90 ApexUpdateListener::TrySlurpInfo(const std::string& apex_name, in TrySlurpInfo() argument
109 if (apex_info->Attribute("moduleName", apex_name.c_str())) { in TrySlurpInfo()
110 Info info{.module_name = apex_name.c_str()}; in TrySlurpInfo()
142 ALOGE("XML did not contain any apex-info about %s", apex_name.c_str()); in TrySlurpInfo()
Dapex_update_listener.h66 ApexUpdateListener(Sigil, const std::string& apex_name,
72 const std::string& apex_name, CallbackFunction callback,
91 const std::string& apex_name, const std::string& apex_info_list_file_name);