Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl52 void pausePolling(int timeoutInMs); in pausePolling()
H A DNfcAdapter.java1037 public void pausePolling(int timeoutInMs) { in pausePolling()
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2422 int timeoutInMs = 0; local
2542 int64_t timeoutInMs = 0; local
2568 int MPLSensor::writeBatchTimeout(int en, int64_t timeoutInMs)
2590 int64_t timeoutInMs = 0; local
5981 int64_t timeoutInMs = 0; local
/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java790 final long timeoutInMs = TIMEOUT_IN_SECOND * 1000; in removeUser() local
/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h314 uint16_t timeoutInMs; member
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp2326 int timeoutInMs = 0; in setBatch() local
5553 int64_t timeoutInMs = 0; in batch() local
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1121 public void pausePolling(int timeoutInMs) { in pausePolling()
1133 mHandler.obtainMessage(MSG_RESUME_POLLING), timeoutInMs); in pausePolling() local
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2130 long timeoutInMs) { in sendRequest()
2160 WorkSource workSource, long timeoutInMs) { in sendRequest()