Home
last modified time | relevance | path

Searched refs:isAppPresent (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.h341 if (!isAppPresent(appName)) in setCachedCrc()
352 if (!isAppPresent(appName)) in clearCachedApp()
371 if (!isAppPresent(appName)) in setCachedVersion()
379 if (!isAppPresent(appName)) in setCachedStart()
399 bool isAppPresent(hub_app_name_t &appName) { in isAppPresent() function
409 if (isAppPresent(appName)) in getFlashAddr()
Dsystem_comms.cpp1202 if (!isAppPresent(name)) { in readNanohubAppInfo()