Home
last modified time | relevance | path

Searched defs:timeoutSec (Results 1 – 8 of 8) sorted by relevance

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp91 const std::vector<PullInfo>& pulledInfo, int64_t timeoutSec, int64_t startTimeSec, in ShellSubscriberClient()
105 int in, int out, int64_t timeoutSec, int64_t startTimeSec, const sp<UidMap>& uidMap, in create()
DShellSubscriber.cpp45 bool ShellSubscriber::startNewSubscription(int in, int out, int64_t timeoutSec) { in startNewSubscription()
/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java568 private void compileStagedApex(int timeoutSec) throws Exception { in compileStagedApex()
599 private void reInstallApex(int timeoutSec) throws Exception { in reInstallApex()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java822 final int timeoutSec = connectionTimeoutUpdateSecondsFor(proto); in updateNatTimeout() local
DBpfCoordinator.java2149 final int timeoutSec = (proto == OsConstants.IPPROTO_TCP) in updateConntrackTimeout() local
/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl153 in Messenger messenger, int timeoutSec, in IBinder binder, int legacy, in requestNetwork()
/packages/modules/StatsD/statsd/src/
DStatsService.cpp431 int timeoutSec = -1; in handleShellCommand() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java373 final int timeoutSec = (mMsgType == IPCTNL_MSG_CT_NEW) ? 100 /* nonzero, new */ in build() local