Home
last modified time | relevance | path

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

/system/chre/core/
Devent_loop_manager.cc25 Nanoapp *EventLoopManager::validateChreApiCall(const char *functionName) { in validateChreApiCall()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dnearby_extension_support_lib.cc27 #define CHRE_NSL_LAZY_LOOKUP(functionName) \ argument
/system/tools/hidl/
DgenerateCpp.cpp90 const std::string functionName = isTry ? "tryGetService" : "getService"; in declareGetService() local
166 const std::string functionName = isTry ? "tryGetService" : "getService"; in implementGetService() local
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc219 #define CHRE_NSL_LAZY_LOOKUP(functionName) \ argument