Searched refs:processed (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipSessionGroup.java | 370 boolean processed = (session != null) && session.process(event); in process() 371 if (isLoggable && processed) { in process() 757 boolean processed; in process() 762 processed = registeringToReady(evt); in process() 765 processed = readyForCall(evt); in process() 768 processed = incomingCall(evt); in process() 771 processed = incomingCallToInCall(evt); in process() 775 processed = outgoingCall(evt); in process() 778 processed = outgoingCallToReady(evt); in process() 781 processed = inCall(evt); in process() [all …]
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterGraph.java | 175 private boolean readyForProcessing(Filter filter, Set<Filter> processed) { in readyForProcessing() argument 177 if (processed.contains(filter)) { in readyForProcessing() 184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
|
/frameworks/rs/scriptc/ |
D | rs_core.rsh | 137 * allocation to be processed or suggest a walking strategy. May be 168 * allocation to be processed or suggest a walking strategy. May be
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 48 and disk cache can often help here, allowing components to quickly reload processed images.</p> 184 <p>A disk cache can be used in these cases to persist processed bitmaps and help decrease loading 337 hopefully available in the disk cache, if not, they are processed as usual.</p>
|
D | display-bitmap.jd | 396 <p>This implementation allows for flexibility in how the images are processed and loaded without
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | gcm.jd | 737 <li>The message is processed successfully.</li> 741 <p>When the messge is processed successfully, the HTTP response has a 200 status and the body conta… 752 …<td>Message was processed successfully. The response body will contain more details about the mess… 786 <td>Number of messages that were processed without an error.</td> 790 <td>Number of messages that could not be processed.</td> 798 …<td>Array of objects representing the status of the messages processed. The objects are listed in … 800 …i><code>message_id</code>: String representing the message when it was successfully processed.</li> 801 …<li><code>registration_id</code>: If set, means that GCM processed the message but it has another… 881 <p>This section shows a few examples of responses indicating messages that were processed successfu… 896 …IDs 4, 8, 15, 16, 23, and 42 respectively) with 3 messages successfully processed, 1 canonical reg…
|
D | demo.jd | 144 [java] INFO: Successfully processed gcm-demo-appengine/WebContent/WEB-INF/appengine-web.xml 146 [java] INFO: Successfully processed gcm-demo-appengine/WebContent/WEB-INF/web.xml
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 65 asynchronous calls to Renderscript, and the calls are placed in a message queue and processed 236 …erscript, <code>mono.rs</code>, passing in memory allocations that store the bitmap to be processed 237 as well as the eventual output bitmap. It then displays the processed bitmap onto the screen:</p>
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 82 …oritized such that the data required for application startup is downloaded and processed first.</p>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | xml.jd | 148 feed has been recursively processed, <code>readFeed()</code> returns a {@link
|
/frameworks/base/docs/html/tools/projects/ |
D | index.jd | 136 are processed by aapt and must be referenced from the application using a resource
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 802 <p>Applications can now send processed data to the platform as a multiplexed 836 distortion, and apply other effects. The transformations are processed by the
|
D | android-3.1.jd | 770 application that an autologin request for the user was processed. </li>
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 445 {@code btStart()} method) and processed accordingly. The ADK accessory sends messages back through
|
/frameworks/base/docs/html/guide/google/play/billing/ |
D | billing_overview.jd | 409 <code>IN_APP_NOTIFY</code> messages are for a previously processed transaction. You can do this by
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | drag-drop.jd | 805 Return boolean <code>true</code> to indicate that the drop was processed successfully, or
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1348 # contain include files that are not input files but should be processed by
|