Home
last modified time | relevance | path

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

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DNativeRenderer.java26 …public static native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted); in setDeviceInfo() argument
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java285 DeviceInfo deviceInfo = DeviceInfoDB.getDeviceInfo(getConfigSelector().currentDevice()); in renderNativeBuffer() local
290 int w = deviceInfo.getWidthPx(); in renderNativeBuffer()
291 int h = deviceInfo.getHeightPx(); in renderNativeBuffer()
304 NativeRenderer.setDeviceInfo(deviceInfo, magnified, inverted); in renderNativeBuffer()
/system/teeui/libteeui/example/
Dteeui.cpp94 uint32_t setDeviceInfo(DeviceInfo deviceInfo, bool magnified, bool inverted) { in setDeviceInfo() argument
95 sDeviceInfo = deviceInfo; in setDeviceInfo()