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

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

Completed in 8 milliseconds