Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf.h81 void hostIntfSetBusy(bool busy);
/device/google/contexthub/firmware/src/
DnanohubCommand.c320 hostIntfSetBusy(true); in deferredUpdateOs()
327 hostIntfSetBusy(false); in deferredUpdateOs()
DhostIntf.c502 void hostIntfSetBusy(bool busy) in hostIntfSetBusy() function