Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.h84 void fillBuffer(void* buffer);
DEmulatedFakeRotatingCameraDevice.cpp532 fillBuffer(buffer); in produceFrame()
540 void EmulatedFakeRotatingCameraDevice::fillBuffer(void* buffer) in fillBuffer() function in android::EmulatedFakeRotatingCameraDevice
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c733 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()