Searched refs:timeoutInMs (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | INfcAdapter.aidl | 52 void pausePolling(int timeoutInMs); in pausePolling() argument
|
H A D | NfcAdapter.java | 1037 public void pausePolling(int timeoutInMs) { in pausePolling() argument 1039 sService.pausePolling(timeoutInMs); in pausePolling()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CellularNetworkValidator.java | 251 public synchronized void validate(int subId, long timeoutInMs, 274 mTimeoutInMs = timeoutInMs;
|
/aosp12/system/chre/chpp/include/chpp/ |
H A D | transport.h | 314 uint16_t timeoutInMs; member
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.cpp | 2422 int timeoutInMs = 0; local 2542 int64_t timeoutInMs = 0; local 2558 timeoutInMs = timeout / 1000000; 2560 timeoutInMs = 0; 2563 *out = timeoutInMs; 2572 if(mBatchTimeoutInMs != timeoutInMs) { 2581 mBatchTimeoutInMs = timeoutInMs; 2590 int64_t timeoutInMs = 0; local 2592 calcBatchTimeout(en, &timeoutInMs); 2596 writeBatchTimeout(en, timeoutInMs); [all …]
|
H A D | MPLSensor.h | 191 int writeBatchTimeout(int en, int64_t timeoutInMs);
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.cpp | 2326 int timeoutInMs = 0; in setBatch() local 2350 timeoutInMs = timeout / 1000000; in setBatch() 2352 timeoutInMs = 0; in setBatch() 2408 timeoutInMs, mpu.batchmode_timeout, getTimestamp()); in setBatch() 2409 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) { in setBatch() 5553 int64_t timeoutInMs = 0; in batch() local 5633 timeoutInMs = timeout / 1000000; in batch() 5636 mBatchTimeoutInMs = timeoutInMs; in batch() 5643 timeoutInMs = 0; in batch() 5648 timeout, timeoutInMs, wanted); in batch() [all …]
|
/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 790 final long timeoutInMs = TIMEOUT_IN_SECOND * 1000; in removeUser() local 792 System.currentTimeMillis() - startTime < timeoutInMs) { in removeUser()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ |
H A D | NfcService.java | 1121 public void pausePolling(int timeoutInMs) { in pausePolling() argument 1124 if (timeoutInMs <= 0 || timeoutInMs > MAX_POLLING_PAUSE_TIMEOUT) { in pausePolling() 1125 Log.e(TAG, "Refusing to pause polling for " + timeoutInMs + "ms."); in pausePolling() 1133 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
|
/aosp12/system/chre/chpp/ |
H A D | transport.c | 1750 config->timeoutInMs = CHPP_PLATFORM_TRANSPORT_TIMEOUT_MS; in chppTransportSendReset()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 2130 long timeoutInMs) { in sendRequest() argument 2131 return sendRequest(command, argument, subId, null, null, timeoutInMs); in sendRequest() 2160 WorkSource workSource, long timeoutInMs) { in sendRequest() argument 2179 if (timeoutInMs >= 0) { in sendRequest() 2182 long deadline = now + timeoutInMs; in sendRequest()
|