• Home
  • Raw
  • Download

Lines Matching refs:string

35 HalDriverLoader::HalDriverLoader(const string dir_path, int epoch_count,  in HalDriverLoader()
36 const string& callback_socket_name) in HalDriverLoader()
42 const int component_class, const string& package_name, in FindComponentSpecification()
44 const string& component_name, const int component_type, in FindComponentSpecification()
50 string driver_lib_dir = dir_path_; in FindComponentSpecification()
54 string package_path = package_name; in FindComponentSpecification()
66 string(ent->d_name).find(kSpecFileExt) != std::string::npos) { in FindComponentSpecification()
68 const string file_path = driver_lib_dir + "/" + string(ent->d_name); in FindComponentSpecification()
103 const string& driver_lib_path, in GetDriver()
105 const string& hw_binder_service_name, const uint64_t interface_pt, in GetDriver()
106 bool with_interface_pointer, const string& dll_file_name) { in GetDriver()
120 const string& driver_lib_path, in GetLibDriver()
122 const string& dll_file_name) { in GetLibDriver()
157 const string& driver_lib_path, in GetHidlHalDriver()
159 const string& hal_service_name, const uint64_t interface_pt, in GetHidlHalDriver()
161 string package_name = spec_msg.package(); in GetHidlHalDriver()
177 string service_name; in GetHidlHalDriver()
204 const string& driver_lib_path, in LoadDriver()
211 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriver()
224 const string& driver_lib_path, in LoadDriverWithInterfacePointer()
236 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriverWithInterfacePointer()