Searched defs:timeOut (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java336 * @param timeOut time in milliseconds to timeout the query if it has not completed
341 @NonNull TextView textView, int timeOut,
346 mTimeOutDuration = timeOut;
340 TextClassificationAsyncTask( @onNull TextView textView, int timeOut, @NonNull Supplier<SelectionResult> selectionResultSupplier, @NonNull Consumer<SelectionResult> selectionResultCallback) argument
/frameworks/av/services/audioflinger/
H A DTracks.cpp1493 const struct timespec *timeOut)
1502 status = mProxy->obtainBuffer(buffer, timeOut);
1819 const struct timespec *timeOut)
1821 return mProxy->obtainBuffer(buffer, timeOut);
1492 obtainBuffer(Proxy::Buffer* buffer, const struct timespec *timeOut) argument
1818 obtainBuffer(Proxy::Buffer* buffer, const struct timespec *timeOut) argument
/frameworks/base/core/java/android/app/
H A DInstrumentation.java629 * returning the resulting activity or till the timeOut period expires.
630 * If the timeOut expires before the activity is started, return null.
632 * @param timeOut Time to wait in milliseconds before the activity is created.
636 public final Activity waitForActivityWithTimeout(long timeOut) { argument
640 wait(timeOut);
819 * @param timeOut The timeout value in secs.
823 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) { argument
824 Activity activity = monitor.waitForActivityWithTimeout(timeOut);

Completed in 627 milliseconds