Home
last modified time | relevance | path

Searched refs:drawSolid (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCameraDevice.h114 void drawSolid(YUVPixel* color);
DEmulatedFakeCameraDevice.cpp213 drawSolid(mCurrentColor); in inWorkerThread()
336 void EmulatedFakeCameraDevice::drawSolid(YUVPixel* color) { in drawSolid() function in android::EmulatedFakeCameraDevice
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.h109 void drawSolid(void* buffer, YUVPixel* color);
DEmulatedFakeCameraDevice.cpp218 drawSolid(buffer, mCurrentColor); in produceFrame()
377 void EmulatedFakeCameraDevice::drawSolid(void* buffer, YUVPixel* color) in drawSolid() function in android::EmulatedFakeCameraDevice