Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DCpuProfile.java70 public void setClusterPower(int cluster, float value) throws ParseException { in setClusterPower()
74 public void setCoreSpeeds(int cluster, int[] value) throws ParseException { in setCoreSpeeds()
90 public void setCorePower(int cluster, float[] value) throws ParseException { in setCorePower()
127 final Cluster cluster = result.clusters[i] = new Cluster(); in build() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryUsageStatsRule.java98 public BatteryUsageStatsRule setNumSpeedStepsInCpuCluster(int cluster, int speeds) { in setNumSpeedStepsInCpuCluster()
103 public BatteryUsageStatsRule setAveragePowerForCpuCluster(int cluster, double value) { in setAveragePowerForCpuCluster()
108 public BatteryUsageStatsRule setAveragePowerForCpuCore(int cluster, int step, double value) { in setAveragePowerForCpuCore()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
H A DNetworkAttributes.java74 public final String cluster; field in NetworkAttributes
110 @Nullable final String cluster, in NetworkAttributes()
288 public Builder setCluster(@Nullable final String cluster) { in setCluster()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DMemoryStoreImpl.java132 public void setCluster(String key, String cluster) { in setCluster()
147 public void removeCluster(String cluster) { in removeCluster()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java434 public int getNumCoresInCpuCluster(int cluster) { in getNumCoresInCpuCluster()
442 public int getNumSpeedStepsInCpuCluster(int cluster) { in getNumSpeedStepsInCpuCluster()
452 public double getAveragePowerForCpuCluster(int cluster) { in getAveragePowerForCpuCluster()
459 public double getAveragePowerForCpuCore(int cluster, int step) { in getAveragePowerForCpuCore()
H A DCpuPowerCalculator.java266 public double calculatePerCpuClusterPowerMah(int cluster, long clusterDurationMs) { in calculatePerCpuClusterPowerMah()
278 public double calculatePerCpuFreqPowerMah(int cluster, int speedStep, in calculatePerCpuFreqPowerMah()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DLayer2Information.java37 public Layer2Information(@Nullable final String l2Key, @Nullable final String cluster, in Layer2Information()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java181 IntArray cluster = clustered.get(tag); in updateWithLocked() local
193 final IntArray cluster = clustered.valueAt(i); in updateWithLocked() local
411 private long[] getDownloadIds(Cursor cursor, IntArray cluster) { in getDownloadIds()
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm-core-interface.h34 uint32_t cluster; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm-core-interface.h18 uint32_t cluster; member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm-core-interface.h34 uint32_t cluster; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm-core-interface.h18 uint32_t cluster; member
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
H A DIpMemoryStoreServiceTest.java161 final Inet4Address ipAddress, final long expiry, final String cluster, in buildTestNetworkAttributes()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
H A DIIpClient.aidl32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/
H A DIIpClient.aidl32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/
H A DIIpClient.aidl32 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
H A DIIpClient.aidl33 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
H A DIIpClient.aidl38 void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/
H A DIIpClient.aidl33 oneway void setL2KeyAndGroupHint(in String l2Key, in String cluster); in setL2KeyAndGroupHint()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DIIpMemoryStore.aidl154 void deleteCluster(String cluster, boolean needWipe, IOnStatusAndCountListener listener); in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/
H A DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
H A DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/
H A DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/
H A DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
H A DIIpMemoryStore.aidl29 …oneway void deleteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAnd… in deleteCluster()

12