Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c836 static bool osExtAppFind(struct SegmentIterator *it, appMatchFunc func, const void *data) in osExtAppFind() function
870 while (osExtAppFind(&it, func, data)) { in osExtAppStopEraseApps()
945 while (osExtAppFind(&it, func, data)) { in osExtAppStartApps()
956 while (osExtAppFind(&checkIt, matchAppId, &app->hdr.appId)) { in osExtAppStartApps()