Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h258 uint32_t osExtAppStopApps(uint64_t appId);
/device/google/contexthub/firmware/src/
Dseos.c792 uint32_t osExtAppStopApps(uint64_t appId) in osExtAppStopApps() function
DnanohubCommand.c1026 halSendMgmtResponse(NANOHUB_HAL_EXT_APPS_OFF, osExtAppStopApps(le64toh(req->appId))); in halExtAppsOff()