Searched refs:waits (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | Filter.java | 408 protected void setWaitsOnInputPort(String portName, boolean waits) { in setWaitsOnInputPort() argument 409 getInputPort(portName).setBlocking(waits); in setWaitsOnInputPort() 418 protected void setWaitsOnOutputPort(String portName, boolean waits) { in setWaitsOnOutputPort() argument 419 getOutputPort(portName).setBlocking(waits); in setWaitsOnOutputPort()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMTestHandler.java.broken | 32 * This class creates a HandlerThread which waits for the various messages.
|
D | GSMPhoneTest.java.broken | 1601 // Unlike the while loops above, this one waits
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | motion.jd | 83 rotates the shape only one increment and then waits for a call to {@link
|
/frameworks/base/docs/html/training/run-background-service/ |
D | create-service.jd | 50 {@link android.app.IntentService}, and you send it another request, the request waits until
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | pausing.jd | 58 waits in the Paused state (1). If the user returns to the activity while it's still paused, the
|
/frameworks/rs/api/ |
D | rs_for_each.spec | 112 function returns any value, the call waits until all results have been written
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | create-threadpool.jd | 226 // Sets the amount of time an idle thread waits before terminating
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 481 …<li>Create a {@link java.net.ServerSocket}. This socket waits for a connection from a client on a … 491 …<li>The server socket waits for a client connection (with the {@link java.net.ServerSocket#accept(…
|
D | bluetooth.jd | 874 Handler from the parent class. Then it goes back and waits for more bytes from
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 138 while it waits for the operation to finish.</p>
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 113 * function returns any value, the call waits until all results have been written
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 82 …o ensure that prefetching doesn't delay application startup while the app waits for the prefetch t…
|
/frameworks/base/docs/html/training/auto/testing/ |
D | index.jd | 377 waits for input from the computer microphone.</td>
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-prog-notes.jd | 368 or I/O operations. Instead consider <em>try locks</em>, locks and waits with timeouts, and
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___looper.jd | 349 <p>If the timeout is zero, returns immediately without blocking. If the timeout is negative, waits …
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 311 onBackup()} method. Instead, the Backup Manager waits for an appropriate time, then performs
|