Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c142 bool overhead; member
295 mTask.overhead = false; in reset()
487 mTask.overhead = true; in add_samples()
489 mTask.overhead = false; in add_samples()
492 if (mTask.overhead) { in add_samples()
/device/google/contexthub/firmware/os/core/
Dbl.c336 const uint32_t overhead = sizeof(*hdr) + 2 * RSA_WORDS; in blVerifyOsImage() local
339 if (addr < __shared_start || addr > (__shared_end - overhead) || ((uintptr_t)addr & 3)) in blVerifyOsImage()
343 if (hdr->size > (__shared_end - addr - overhead)) in blVerifyOsImage()
/device/generic/opengl-transport/host/commands/emugen/
DREADME100 The Wire protocol is designed to impose minimum overhead on the client