Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp950 if (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in dumpAppInfo()
954 app->flashUse, in dumpAppInfo()
1251 app->flashUse = NANOHUB_MEM_SZ_UNKNOWN; in readNanohubAppInfo()
1252 else if (len == sizeof(app->flashUse)) in readNanohubAppInfo()
1253 app->flashUse = buf.readU32(); in readNanohubAppInfo()
1313 (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN ? ((app->flashUse+3)&~3) : 4); in readNanohubAppInfo()
1324 if (!app->running || app->flashUse == NANOHUB_MEM_SZ_UNKNOWN) in sendAppInfoToApp()
1331 if (app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in sendAppInfoToApp()
1334 range.total_bytes = app->flashUse; in sendAppInfoToApp()
1359 !app->running && app->flashUse != NANOHUB_MEM_SZ_UNKNOWN) { in getAppsToStart()
Dsystem_comms.h313 uint32_t version, flashUse, ramUse; member
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h344 __le32 flashUse; member
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1179 resp->flashUse = appSize; in halLegacyQueryApps()