HomeSort by relevance Sort by last modified time
    Searched refs:hostIntfPacketDequeue (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
hostIntf.h 81 bool hostIntfPacketDequeue(void *ptr, uint32_t *wakeup, uint32_t *nonwakeup);
  /device/google/contexthub/firmware/os/core/
hostIntf.c 558 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup)
591 osLog(LOG_ERROR, "hostIntfPacketDequeue: sensor(%d)->curSamples=%d != buffer->numSamples=%d\n", sensor->buffer.sensType, sensor->curSamples, sensor->buffer.firstSample.numSamples);
    [all...]
nanohubCommand.c 744 while (hostIntfPacketDequeue(&mTxNext, wakeup, nonwakeup)) {
    [all...]

Completed in 50 milliseconds