Searched refs:functionName (Results 1 – 4 of 4) sorted by relevance
29 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall() argument33 functionName); in validateChreApiCall()
90 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local115 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()117 DocComment("Deprecated. See " + functionName + "(std::string, bool)", HIDL_LOCATION_HERE) in declareGetService()119 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()122 << " return " << functionName << "(str, getStub); }\n"; in declareGetService()123 DocComment("Deprecated. See " + functionName + "(std::string, bool)", HIDL_LOCATION_HERE) in declareGetService()125 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()129 << " return " << functionName << "(str, getStub); }\n"; in declareGetService()130 DocComment("Calls " + functionName + in declareGetService()135 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()[all …]
169 #define CHRE_NSL_LAZY_LOOKUP(functionName) \ argument172 static decltype(functionName) *funcPtr = nullptr; \175 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
91 static Nanoapp *validateChreApiCall(const char *functionName);