Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf.h82 void hostIntfRxPacket(bool wakeupActive);
/device/google/contexthub/firmware/src/
DhostIntf.c335 void hostIntfRxPacket(bool wakeupActive) in hostIntfRxPacket() argument
339 if (!wakeupActive) in hostIntfRxPacket()
342 if (wakeupActive) in hostIntfRxPacket()
347 if (!wakeupActive) in hostIntfRxPacket()
352 } else if (wakeupActive && !atomicReadByte(&mActiveWrite)) in hostIntfRxPacket()
355 mWakeActive = wakeupActive; in hostIntfRxPacket()