Searched refs:GetName (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.h | 48 virtual const std::string& GetName() const = 0; 69 const std::string& GetName() const override { in GetName() function 104 const std::string& GetName() const override { in GetName() function 143 const std::string& GetName() const override { in GetName() function 192 const std::string& GetName() const override { in GetName() function 229 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 | 76 err() << std::endl << "If no command is specified, `" << ListCommand::GetName() in usage() 202 return selectCommand(ListCommand::GetName()); in selectCommand() 232 auto&& help = selectCommand(HelpCommand::GetName()); in main()
|
D | ListCommand.h | 64 std::string getName() const override { return GetName(); } in getName() 66 static std::string GetName();
|
D | HelpCommand.cpp | 24 std::string HelpCommand::GetName() { in GetName() function in android::lshal::HelpCommand
|
D | ListCommand.cpp | 81 std::string ListCommand::GetName() { in GetName() function in android::lshal::ListCommand
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 100 template<typename T> const char *GetName() { return nullptr; } in GetName() function 101 template<> const char *GetName<C2IntInfo>() { return "int"; } in GetName() function 102 template<> const char *GetName<C2LongInfo>() { return "long"; } in GetName() function 103 template<> const char *GetName<C2StringInfo>() { return "string"; } in GetName() function 104 template<> const char *GetName<C2CompositeInfo>() { return "composite"; } in GetName() function 105 template<> const char *GetName<C2FlexStringInfo>() { return "flex-string"; } in GetName() function 112 T::PARAM_TYPE, C2ParamDescriptor::IS_PERSISTENT, GetName<T>())); in fill()
|
/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()
|