Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DLogTest.cpp34 LogEntry functionName() { in functionName() function
48 LogEntry functionName() { in functionName() function in android::netdutils::AAA
60 LogEntry functionName() { in functionName() function in android::netdutils::AAA::BBB
84 const LogEntry entry = functionName(); in TEST()
94 const LogEntry entry = AAA().functionName(); in TEST()
104 const LogEntry entry = AAA::BBB().functionName(); in TEST()
/system/chre/core/
Devent_loop_manager.cc29 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall() argument
33 functionName); in validateChreApiCall()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc122 #define CHRE_NSL_LAZY_LOOKUP(functionName) ({ \ argument
124 static decltype(functionName) *fptr = nullptr; \
127 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
/system/tools/hidl/
DgenerateCpp.cpp104 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local
127 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()
129 DocComment("Deprecated. See " + functionName + "(std::string, bool)").emit(out); in declareGetService()
130 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()
133 << " return " << functionName << "(str, getStub); }\n"; in declareGetService()
134 DocComment("Deprecated. See " + functionName + "(std::string, bool)").emit(out); in declareGetService()
135 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()
139 << " return " << functionName << "(str, getStub); }\n"; in declareGetService()
140 DocComment("Calls " + functionName + in declareGetService()
143 out << "static ::android::sp<" << interfaceName << "> " << functionName << "(" in declareGetService()
[all …]
/system/chre/core/include/chre/core/
Devent_loop_manager.h62 static Nanoapp *validateChreApiCall(const char *functionName);