Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h113 typedef bool (*appMatchFunc)(const void *cookie, const struct AppHdr *); typedef
/device/google/contexthub/firmware/os/core/
Dseos.c836 static bool osExtAppFind(struct SegmentIterator *it, appMatchFunc func, const void *data) in osExtAppFind()
857 static uint32_t osExtAppStopEraseApps(appMatchFunc func, const void *data, bool doErase) in osExtAppStopEraseApps()
930 static uint32_t osExtAppStartApps(appMatchFunc func, void *data) in osExtAppStartApps()