Searched refs:RESET (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java100 NONE, CHANGED, RESET; enum constant in enum:DcAsyncChannel.LinkPropertyChangeAction
107 } else if (value == RESET.ordinal()) {
108 return RESET;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsService.java107 RESET, enum constant in enum:SettingsService.MyShellCommand.CommandVerb
157 mVerb = CommandVerb.RESET;
175 } else if (mVerb == CommandVerb.RESET) {
296 case RESET:
/frameworks/base/core/java/android/view/textclassifier/logging/
H A DSmartSelectionEventTracker.java225 case SelectionEvent.ActionType.RESET:
265 return "RESET";
373 ActionType.OTHER, ActionType.SELECT_ALL, ActionType.RESET})
398 int RESET = 201; field in interface:SmartSelectionEventTracker.SelectionEvent.ActionType
404 ActionType.OTHER, ActionType.SELECT_ALL, ActionType.RESET,
/frameworks/base/cmds/statsd/src/
H A Datoms.proto258 // RESET indicates all ble stopped. Used when it (re)starts (e.g. after it crashes).
259 RESET = 2;
378 // RESET indicates all audio stopped. Used when it (re)starts (e.g. after it crashes).
379 RESET = 2;
396 // RESET indicates all mediaCodec stopped. Used when it (re)starts (e.g. after it crashes).
397 RESET = 2;
414 // RESET indicates all flashlight stopped. Used when it (re)starts (e.g. after it crashes).
415 RESET = 2;
432 // RESET indicates all camera stopped. Used when it (re)starts (e.g. after it crashes).
433 RESET
[all...]
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp42 RESET, enumerator in enum:android::__anon392
305 remote()->transact(RESET, data, &reply);
439 case RESET: {
440 ALOGV("RESET");
H A DIMediaPlayer.cpp60 RESET, enumerator in enum:android::__anon389
332 remote()->transact(RESET, data, &reply);
811 case RESET: {
/frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
H A Dlowpan_hdlc_adapter.cpp128 case LowpanEvent::RESET:
/frameworks/av/include/media/
H A DAudioMixer.h84 RESET = 0x4101, // Reset sample rate converter without changing sample rate. enumerator in enum:android::AudioMixer::__anon57
/frameworks/av/media/libaudioclient/include/media/
H A DAudioMixer.h84 RESET = 0x4101, // Reset sample rate converter without changing sample rate. enumerator in enum:android::AudioMixer::__anon183
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java153 private static final int RESET = 3; field in class:KeyguardViewMediator
1378 Message msg = mHandler.obtainMessage(RESET);
1543 case RESET:
1931 * @see #RESET
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp598 case RESET:
/frameworks/av/services/audioflinger/
H A DThreads.cpp4537 mAudioMixer->setParameter(name, AudioMixer::RESAMPLE, AudioMixer::RESET, NULL);

Completed in 274 milliseconds