/hardware/google/pixel/perfstatsd/ |
D | perfstatsd.cpp | 35 void Perfstatsd::refresh(void) { in refresh() function in Perfstatsd 37 stats->refresh(); in refresh()
|
D | main.cpp | 31 perfstatsdSp->refresh(); in perfstatsdMain()
|
D | cpu_usage.cpp | 256 void CpuUsage::refresh(void) { in refresh() function in CpuUsage
|
D | io_usage.cpp | 436 void IoUsage::refresh(void) { in refresh() function in IoUsage
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 51 * 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/ |
D | perfstatsd.h | 38 void refresh(void);
|
D | cpu_usage.h | 55 void refresh(void);
|
D | statstype.h | 28 virtual void refresh() = 0;
|
D | io_usage.h | 167 void refresh(void);
|
/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/interfaces/cas/1.0/ |
D | ICas.hal | 22 * 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/ |
D | ICas.hal | 27 * Java and native level. It is used to manage sessions, provision/refresh
|
/hardware/interfaces/cas/1.1/ |
D | ICas.hal | 24 * Java and native level. It is used to manage sessions, provision/refresh
|
/hardware/ti/am57x/libhwcomposer/ |
D | hwc.cpp | 221 connector->refresh(); in add_external_hdmi_display() 285 connector->refresh(); in find_hdmi_connector_status()
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 73 * - The display must update at 60 Hz at least, but higher refresh rates are
|
/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()
|
D | HWC2On1Adapter.cpp | 526 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/ |
D | IOmxStore.hal | 115 * key: 'feature-intra-refresh', value-type: enum<0,1>
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 186 * 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/ |
D | HWC2On1Adapter.cpp | 485 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/ |
D | IRadio.hal | 202 * service, and notify Android SIM refresh reset with new SIM state being
|
/hardware/interfaces/drm/1.1/ |
D | IDrmPlugin.hal | 105 * refresh the keys in a license. RELEASE corresponds to a
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 141 * license. RENEWAL is a subsequent key request used to refresh the
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 647 * Used to enable/disable auto-refresh. 649 * Auto refresh has no effect outside of shared buffer mode. In shared
|