Searched defs:callSite (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp41 CallSite* callSite) :
42 mContext(context), mSymbols(symbols), mDecls(decls), mCallSite(callSite),
72 std::set<int>* sdkLevelsFound, CallSite* callSite) :
74 mCallSite(callSite), mReferenceVisitor(context, symbols, this, callSite) {
163 CallSite callSite = { resource->file.name }; local
165 &mSdkLevelsFound, &callSite);
40 ReferenceVisitor(IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls, CallSite* callSite) argument
71 XmlVisitor(IAaptContext* context, SymbolTable* symbols, const Source& source, std::set<int>* sdkLevelsFound, CallSite* callSite) argument
H A DReferenceLinker.cpp49 xml::IPackageDeclStack* decl,CallSite* callSite) :
51 mCallSite(callSite) {
168 const CallSite& callSite) {
171 return callSite.resource.package == ref.name.value().package;
196 CallSite* callSite, std::string* outError) {
203 if (!isSymbolVisible(*symbol, reference, *callSite)) {
212 CallSite* callSite, std::string* outError) {
214 symbols, callSite,
230 CallSite* callSite,
260 CallSite* callSite) {
48 ReferenceLinkerVisitor(IAaptContext* context, SymbolTable* symbols, StringPool* stringPool, xml::IPackageDeclStack* decl,CallSite* callSite) argument
167 isSymbolVisible(const SymbolTable::Symbol& symbol, const Reference& ref, const CallSite& callSite) argument
194 resolveSymbolCheckVisibility( const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
210 resolveAttributeCheckVisibility( const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
227 compileXmlAttribute(const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
258 linkReference(Reference* reference, IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls, CallSite* callSite) argument
317 CallSite callSite = { ResourceNameRef(package->name, type->type, entry->name) }; local
[all...]

Completed in 234 milliseconds