Home
last modified time | relevance | path

Searched defs:idleTime (Results 1 – 25 of 162) sorted by relevance

1234567

/aosp_15_r20/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothActivityEnergyInfoTest.java45 long idleTime = 300; in constructor() local
66 long idleTime = 300; in setUidTraffic() local
87 long idleTime = 300; in isValid() local
117 long idleTime = 300; in writeToParcel() local
146 long idleTime = 300; in toString_ThrowsNoExceptions() local
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCpuMonitor.java110 final long idleTime; field in CpuMonitor.ProcStat
112 ProcStat(long userTime, long systemTime, long idleTime) { in ProcStat()
491 long idleTime = 0; in readProcStat() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java101 boolean setIdleTime(byte[] address, int addressType, int transport, byte idleTime) { in setIdleTime()
158 private void onGetIdleTime(byte[] address, int addressType, int transport, int idleTime) { in onGetIdleTime()
207 byte[] btAddress, int addressType, int transport, byte idleTime); in setIdleTimeNative()
DHidHostService.java503 int idleTime = msg.arg2; in handleMessageOnGetIdleTime() local
961 BluetoothDevice device, byte idleTime, AttributionSource source) { in setIdleTime()
1246 boolean setIdleTime(BluetoothDevice device, byte idleTime) { in setIdleTime()
1270 void onGetIdleTime(byte[] address, int addressType, int transport, int idleTime) { in onGetIdleTime()
1443 private void broadcastIdleTime(BluetoothDevice device, int idleTime) { in broadcastIdleTime()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DSocketOption.cpp35 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval) { in enableTcpKeepAlives()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/conn/
H A DIdleConnectionReaperTest.java88 final long idleTime = 1L; in testReapsConnections() local
/aosp_15_r20/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattPMCReceiver.java67 int startTime = 0, writeTime = 0, idleTime = 0, Repetitions = 1; in onReceive() local
DGattClientListener.java110 public void startAlarm(int startTime, int writeTime, int idleTime, int numCycles, in startAlarm()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A DServerStreamingCallSettingsTest.java129 Duration idleTime = Duration.ofSeconds(100); in testToString() local
H A DWatchdogTest.java62 private Duration idleTime = Duration.ofMinutes(5); field in WatchdogTest
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java120 public void closeIdleConnections(long idleTime) { in closeIdleConnections()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothActivityEnergyInfo.java70 long idleTime, in BluetoothActivityEnergyInfo()
DBluetoothHidHost.java822 public boolean setIdleTime(BluetoothDevice device, byte idleTime) { in setIdleTime()
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidHost.aidl62 …boolean setIdleTime(in BluetoothDevice device, byte idleTime, in AttributionSource attributionSour… in setIdleTime()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/processor/
H A DBluetoothPowerStatsProcessor.java166 long idleTime = mStatsLayout.getDeviceIdleTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates() local
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DBluetoothPowerCalculatorTest.java358 long txTime, long rxTime, long idleTime, long energyUsed, List<UidTraffic> traffic) { in createBtEnergyInfo()
/aosp_15_r20/packages/services/Car/tools/cpu_perf/
Dperfetto_cpu_analysis.py128 def __init__(self, coreId, activeTime, idleTime): argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBluetoothPowerStatsCollector.java202 long idleTime = activityInfo.getControllerIdleTimeMillis(); in collectBluetoothActivityInfo() local
H A DWifiPowerCalculator.java186 final long idleTime = idleTimeCounter.getCountLocked(statsType); in calculateApp() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DJniCallbacks.java161 long idleTime, in energyInfoCallback()
DAdapterService.java6370 long idleTime, in energyInfoCallbackInternal()
6434 long idleTime, in energyInfoCallback()
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothHidFacade.java138 int idleTime = intent.getIntExtra( in onReceive() local
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java1043 long idleTime = System.currentTimeMillis() - mOutputMonitorLastChangeTime; in checkOutputMonitor() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2264 final int idleTime = mProcessCpuTracker.getLastIdleTime(); in updateCpuStatsNow() local
H A DOomAdjuster.java3962 final long idleTime = uidRec.getLastIdleTimeIfStillIdle(); in idleUidsLocked() local

1234567