Searched refs:GetMap (Results 1 – 5 of 5) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | device_boutique.cc | 25 std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>>& DeviceBoutique::GetMap()… in GetMap() function in test_vendor_lib::DeviceBoutique 34 GetMap()[device_type] = device_constructor; in Register() 41 if (GetMap().find(args[0]) == GetMap().end()) { in Create() 46 std::shared_ptr<Device> new_device = GetMap()[args[0]](); in Create()
|
D | device_boutique.h | 49 static std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>>& GetMap();
|
/system/unwinding/libbacktrace/ |
D | UnwindStack.cpp | 155 return GetMap()->GetFunctionName(pc, offset); in GetFunctionNameRaw() 173 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, &skip_names, &error_); in UnwindFromContext() 180 return GetMap()->GetFunctionName(pc, offset); in GetFunctionNameRaw() 191 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, nullptr, &error_); in Unwind()
|
D | BacktraceCurrent.cpp | 80 if (GetMap() == nullptr) { in Unwind()
|
/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 180 BacktraceMap* GetMap() { return map_; } in GetMap() function
|