Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 3 of 3) sorted by relevance

/system/chre/core/include/chre/core/
Devent_loop_manager.h71 static Nanoapp *validateChreApiCall(const char *functionName);
/system/tools/hidl/
DgenerateCpp.cpp136 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local
138 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() local
175 << "::android::sp<" << interfaceName << "> " << interfaceName << "::" << functionName << "(" in implementGetService()
[all …]
/system/chre/core/
Devent_loop_manager.cc25 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall() argument