Searched refs:osExtAppStopAppsByAppId (Results 1 – 3 of 3) sorted by relevance
293 uint32_t osExtAppStopAppsByAppId(uint64_t appId);
607 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()
896 uint32_t osExtAppStopAppsByAppId(uint64_t appId) in osExtAppStopAppsByAppId() function