Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c236 static uint32_t blVerifyOsUpdate(struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsUpdate() function
252 return blVerifyOsUpdate(NULL, NULL); in blExtApiVerifyOsUpdate()
685 res = blVerifyOsUpdate(&os, NULL); in blMain()
717 .blVerifyOsUpdate = &blExtApiVerifyOsUpdate,
DnanohubCommand.c332 uploadStatus = BL.blVerifyOsUpdate(); in deferredUpdateOs()
/device/google/contexthub/firmware/os/inc/
Dbl.h77 uint32_t (*blVerifyOsUpdate)(void); member