Home
last modified time | relevance | path

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

/system/chre/core/
Devent_loop_manager.cc29 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc75 #define CHRE_NSL_LAZY_LOOKUP(functionName) ({ \ argument
/system/tools/hidl/
DgenerateCpp.cpp104 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local
141 const std::string functionName = isTry ? "tryGetService" : "getService"; in implementGetService() local