Searched refs:sequence (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/media/libmedia/
H A DSingleStateQueue.cpp34 int32_t sequence = mSequence; local
35 sequence++;
36 android_atomic_acquire_store(sequence, &shared->mSequence);
38 sequence++;
39 android_atomic_release_store(sequence, &shared->mSequence);
40 mSequence = sequence;
42 return sequence;
50 template<typename T> bool SingleStateQueue<T>::Mutator::ack(int32_t sequence) argument
52 // this relies on 2's complement rollover to detect an ancient sequence number
53 return mShared->mAck - sequence >
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.java49 public final int sequence; field in class:InputBindResult
56 sequence = _sequence;
67 sequence = source.readInt();
73 + " #" + sequence + "}";
92 dest.writeInt(sequence);
H A DIInputMethodClient.aidl28 void onUnbindMethod(int sequence);
/frameworks/volley/tests/src/com/android/volley/
H A DRequestTest.java33 int sequence = 0;
35 low.setSequence(sequence++);
37 low2.setSequence(sequence++);
39 high.setSequence(sequence++);
41 immediate.setSequence(sequence++);
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceClient.aidl40 void onKeyEvent(in KeyEvent event, int sequence);
H A DIAccessibilityServiceConnection.aidl60 oneway void setOnKeyEventResult(boolean handled, int sequence);
H A DAccessibilityService.java633 public void onKeyEvent(KeyEvent event, int sequence) { argument
634 Message message = mCaller.obtainMessageIO(DO_ON_KEY_EVENT, sequence, event);
680 final int sequence = message.arg1;
682 connection.setOnKeyEventResult(result, sequence);
/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java68 * @param sequence the cookie of the input TextInfo
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
81 mSequence = sequence;
108 * Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client
111 * @param sequence the cookie of an input TextInfo
113 public void setCookieAndSequence(int cookie, int sequence) { argument
115 mSequence = sequence;
126 * @return the sequence which may be set by a client application
70 SuggestionsInfo( int suggestionsAttributes, String[] suggestions, int cookie, int sequence) argument
H A DTextInfo.java43 * @param sequence the sequence number for this TextInfo
45 public TextInfo(String text, int cookie, int sequence) { argument
51 mSequence = sequence;
88 * @return the sequence of TextInfo
/frameworks/av/include/media/
H A DSingleStateQueue.h58 // returns a sequence number which can be used with ack()
64 // return true if a push with specified sequence number or later has been observed
65 bool ack(int32_t sequence);
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
134 if (sequence != null) {
135 name = sequence.toString();
137 name = sequence.toString();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp58 sequence(uint32_t(android_atomic_inc(&sSequence))),
100 mCurrentState.sequence = 0;
816 if (temp.sequence != front.sequence) {
847 mCurrentState.sequence++;
855 mCurrentState.sequence++;
871 mCurrentState.sequence++;
877 mCurrentState.sequence++;
892 mCurrentState.sequence++;
900 mCurrentState.sequence
[all...]
H A DLayer.h77 int32_t sequence; member in class:android::Layer
104 int32_t sequence; // changes when visible regions can change member in struct:android::Layer::State
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java160 public Watcher(int sequence) { argument
161 mSequence = sequence;
/frameworks/volley/src/com/android/volley/
H A DRequest.java224 * Sets the sequence number of this request. Used by {@link RequestQueue}.
226 public final void setSequence(int sequence) { argument
227 mSequence = sequence;
231 * Returns the sequence number of this request.
523 * sequence number to provide FIFO ordering.
531 // Equal priorities are sorted by sequence number to provide FIFO ordering.
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java375 Log.i(TAG, "handleMessage: MSG_BIND " + res.sequence + "," + res.id);
378 if (mBindSequence < 0 || mBindSequence != res.sequence) {
380 + ", given seq=" + res.sequence);
390 mBindSequence = res.sequence;
396 final int sequence = msg.arg1;
398 Log.i(TAG, "handleMessage: MSG_UNBIND " + sequence);
402 if (mBindSequence == sequence) {
535 public void onUnbindMethod(int sequence) {
536 mH.sendMessage(mH.obtainMessage(MSG_UNBIND, sequence, 0));
1179 mBindSequence = res.sequence;
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1665 private PendingEvent obtainPendingEventLocked(KeyEvent event, int policyFlags, int sequence) { argument
1672 pendingEvent.sequence = sequence;
1851 public void setOnKeyEventResult(boolean handled, int sequence) { argument
1852 mKeyEventDispatcher.setOnKeyEventResult(handled, sequence);
2533 setOnKeyEventResult(false, eventState.sequence);
2568 mServiceInterface.onKeyEvent(pendingEvent.event, pendingEvent.sequence);
2570 setOnKeyEventResult(false, pendingEvent.sequence);
2574 public void setOnKeyEventResult(boolean handled, int sequence) { argument
2576 PendingEvent pendingEvent = removePendingEventLocked(sequence);
2604 removePendingEventLocked(int sequence) argument
2663 int sequence; field in class:AccessibilityManagerService.PendingEvent
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java1011 throw syntaxError("Unterminated escape sequence");
1018 throw syntaxError("Unterminated escape sequence");
/frameworks/base/core/java/android/widget/
H A DTableLayout.java137 * <p>Parses a sequence of columns ids defined in a CharSequence with the
146 * @param sequence a sequence of column ids, can be empty but not null
150 private static SparseBooleanArray parseColumns(String sequence) { argument
153 String[] columnDefs = pattern.split(sequence);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java138 view = (TextView)findViewById(R.id.sequence);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java114 long sequence = (long) (Math.random() * 10000);
115 return mHeaderFactory.createCSeqHeader(sequence, method);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java1028 final int sequence = intent.getIntExtra("seq", 0);
1030 + sequence + ", mDelayedShowingSequence = " + mDelayedShowingSequence);
1032 if (mDelayedShowingSequence == sequence) {
/frameworks/native/opengl/libagl/
H A Darray.cpp361 sequence = 0;
388 sequence += INDEX_SEQ;
389 if (sequence >= 0x80000000LU) {
390 sequence = INDEX_SEQ;
479 index |= c->vc.sequence;
H A Dcontext.h237 uint32_t sequence; member in struct:android::gl::vertex_cache_t
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2835 int sequence = msg.arg2;
2836 handleInetConditionHoldEnd(netType, sequence);
3085 private void handleInetConditionHoldEnd(int netType, int sequence) { argument
3097 if (mDefaultConnectionSequence != sequence) {

Completed in 3779 milliseconds

12