Searched refs:apex_name (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/common/apex_update_listener/ |
D | apex_update_listener.cc | 27 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()
|
D | apex_update_listener.h | 66 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);
|