Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h293 uint32_t osExtAppStopAppsByAppId(uint64_t appId);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c607 ret = osExtAppStopAppsByAppId(APP_ID_ANY); in doFirmwareChunk()
1149 …halSendLegacyMgmtResponse(NANOHUB_HAL_LEGACY_EXT_APPS_OFF, osExtAppStopAppsByAppId(le64toh(unalign… in halLegacyExtAppsOff()
1368 stat.value = osExtAppStopAppsByAppId(le64toh(unaligned_u64(&req->appId))); in halAppMgmt()
1372 stat.value = osExtAppStopAppsByAppId(le64toh(unaligned_u64(&req->appId))); in halAppMgmt()
1421 ret = osExtAppStopAppsByAppId(APP_ID_ANY); in halSysMgmt()
Dseos.c896 uint32_t osExtAppStopAppsByAppId(uint64_t appId) in osExtAppStopAppsByAppId() function