Searched refs:setDeviceInfo (Results 1 – 7 of 7) sorted by relevance
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/ |
D | NativeRenderer.java | 26 …public static native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted,… in setDeviceInfo() method in NativeRenderer
|
/system/teeui/libteeui/include/teeui/example/ |
D | example.h | 47 virtual uint32_t setDeviceInfo(DeviceInfo, bool, bool) = 0;
|
/system/teeui/libteeui/example/ |
D | phys_button_example.cpp | 57 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
|
D | touch_button_example.cpp | 79 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/ |
D | teeui_device_config.cpp | 46 sCurrentExample->setDeviceInfo(*device_info_ptr, magnified, inverted); in runRenderTest()
|
/system/teeui/libteeui_jni/ |
D | libteeui_jni.cpp | 160 return sCurrentExample->setDeviceInfo(device_info, magnified, inverted); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | FrameBufferBuffer.java | 418 …NativeRenderer.setDeviceInfo(deviceInfo, magnified, inverted, getConfigSelector().currentLayout()); in renderNativeBuffer()
|