HomeSort by relevance Sort by last modified time
    Searched defs:newState (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /frameworks/base/libs/storage/
IMountServiceListener.cpp 42 String16 newState = data.readString16();
43 onStorageStateChanged(path, oldState, newState);
  /external/icu4c/layout/
ContextualGlyphSubstProc.cpp 42 ByteOffset newState = SWAPW(entry->newStateOffset);
72 return newState;
IndicRearrangementProcessor.cpp 41 ByteOffset newState = SWAPW(entry->newStateOffset);
59 return newState;
LigatureSubstProc.cpp 48 ByteOffset newState = SWAPW(entry->newStateOffset);
110 return newState;
HangulLayoutEngine.cpp 71 int32_t newState;
282 state = transition.newState;
  /frameworks/native/services/sensorservice/
SensorFusion.cpp 98 const bool newState = mClients.size() != 0;
99 if (newState != mEnabled) {
100 mEnabled = newState;
101 if (newState) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryListInterfaceState.java 54 final State newState;
56 newState = null == state ? new State() : state;
57 newState.mOpen = true;
58 newState.mStatus = status;
59 mWordlistToState.put(wordlistId, newState);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 148 State newState;
151 newState = stateFromDCState(dc.state);
153 if (newState != mState) {
154 mState = newState;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 151 State newState;
154 newState = stateFromDCState(dc.state);
156 if (newState != mState) {
157 mState = newState;
  /external/harfbuzz/src/
harfbuzz-tibetan.c 179 TibetanForm newState = tibetan_form(uc[pos]);
180 switch(newState) {
186 state = newState;
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-tibetan.c 179 TibetanForm newState = tibetan_form(uc[pos]);
180 switch(newState) {
186 state = newState;
harfbuzz-hangul.c 101 HangulType newState = hangul_type(uc[pos]);
102 switch(newState) {
108 if (state > newState)
110 state = newState;
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 82 String newState;
83 newState = data.readString();
84 this.onStorageStateChanged(path, oldState, newState);
132 * @param newState The new state of the volume. Note: State is one
136 public void onStorageStateChanged(String path, String oldState, String newState)
144 _data.writeString(newState);
171 * @param newState The new state of the volume. Note: State is one of the
174 public void onStorageStateChanged(String path, String oldState, String newState)
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 86 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE,
102 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 126 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
127 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState);
129 if (BluetoothAdapter.STATE_OFF == newState
135 if (BluetoothAdapter.STATE_ON == newState
141 if (BluetoothAdapter.STATE_OFF == newState) {
  /external/icu4c/tools/toolutil/
ucmstate.c 622 int32_t i, j, leadState, trailState, newState, fallback;
715 newState=states->countStates++;
716 states->stateFlags[newState]=0;
723 states->stateTable[newState][i]=MBCS_ENTRY_FINAL_SET_ACTION_VALUE(entry, MBCS_STATE_UNASSIGNED, 0xfffe);
726 states->stateTable[newState][i]=entry;
734 states->stateTable[leadState][i]=MBCS_ENTRY_SET_STATE(states->stateTable[leadState][i], newState);
787 if(trailState!=newState) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java 135 public void setComponentEnabledSetting(ComponentName componentName, int newState, int flags) {
136 componentList.put(componentName, new ComponentState(newState, flags));
194 public int newState;
197 public ComponentState(int newState, int flags) {
198 this.newState = newState;
  /external/skia/src/gpu/
GrGpu.cpp 357 GeometryPoolState& newState = fGeomPoolStateStack.push_back();
359 newState.fPoolVertexBuffer = (GrVertexBuffer*)DEBUG_INVAL_BUFFER;
360 newState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
361 newState.fPoolIndexBuffer = (GrIndexBuffer*)DEBUG_INVAL_BUFFER;
362 newState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
364 (void) newState; // silence compiler warning
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 539 int16 newState;
555 newState = DTX;
565 newState = DTX_MUTE;
575 newState = DTX_MUTE;
580 newState = SPEECH;
634 if (newState != SPEECH)
658 return newState;
659 /* newState is used by both SPEECH AND DTX synthesis routines */
  /frameworks/base/services/java/com/android/server/
DockObserver.java 79 int newState = Integer.parseInt(event.get("SWITCH_STATE"));
80 if (newState != mDockState) {
82 mDockState = newState;
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 61 ParcelFileDescriptor newState) throws IOException {
82 writeBackupState(savedFileSize, savedCrc, newState);
92 ParcelFileDescriptor newState) throws IOException {
157 writeBackupState(tmpfile.length(), crc, newState);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 215 int newState = ss.getState();
216 if (newState != mServiceState) {
217 Log.d(TAG, "Service state changed! " + newState + " Full: " + ss);
218 mServiceState = newState;
219 if (newState == ServiceState.STATE_IN_SERVICE ||
220 newState == ServiceState.STATE_EMERGENCY_ONLY) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 67 public NFAState newState() {
119 NFAState left = newState();
120 NFAState right = newState();
137 NFAState left = newState();
138 NFAState right = newState();
164 NFAState left = newState();
165 NFAState right = newState();
201 NFAState first = newState();
206 NFAState next = newState();
235 NFAState left = newState();
    [all...]

Completed in 698 milliseconds

1 2 3 4 5