/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | st7735.cxx | 37 lcd->refresh (); in main() 40 lcd->refresh (); in main() 43 lcd->refresh (); in main() 48 lcd->refresh (); in main() 51 lcd->refresh (); in main() 54 lcd->refresh (); in main() 57 lcd->refresh (); in main() 72 lcd->refresh (); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | st7735.js | 30 lcd.refresh(); 33 lcd.refresh(); 36 lcd.refresh(); 41 lcd.refresh(); 44 lcd.refresh(); 47 lcd.refresh(); 50 lcd.refresh(); 64 lcd.refresh();
|
D | eboled.js | 53 oled.refresh(); 102 oled.refresh(); 125 oled.refresh();
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | ST7735Sample.java | 42 lcd.refresh(); in main() 45 lcd.refresh(); in main() 48 lcd.refresh(); in main() 56 lcd.refresh(); in main() 59 lcd.refresh(); in main() 63 lcd.refresh(); in main() 67 lcd.refresh(); in main() 83 lcd.refresh(); in main()
|
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | st7735.cxx | 151 refresh (); in drawPixel() 155 ST7735::refresh () { in refresh() function in ST7735 187 refresh (); in configModule()
|
D | gfx.h | 82 virtual void refresh () = 0;
|
D | st7735.h | 594 void refresh ();
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 745 uint32_t width = 0, height = 0, refresh = 0; in isValidConfigChange() local 746 getAttrForConfig(newConfig, width, height, refresh); in isValidConfigChange() 762 uint32_t& yres, uint32_t& refresh) const { in getAttrForConfig() 777 refresh = (uint32_t) 1000000000l / fps; in getAttrForConfig() 779 xres, yres, fps, refresh); in getAttrForConfig()
|
D | hdmi.h | 74 uint32_t& yres, uint32_t& refresh) const;
|
/hardware/bsp/intel/peripheral/displays/SparkFun_OLED/ |
D | SparkFunOLED.cpp | 106 display->refresh(); in main()
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | MultiDisplayObserver.cpp | 316 mode.vrefresh = timing.refresh; in setHdmiTiming() 318 ITRACE("timing to set: %dx%d@%dHz", timing.width, timing.height, timing.refresh); in setHdmiTiming()
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.h | 138 mraa::Result refresh();
|
D | eboled.cxx | 116 mraa::Result EBOLED::refresh() in refresh() function in EBOLED
|
/hardware/ti/omap4-aah/kernel-headers-ti/video/ |
D | dsscomp.h | 125 __u32 refresh; member
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 800 __u32 xres, __u32 yres, __u32 refresh, in add_scaling_score() argument 825 upscale = (mode_refresh >= refresh); in add_scaling_score() 829 if (mode_refresh > refresh) in add_scaling_score() 830 score = (score << 8) | (240 * refresh / mode_refresh); in add_scaling_score() 832 score = (score << 8) | (240 * mode_refresh / refresh); in add_scaling_score() 905 mode_xres, mode_yres, d.modedb[i].refresh ? : 1); in omap4_hwc_set_best_hdmi_mode() 907 ALOGD("#%d: %dx%d %dHz", i, mode_xres, mode_yres, d.modedb[i].refresh); in omap4_hwc_set_best_hdmi_mode()
|
/hardware/libhardware/include/hardware/ |
D | bt_gatt_client.h | 293 bt_status_t (*refresh)( int client_if, const bt_bdaddr_t *bd_addr ); member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc.cpp | 842 uint32_t xres = 0, yres = 0, refresh = 0; in hwc_getDisplayAttributes() local 845 ret = ctx->mHDMIDisplay->getAttrForConfig(config, xres, yres, refresh); in hwc_getDisplayAttributes() 857 hotPluggable ? refresh : ctx->dpyAttr[disp].vsync_period; in hwc_getDisplayAttributes()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 995 __u32 xres, __u32 yres, __u32 refresh, in add_scaling_score() argument 1020 upscale = (mode_refresh >= refresh); in add_scaling_score() 1024 if (mode_refresh > refresh) in add_scaling_score() 1025 score = (score << 8) | (240 * refresh / mode_refresh); in add_scaling_score() 1027 score = (score << 8) | (240 * mode_refresh / refresh); in add_scaling_score() 1148 mode_xres, mode_yres, d.modedb[i].refresh ? : 1); in omap4_hwc_set_best_hdmi_mode() 1152 d.modedb[i].refresh, d.modedb[i].flag, d.modedb[i].vmode, in omap4_hwc_set_best_hdmi_mode()
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 716 mNextConfig.policy.refresh = 60; in start() 738 mNextConfig.policy.refresh = 60; in stop() 2228 mNextConfig.policy.refresh = 60; in queueCompose()
|