Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/pixel/perfstatsd/
Dperfstatsd.cpp35 void Perfstatsd::refresh(void) { in refresh() function in Perfstatsd
37 stats->refresh(); in refresh()
Dmain.cpp31 perfstatsdSp->refresh(); in perfstatsdMain()
Dcpu_usage.cpp256 void CpuUsage::refresh(void) { in refresh() function in CpuUsage
Dio_usage.cpp436 void IoUsage::refresh(void) { in refresh() function in IoUsage
/hardware/interfaces/graphics/composer/2.1/
DIComposerCallback.hal51 * Notifies the client to trigger a screen refresh. This forces all layer
55 * This refresh will occur some time after the callback is initiated, but
59 * @param display is the display to refresh.
/hardware/google/pixel/perfstatsd/include/
Dperfstatsd.h38 void refresh(void);
Dcpu_usage.h55 void refresh(void);
Dstatstype.h28 virtual void refresh() = 0;
Dio_usage.h167 void refresh(void);
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp745 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()
Dhdmi.h74 uint32_t& yres, uint32_t& refresh) const;
/hardware/interfaces/cas/1.0/
DICas.hal22 * Java and native level. It is used to manage sessions, provision/refresh
107 * Notify the CA system to refresh entitlement keys.
/hardware/interfaces/cas/1.2/
DICas.hal27 * Java and native level. It is used to manage sessions, provision/refresh
/hardware/interfaces/cas/1.1/
DICas.hal24 * Java and native level. It is used to manage sessions, provision/refresh
/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp221 connector->refresh(); in add_external_hdmi_display()
285 connector->refresh(); in find_hdmi_connector_status()
/hardware/interfaces/light/2.0/
Dtypes.hal73 * - The display must update at 60 Hz at least, but higher refresh rates are
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp842 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()
DHWC2On1Adapter.cpp526 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in registerCallback() local
528 refresh(callbackData, displayId); in registerCallback()
2576 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); in hwc1Invalidate() local
2578 refresh(callbackInfo.data, display); in hwc1Invalidate()
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal115 * key: 'feature-intra-refresh', value-type: enum<0,1>
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal186 * Note: If the SIM state changes as a result of the SIM refresh (eg,
191 * @param refreshResult Result of sim refresh
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp485 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); in registerCallback() local
487 refresh(callbackData, displayId); in registerCallback()
2550 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); in hwc1Invalidate() local
2552 refresh(callbackInfo.data, display); in hwc1Invalidate()
/hardware/interfaces/radio/1.4/
DIRadio.hal202 * service, and notify Android SIM refresh reset with new SIM state being
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal105 * refresh the keys in a license. RELEASE corresponds to a
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal141 * license. RENEWAL is a subsequent key request used to refresh the
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal647 * Used to enable/disable auto-refresh.
649 * Auto refresh has no effect outside of shared buffer mode. In shared

12