Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h82 void hostIntfSetBusy(bool busy);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c328 hostIntfSetBusy(true); in deferredUpdateOs()
338 hostIntfSetBusy(false); in deferredUpdateOs()
DhostIntf.c541 void hostIntfSetBusy(bool busy) in hostIntfSetBusy() function