HomeSort by relevance Sort by last modified time
    Searched full:newstate (Results 76 - 100 of 597) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 138 private void updateState(int newState) {
139 float rate = newState == PlaybackState.STATE_PLAYING ? 1 : 0;
142 bob.setState(newState, position, rate, SystemClock.elapsedRealtime());
180 public void onStateChanged(int newState) {
188 switch (newState) {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 211 Call.State newState = mOriginalConnection.getState();
212 if (VERBOSE) log("updateState, " + mOriginalConnectionState + " -> " + newState);
213 if (force || mOriginalConnectionState != newState) {
214 mOriginalConnectionState = newState;
215 switch (newState) {
  /external/chromium_org/base/android/java/src/org/chromium/base/
PowerMonitor.java 80 public void onApplicationStateChange(int newState) {
81 if (newState == ApplicationState.HAS_RUNNING_ACTIVITIES) {
85 } else if (newState == ApplicationState.HAS_PAUSED_ACTIVITIES) {
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImport.cpp 108 HTMLImportState newState = i->state();
111 ASSERT(!oldState.isReady() || oldState <= newState);
112 if (newState != oldState)
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 70 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
71 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
72 virtual void notifyAutoWhitebalance(uint8_t newState,
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 64 * stream, and fill in <code>newState</code> with the state as it exists
74 ParcelFileDescriptor newState) {
85 performBackup_checked(oldState, data, newState, fullPaths, files);
FileBackupHelperBase.java 54 ParcelFileDescriptor newState, String[] files, String[] keys) {
71 FileDescriptor newStateFd = newState.getFileDescriptor();
122 long data, FileDescriptor newState, String[] files, String[] keys);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
FlashlightTile.java 71 boolean newState = !mState.value;
72 mFlashlightController.setFlashlight(newState);
73 refreshState(newState ? UserBoolean.USER_TRUE : UserBoolean.USER_FALSE);
RotationLockTile.java 62 final boolean newState = !mState.value;
63 mController.setRotationLocked(newState);
64 refreshState(newState ? UserBoolean.USER_TRUE : UserBoolean.USER_FALSE);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ViewUtils.java 60 * @param newState The new view state to combine.
64 public static int combineMeasuredStates(int curState, int newState) {
65 return curState | newState;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [all...]
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
Display.java 255 public void reportConnectionState(final int newState,
257 obtainMessage(MSG_REPORT_CONNECTION_STATE, newState, 0,
296 private void handleReportConnectionState(int newState,
299 if (newState != currentConnectionState
302 newState);
304 currentConnectionState = newState;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 197 iceGatheringChanged:(RTCICEGatheringState)newState {
201 if (newState == RTCICEGatheringGathering) {
205 NSAssert(expectedState == (int)newState, @"Empty expectation array");
209 iceConnectionChanged:(RTCICEConnectionState)newState {
211 if (newState == RTCICEConnectionCompleted)
214 NSAssert(expectedState == (int)newState, @"Empty expectation array");
  /frameworks/base/services/core/java/com/android/server/
DockObserver.java 122 private void setActualDockStateLocked(int newState) {
123 mActualDockState = newState;
125 setDockStateLocked(newState);
129 private void setDockStateLocked(int newState) {
130 if (newState != mReportedDockState) {
131 mReportedDockState = newState;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 1627 re_dfastate_t *newstate; local
1677 re_dfastate_t *newstate; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnectionDelegate.h 61 iceConnectionChanged:(RTCICEConnectionState)newState;
65 iceGatheringChanged:(RTCICEGatheringState)newState;
  /external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.cpp 80 le_uint16 newState = SWAPW(entry->newStateIndex);
107 return newState;
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 401 InCallState newState = getPotentialStateFromCallList(callList);
403 newState = startOrFinishUi(newState);
406 Log.i(this, "Phone switching state: " + oldState + " -> " + newState);
407 mInCallState = newState;
429 InCallState newState = startOrFinishUi(InCallState.INCOMING);
432 Log.i(this, "Phone switching state: " + oldState + " -> " + newState);
433 mInCallState = newState;
462 InCallState newState = InCallState.NO_CALLS;
465 return newState;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupAgentHelper.java 64 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState)
78 super.onRestore(data, appVersionCode, newState);
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallToneMonitor.java 39 public void onCallStateChanged(Call call, int oldState, int newState) {
45 if (newState == CallState.DISCONNECTED && call.getDisconnectCause() != null) {
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 142 const State &newState();
241 const State &DFA::newState() {
435 const State *Initial = &D.newState();
473 const State *NewState;
483 NewState = VI->second;
485 NewState = &D.newState();
486 NewState->stateInfo = NewStateResources;
487 Visited[NewStateResources] = NewState;
488 WorkList.push_back(NewState);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState)
440 swrast->NewState |= new_state;
447 swrast->NewState = ~0;
557 if (swrast->NewState) {
558 if (swrast->NewState & _NEW_POLYGON)
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
564 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
567 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
570 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571 _swrast_update_fragment_program( ctx, swrast->NewState );
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState)
440 swrast->NewState |= new_state;
447 swrast->NewState = ~0;
557 if (swrast->NewState) {
558 if (swrast->NewState & _NEW_POLYGON)
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
564 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
567 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
570 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571 _swrast_update_fragment_program( ctx, swrast->NewState );
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_invalidations.js 56 * @param {string} newState The string to be displayed and logged.
60 function updateInvalidatorState(newState, lastChangedTime) {
62 'Invalidations service state changed to ' + quote(newState);
65 $('invalidations-state').textContent = newState + ' (since ' +
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;

Completed in 729 milliseconds

1 2 34 5 6 7 8 91011>>