Home
last modified time | relevance | path

Searched refs:nextAddr (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dbl.c471 uint32_t nextAddr = 0; in blLoader() local
576 if (addr != nextAddr) in blLoader()
623 nextAddr += len; in blLoader()
646 nextAddr = 0; in blLoader()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp607 uint32_t nextAddr = appManager.readNanohubAppInfo(buf); in handleQueryStart() local
609 if (nextAddr) { in handleQueryStart()
614 buf.writeU32(nextAddr); in handleQueryStart()