Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h83 void hostIntfRxPacket(bool wakeupActive);
/device/google/contexthub/firmware/os/core/
DhostIntf.c368 void hostIntfRxPacket(bool wakeupActive) in hostIntfRxPacket() argument
372 if (!wakeupActive) in hostIntfRxPacket()
375 if (wakeupActive) in hostIntfRxPacket()
380 if (!wakeupActive) in hostIntfRxPacket()
385 } else if (wakeupActive && !atomicReadByte(&mActiveWrite)) in hostIntfRxPacket()
388 mWakeActive = wakeupActive; in hostIntfRxPacket()