Home
last modified time | relevance | path

Searched refs:MgmtStatus (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h288 struct MgmtStatus { struct
319 struct MgmtStatus stat;
450 struct MgmtStatus stat;
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp577 MgmtStatus sts = { .value = buf.readU32() }; in handleStopTransfer()
649 MgmtStatus sts = { .value = buf.readU32() }; in handleStart()
708 MgmtStatus sts = { .value = buf.readU32() }; in handleRun()
756 MgmtStatus sts = { .value = buf.readU32() }; in handleStopRun()
826 MgmtStatus sts = { .value = buf.readU32() }; in handleMgmt()
Dsystem_comms.h107 struct MgmtStatus { struct
/device/google/contexthub/firmware/os/core/
Dseos.c866 struct MgmtStatus stat = { .value = 0 }; in osExtAppStopEraseApps()
940 struct MgmtStatus stat = { .value = 0 }; in osExtAppStartApps()
DnanohubCommand.c1335 …pMgmtResponse(struct NanohubHalAppMgmtRx *req, uint32_t status, struct MgmtStatus stat, uint32_t t… in halSendAppMgmtResponse()
1359 struct MgmtStatus stat; in halAppMgmt()