OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRefreshPeriod
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h
250
nsecs_t
getRefreshPeriod
(int disp) const;
HWComposer.cpp
432
nsecs_t HWComposer::
getRefreshPeriod
(int disp) const {
[
all
...]
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java
212
public static long
getRefreshPeriod
() {
JankTestBase.java
293
long refreshPeriod = SurfaceFlingerHelper.
getRefreshPeriod
();
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
722
info->fps = float(1e9 / hwc.
getRefreshPeriod
(type));
795
getHwComposer().
getRefreshPeriod
(HWC_DISPLAY_PRIMARY);
[
all
...]
Layer.cpp
111
flinger->getHwComposer().
getRefreshPeriod
(HWC_DISPLAY_PRIMARY);
[
all
...]
Completed in 68 milliseconds