Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DhostIntf.h80 bool hostIntfPacketDequeue(void *ptr, uint32_t *wakeup, uint32_t *nonwakeup);
/device/google/contexthub/firmware/src/
DnanohubCommand.c698 while (hostIntfPacketDequeue(&mTxNext, wakeup, nonwakeup)) { in fillBuffer()
DhostIntf.c507 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue() function