Searched refs:functionName (Results 1 – 3 of 3) sorted by relevance
71 static Nanoapp *validateChreApiCall(const char *functionName);
136 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local138 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()140 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()143 << " return " << functionName << "(str, getStub); }\n"; in declareGetService()144 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()148 << " return " << functionName << "(str, getStub); }\n"; in declareGetService()149 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()150 << "bool getStub) { return " << functionName << "(\"default\", getStub); }\n"; in declareGetService()172 const std::string functionName = isTry ? "tryGetService" : "getService"; in implementGetService() local175 << "::android::sp<" << interfaceName << "> " << interfaceName << "::" << functionName << "(" in implementGetService()[all …]
25 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall() argument