Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h59 #define le64toh(x) ((uint64_t)(x)) macro
73 #define le64toh(x) bswap64((x)) macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c153 if (osAppInfoById(le64toh(unaligned_u64(&req->appId)), &appIdx, &appVer, &appSize)) { in getAppVersion()
1142 …halSendLegacyMgmtResponse(NANOHUB_HAL_LEGACY_EXT_APPS_ON, osExtAppStartAppsByAppId(le64toh(unalign… in halLegacyExtAppsOn()
1149 …halSendLegacyMgmtResponse(NANOHUB_HAL_LEGACY_EXT_APPS_OFF, osExtAppStopAppsByAppId(le64toh(unalign… in halLegacyExtAppsOff()
1156 …halSendLegacyMgmtResponse(NANOHUB_HAL_LEGACY_EXT_APP_DELETE, osExtAppEraseAppsByAppId(le64toh(unal… in halLegacyExtAppDelete()
1364 stat.value= osExtAppStartAppsByAppId(le64toh(unaligned_u64(&req->appId))); in halAppMgmt()
1368 stat.value = osExtAppStopAppsByAppId(le64toh(unaligned_u64(&req->appId))); in halAppMgmt()
1372 stat.value = osExtAppStopAppsByAppId(le64toh(unaligned_u64(&req->appId))); in halAppMgmt()
1376 stat.value = osExtAppEraseAppsByAppId(le64toh(unaligned_u64(&req->appId))); in halAppMgmt()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp194 hub_app_name_t res = { .id = le64toh(src.id) }; in deviceAppNameToHost()