Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h81 bool hostIntfPacketDequeue(void *ptr, uint32_t *wakeup, uint32_t *nonwakeup);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c691 while (hostIntfPacketDequeue(&mTxNext, wakeup, nonwakeup)) { in fillBuffer()
DhostIntf.c557 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue() function