Searched refs:GetName (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.h | 48 virtual const std::string& GetName() const = 0; 70 const std::string& GetName() const override { in GetName() function 115 const std::string& GetName() const override { in GetName() function 155 const std::string& GetName() const override { in GetName() function 221 const std::string& GetName() const override { in GetName() function 259 const std::string& GetName() const override { in GetName() function
|
D | ClassDefinition.cpp | 46 auto iter = indexed_members_.find(member->GetName()); in AddMember() 63 indexed_members_[member->GetName()] = ordered_members_.size(); in AddMember()
|
/frameworks/native/cmds/lshal/ |
D | HelpCommand.h | 38 std::string getName() const override { return GetName(); } in getName() 39 static std::string GetName();
|
D | Lshal.cpp | 77 err() << std::endl << "If no command is specified, `" << ListCommand::GetName() in usage() 201 return selectCommand(ListCommand::GetName()); in selectCommand() 231 auto&& help = selectCommand(HelpCommand::GetName()); in main()
|
D | HelpCommand.cpp | 24 std::string HelpCommand::GetName() { in GetName() function in android::lshal::HelpCommand
|
D | ListCommand.h | 62 std::string getName() const override { return GetName(); } in getName() 64 static std::string GetName();
|
D | ListCommand.cpp | 82 std::string ListCommand::GetName() { in GetName() function in android::lshal::ListCommand
|
/frameworks/rs/cpp/ |
D | BaseObj.cpp | 55 RS::dispatch->GetName(mRS->getContext(), mID, &name); in updateFromNative()
|
D | rsDispatch.cpp | 87 dispatchTab.GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName");; in loadSymbols() 187 if (dispatchTab.GetName == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 198 GetNameFnPtr GetName; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 66 static void GetName(RsContext, void * obj, const char **name);
|
D | rsHidlAdaptation.cpp | 137 mEntryFuncs.GetName = GetName; in LoadDispatchForHidl() 266 void RsHidlAdaptation::GetName(RsContext context, void * obj, const char **name) { in GetName() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 274 RS_DISPATCH(ctxWrapper, GetName, obj, name); in rsaGetName()
|