Searched refs:fillBuffer (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/src/ |
D | nanohubCommand.c | 687 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer() function 789 …atomicWriteByte(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &non… in nanohubPrefetchTx() 869 totLength = fillBuffer(buf, totLength, &wakeup, &nonwakeup); in readEvent()
|