Home
last modified time | relevance | path

Searched refs:setDeviceInfo (Results 1 – 7 of 7) 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() method in NativeRenderer
/system/teeui/libteeui/include/teeui/example/
Dexample.h47 virtual uint32_t setDeviceInfo(DeviceInfo, bool, bool) = 0;
/system/teeui/libteeui/example/
Dphys_button_example.cpp57 uint32_t setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted = false) override;
97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo() function in teeui::example::phys_button::GUIStatePhysButtons
Dtouch_button_example.cpp79 uint32_t setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted = false) override;
125 uint32_t GUIStateTouch::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo() function in teeui::example::touch_button::GUIStateTouch
/system/teeui/test/
Dteeui_device_config.cpp46 sCurrentExample->setDeviceInfo(*device_info_ptr, magnified, inverted); in runRenderTest()
/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp160 return sCurrentExample->setDeviceInfo(device_info, magnified, inverted); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java418 …NativeRenderer.setDeviceInfo(deviceInfo, magnified, inverted, getConfigSelector().currentLayout()); in renderNativeBuffer()