Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp34 void ShellSubscriber::startNewSubscription(int in, int out, int timeoutSec) { in startNewSubscription() argument
46 waitForSubscriptionToEndLocked(mySubscriptionInfo, myToken, lock, timeoutSec); in startNewSubscription()
63 int timeoutSec) { in waitForSubscriptionToEndLocked() argument
64 if (timeoutSec > 0) { in waitForSubscriptionToEndLocked()
65 mSubscriptionShouldEnd.wait_for(lock, timeoutSec * 1s, [this, myToken, &myInfo] { in waitForSubscriptionToEndLocked()
DShellSubscriber.h65 void startNewSubscription(int inFd, int outFd, int timeoutSec);
107 int timeoutSec);
/frameworks/base/services/core/java/com/android/server/biometrics/
DEnrollClient.java47 final int[] disabledFeatures, int timeoutSec) { in EnrollClient() argument
53 mTimeoutSec = timeoutSec; in EnrollClient()
DBiometricServiceBase.java306 final int[] disabledFeatures, int timeoutSec) { in EnrollClientImpl() argument
309 disabledFeatures, timeoutSec); in EnrollClientImpl()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java750 final int timeoutSec = connectionTimeoutUpdateSecondsFor(proto); in updateNatTimeout() local
752 proto, src, srcPort, dst, dstPort, timeoutSec); in updateNatTimeout()
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl172 in Messenger messenger, int timeoutSec, in IBinder binder, int legacy, in requestNetwork() argument
/frameworks/base/cmds/statsd/src/
DStatsService.cpp361 int timeoutSec = -1; in handleShellCommand() local
363 timeoutSec = atoi(utf8Args[1].c_str()); in handleShellCommand()
365 mShellSubscriber->startNewSubscription(in, out, timeoutSec); in handleShellCommand()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1648 notification.notifyFlags, notification.timeoutSec, in niNotifyCb()