Home
last modified time | relevance | path

Searched refs:getConfigId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java187 configId = getConfigId(argCount < 1, args, idx + 2); in updateConfig()
258 configId = getConfigId(argCount < 1, args, idx + 1); in cmdGetData()
307 configId = getConfigId(false, args, idx + 1); in cmdClear()
330 configId = getConfigId(false, args, idx + 1); in cmdRemove()
367 private static long getConfigId(boolean justUseDefault, String[] args, int idx) in getConfigId() method in LocalDrive
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp628 return mRefreshRateConfigs.getMaxRefreshRateByPolicy().getConfigId(); in calculateRefreshRateConfigIndexType()
637 return mRefreshRateConfigs.getMaxRefreshRateByPolicy().getConfigId(); in calculateRefreshRateConfigIndexType()
643 return mRefreshRateConfigs.getMinRefreshRateByPolicy().getConfigId(); in calculateRefreshRateConfigIndexType()
649 return mRefreshRateConfigs.getMaxRefreshRateByPolicy().getConfigId(); in calculateRefreshRateConfigIndexType()
654 .getConfigId(); in calculateRefreshRateConfigIndexType()
660 .getConfigId(); in calculateRefreshRateConfigIndexType()
DRefreshRateConfigs.h69 HwcConfigIndexType getConfigId() const { return configId; } in getConfigId() function
/frameworks/base/apex/statsd/service/java/com/android/server/stats/
DStatsManagerService.java87 public long getConfigId() { in getConfigId() method in StatsManagerService.ConfigKey
100 return this.mUid == other.getUid() && this.mConfigId == other.getConfigId(); in equals()
621 statsd.setDataFetchOperation(key.getConfigId(), entry.getValue(), key.getUid()); in registerAllDataFetchOperations()
656 statsd.setBroadcastSubscriber(configKey.getConfigId(), subscriberEntry.getKey(), in registerAllBroadcastSubscribers()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateConfigsTest.cpp273 EXPECT_EQ(current.getConfigId(), HWC_CONFIG_ID_60); in TEST_F()
279 EXPECT_EQ(current.getConfigId(), HWC_CONFIG_ID_90); in TEST_F()
285 EXPECT_EQ(current.getConfigId(), HWC_CONFIG_ID_90); in TEST_F()
1252 .getConfigId()); in TEST_F()
1260 .getConfigId()); in TEST_F()
1279 .getConfigId(); in TEST_F()
1287 .getConfigId()); in TEST_F()
1339 .getConfigId(); in TEST_F()
1362 .getConfigId()); in TEST_F()
1378 .getConfigId()); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp999 if (!display || display->getActiveConfig() == refreshRate.getConfigId()) { in setDesiredActiveConfig()
1115 refreshRate.getConfigId().value(), refreshRate.getName().c_str()); in performSetActiveConfig()
1623 if (!isDisplayConfigAllowed(refreshRate.getConfigId())) { in changeRefreshRateLocked()
1625 refreshRate.getConfigId().value()); in changeRefreshRateLocked()
1629 setDesiredActiveConfig({refreshRate.getConfigId(), event}); in changeRefreshRateLocked()
6043 preferredRefreshRate.getConfigId().value(), preferredRefreshRate.getName().c_str()); in setDesiredDisplayConfigSpecsInternal()
6045 if (isDisplayConfigAllowed(preferredRefreshRate.getConfigId())) { in setDesiredDisplayConfigSpecsInternal()
6047 preferredRefreshRate.getConfigId().value()); in setDesiredDisplayConfigSpecsInternal()
6049 {preferredRefreshRate.getConfigId(), Scheduler::ConfigEvent::Changed}); in setDesiredDisplayConfigSpecsInternal()
6052 preferredRefreshRate.getConfigId().value()); in setDesiredDisplayConfigSpecsInternal()