/frameworks/av/media/libmedia/ |
D | SingleStateQueue.cpp | 34 int32_t sequence = mSequence; in push() local 35 sequence++; in push() 36 android_atomic_acquire_store(sequence, &shared->mSequence); in push() 38 sequence++; in push() 39 android_atomic_release_store(sequence, &shared->mSequence); in push() 40 mSequence = sequence; in push() 42 return sequence; in push() 50 template<typename T> bool SingleStateQueue<T>::Mutator::ack(int32_t sequence) in ack() argument 53 return mShared->mAck - sequence >= 0; in ack()
|
/frameworks/volley/tests/src/com/android/volley/ |
D | RequestTest.java | 33 int sequence = 0; in testCompareTo() local 35 low.setSequence(sequence++); in testCompareTo() 37 low2.setSequence(sequence++); in testCompareTo() 39 high.setSequence(sequence++); in testCompareTo() 41 immediate.setSequence(sequence++); in testCompareTo()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | InputBindResult.java | 49 public final int sequence; field in InputBindResult 56 sequence = _sequence; in InputBindResult() 67 sequence = source.readInt(); in InputBindResult() 73 + " #" + sequence + "}"; in toString() 92 dest.writeInt(sequence); in writeToParcel()
|
D | IInputMethodClient.aidl | 28 void onUnbindMethod(int sequence); in onUnbindMethod() argument
|
/frameworks/base/core/java/android/view/textservice/ |
D | SuggestionsInfo.java | 71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) { in SuggestionsInfo() argument 81 mSequence = sequence; in SuggestionsInfo() 113 public void setCookieAndSequence(int cookie, int sequence) { in setCookieAndSequence() argument 115 mSequence = sequence; in setCookieAndSequence()
|
D | TextInfo.java | 45 public TextInfo(String text, int cookie, int sequence) { in TextInfo() argument 51 mSequence = sequence; in TextInfo()
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseAccountTypeActivity.java | 133 final CharSequence sequence = authContext.getResources().getText(desc.labelId); in buildTypeToAuthDescriptionMap() local 134 if (sequence != null) { in buildTypeToAuthDescriptionMap() 135 name = sequence.toString(); in buildTypeToAuthDescriptionMap() 137 name = sequence.toString(); in buildTypeToAuthDescriptionMap()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityService.java | 633 public void onKeyEvent(KeyEvent event, int sequence) { 634 Message message = mCaller.obtainMessageIO(DO_ON_KEY_EVENT, sequence, event); 680 final int sequence = message.arg1; 682 connection.setOnKeyEventResult(result, sequence);
|
D | IAccessibilityServiceClient.aidl | 40 void onKeyEvent(in KeyEvent event, int sequence); in onKeyEvent() argument
|
D | IAccessibilityServiceConnection.aidl | 60 oneway void setOnKeyEventResult(boolean handled, int sequence); in setOnKeyEventResult() argument
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 58 sequence(uint32_t(android_atomic_inc(&sSequence))), in Layer() 100 mCurrentState.sequence = 0; in Layer() 816 if (temp.sequence != front.sequence) { in doTransaction() 847 mCurrentState.sequence++; in setPosition() 855 mCurrentState.sequence++; in setLayer() 871 mCurrentState.sequence++; in setAlpha() 877 mCurrentState.sequence++; in setMatrix() 892 mCurrentState.sequence++; in setFlags() 900 mCurrentState.sequence++; in setCrop() 909 mCurrentState.sequence++; in setLayerStack()
|
D | Layer.h | 77 int32_t sequence; variable 104 int32_t sequence; // changes when visible regions can change member
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 375 Log.i(TAG, "handleMessage: MSG_BIND " + res.sequence + "," + res.id); in handleMessage() 378 if (mBindSequence < 0 || mBindSequence != res.sequence) { in handleMessage() 380 + ", given seq=" + res.sequence); in handleMessage() 390 mBindSequence = res.sequence; in handleMessage() 396 final int sequence = msg.arg1; in handleMessage() local 398 Log.i(TAG, "handleMessage: MSG_UNBIND " + sequence); in handleMessage() 402 if (mBindSequence == sequence) { in handleMessage() 535 public void onUnbindMethod(int sequence) { 536 mH.sendMessage(mH.obtainMessage(MSG_UNBIND, sequence, 0)); 1179 mBindSequence = res.sequence; in startInputInner()
|
/frameworks/av/include/media/ |
D | SingleStateQueue.h | 65 bool ack(int32_t sequence);
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 1665 private PendingEvent obtainPendingEventLocked(KeyEvent event, int policyFlags, int sequence) { in obtainPendingEventLocked() argument 1672 pendingEvent.sequence = sequence; in obtainPendingEventLocked() 1851 public void setOnKeyEventResult(boolean handled, int sequence) { in setOnKeyEventResult() argument 1852 mKeyEventDispatcher.setOnKeyEventResult(handled, sequence); in setOnKeyEventResult() 2533 setOnKeyEventResult(false, eventState.sequence); in handleMessage() 2568 mServiceInterface.onKeyEvent(pendingEvent.event, pendingEvent.sequence); in notifyKeyEvent() 2570 setOnKeyEventResult(false, pendingEvent.sequence); in notifyKeyEvent() 2574 public void setOnKeyEventResult(boolean handled, int sequence) { in setOnKeyEventResult() argument 2576 PendingEvent pendingEvent = removePendingEventLocked(sequence); in setOnKeyEventResult() 2597 final int sequence = event.getSequenceNumber(); in addPendingEventLocked() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 160 public Watcher(int sequence) { in Watcher() argument 161 mSequence = sequence; in Watcher()
|
/frameworks/volley/src/com/android/volley/ |
D | Request.java | 226 public final void setSequence(int sequence) { in setSequence() argument 227 mSequence = sequence; in setSequence()
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 17 <li><a href="#billing-message-sequence">Messaging sequence</a></li> 242 href="#billing-message-sequence">Messaging sequence</a> later in this document.</p> 294 <h3 id="billing-message-sequence">Messaging sequence</h3> 296 <p>The messaging sequence for a typical purchase request is shown in figure 2. Request types for 301 <p>The basic message sequence for an in-app purchase request is as follows:</p> 334 <strong>Figure 2.</strong> Message sequence for a purchase request. 347 <p>The messaging sequence for a restore transaction request is shown in figure 3. Request types for 355 <strong>Figure 3.</strong> Message sequence for a restore transactions request. 376 <p>The messaging sequence for checking whether in-app billing is supported is shown in figure 4. The 382 <strong>Figure 4.</strong> Message sequence for checking whether in-app billing is supported. [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | grant-uri-permission-element.jd | 55 <li>An asterisk ('{@code *}') matches a sequence of 0 to many occurrences of 58 <li><p>A period followed by an asterisk ("{@code .*}") matches any sequence of
|
D | path-permission-element.jd | 52 <li>An asterisk ('<code class="Code prettyprint">*</code>'). This matches a sequence of 0 to many o… 55 …followed by an asterisk ("<code class="Code prettyprint">.*</code>"). This matches any sequence of
|
D | data-element.jd | 107 <li>An asterisk ('{@code *}') matches a sequence of 0 to many occurrences of 110 <li>A period followed by an asterisk ("{@code .*}") matches any sequence of
|
/frameworks/base/core/java/android/widget/ |
D | TableLayout.java | 150 private static SparseBooleanArray parseColumns(String sequence) { in parseColumns() argument 153 String[] columnDefs = pattern.split(sequence); in parseColumns()
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | starting.jd | 42 lifecycle. There is a sequence of callback methods that start up an activity and a sequence of 53 a sequence similar to a step pyramid. That is, each stage of the 245 structure with an emphasis on the three main callbacks that the system calls in sequence when 247 android.app.Activity#onStart()}, and {@link android.app.Activity#onResume()}. Once this sequence of
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardViewMediator.java | 1028 final int sequence = intent.getIntExtra("seq", 0); 1030 + sequence + ", mDelayedShowingSequence = " + mDelayedShowingSequence); 1032 if (mDelayedShowingSequence == sequence) {
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 38 Often when rendering a sequence of images, there is some time at which each
|