Searched refs:fillBuffer (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.h | 84 void fillBuffer(void* buffer);
|
D | EmulatedFakeRotatingCameraDevice.cpp | 532 fillBuffer(buffer); in produceFrame() 540 void EmulatedFakeRotatingCameraDevice::fillBuffer(void* buffer) in fillBuffer() function in android::EmulatedFakeRotatingCameraDevice
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 733 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer() function 839 …atomicWriteByte(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &non… in nanohubPrefetchTx() 920 totLength = fillBuffer(buf, totLength, &wakeup, &nonwakeup); in readEvent()
|