Searched defs:reset (Results 276 - 295 of 295) sorted by relevance

<<1112

/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java557 // reset the persist property for Non VZW
979 mNtpBackOff.reset();
1036 mXtraBackOff.reset();
1456 // reset SV count to zero
1480 // reset SV count to zero
2453 public void reset() { method in class:GnssLocationProvider.BackOff
/frameworks/native/cmds/installd/
H A Dcommands.cpp1579 reset(-1);
1590 void reset(int new_value) { function in class:android::installd::Dex2oatFileWrapper
1601 void reset(int new_value, Cleanup new_cleanup) { function in class:android::installd::Dex2oatFileWrapper
1641 reference_profile_fd.reset(open_reference_profile(uid, pkgname, /*read_write*/ false),
1709 swap_fd.reset(open_output_file(swap_file_name, /*recreate*/true, /*permissions*/0600));
1735 image_fd.reset(open_output_file(image_path.c_str(),
1750 image_fd.reset(-1);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp708 "device was reset");
1154 // This state is always reset at the end of this function, so if we don't find state
1186 mTempTouchState.reset();
1495 mTempTouchState.reset();
1505 mTempTouchState.reset();
1559 mTempTouchState.reset();
4457 void InputDispatcher::TouchState::reset() { function in class:android::InputDispatcher::TouchState
H A DInputReader.cpp395 device->reset(when);
437 device->reset(when);
1043 void InputDevice::reset(nsecs_t when) { function in class:android::InputDevice
1047 mapper->reset(when);
1083 reset(rawEvent->when);
1229 void CursorButtonAccumulator::reset(InputDevice* device) { function in class:android::CursorButtonAccumulator
1309 void CursorMotionAccumulator::reset(InputDevice* device) { function in class:android::CursorMotionAccumulator
1348 void CursorScrollAccumulator::reset(InputDevice* device) { function in class:android::CursorScrollAccumulator
1391 void TouchButtonAccumulator::reset(InputDevice* device) { function in class:android::TouchButtonAccumulator
1618 void SingleTouchMotionAccumulator::reset(InputDevic function in class:android::SingleTouchMotionAccumulator
1688 void MultiTouchMotionAccumulator::reset(InputDevice* device) { function in class:android::MultiTouchMotionAccumulator
1876 void InputMapper::reset(nsecs_t when) { function in class:android::InputMapper
2199 void KeyboardInputMapper::reset(nsecs_t when) { function in class:android::KeyboardInputMapper
2392 updateLedState(bool reset) argument
2401 updateLedStateForModifier(LedState& ledState, int32_t led, int32_t modifier, bool reset) argument
2563 void CursorInputMapper::reset(nsecs_t when) { function in class:android::CursorInputMapper
2826 void RotaryEncoderInputMapper::reset(nsecs_t when) { function in class:android::RotaryEncoderInputMapper
4003 void TouchInputMapper::reset(nsecs_t when) { function in class:android::TouchInputMapper
6567 void SingleTouchInputMapper::reset(nsecs_t when) { function in class:android::SingleTouchInputMapper
6637 void MultiTouchInputMapper::reset(nsecs_t when) { function in class:android::MultiTouchInputMapper
6804 void ExternalStylusInputMapper::reset(nsecs_t when) { function in class:android::ExternalStylusInputMapper
7075 void JoystickInputMapper::reset(nsecs_t when) { function in class:android::JoystickInputMapper
[all...]
H A DInputReader.h608 void reset(nsecs_t when);
682 void reset(InputDevice* device);
707 void reset(InputDevice* device);
729 void reset(InputDevice* device);
760 void reset(InputDevice* device);
906 void reset(InputDevice* device);
977 void reset(InputDevice* device);
1003 * - reset
1004 * - process, process, process (may occasionally reconfigure with non-zero changes or reset)
1005 * - reset
1765 void reset() { function in struct:android::TouchInputMapper::PointerGesture
1804 void reset() { function in struct:android::TouchInputMapper::PointerSimple
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp837 << "Expected reset() to have been called.";
883 virtual void reset(nsecs_t) { function in class:android::FakeInputMapper
1256 mDevice->reset(ARBITRARY_TIME);
1324 mDevice->reset(ARBITRARY_TIME);
1431 mDevice->reset(ARBITRARY_TIME);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java427 * The packet counts are initialized and reset to -1 and
435 reset();
448 public void reset() { method in class:DcTracker.TxRxSum
844 * TODO - needs to pass some notion of which connection is reset..
1790 // Should not be happen, but reset the state in case.
2283 int reset = Integer.parseInt(SystemProperties.get("net.ppp.reset-by-timeout", "0"));
2284 SystemProperties.set("net.ppp.reset-by-timeout", String.valueOf(reset + 1));
2868 " is true, set dcac to null and reset propert
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp395 mWcStats.reset();
396 mHzStats.reset();
4007 uint32_t resetMask = 0; // bit mask of fast tracks that need to be reset
4102 // track has provided at least some frames recently: reset retry count
4148 // Can't reset directly, as fast mixer is still polling this track
4149 // track->reset();
4150 // So instead mark this track as needing to be reset after push with ack
4434 // reset retry count
4471 track->reset();
4529 // Now perform the deferred reset o
6925 void AudioFlinger::RecordThread::ResamplerBufferProvider::reset() function in class:android::AudioFlinger::RecordThread::ResamplerBufferProvider
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java765 * Main power/reset button on watch. */
2748 public void reset() { method in class:KeyEvent.DispatcherState
2758 public void reset(Object target) { method in class:KeyEvent.DispatcherState
H A DViewRootImpl.java1703 // insets in case the old insets were non-empty and must be reset.
1861 // If the surface has been removed, then reset the scroll
2112 insets.reset();
3601 mAttachInfo.mKeyDispatchState.reset();
4455 // this app, therefore the icon type has to be reset on enter/exit event.
4601 mX.reset(0);
4602 mY.reset(0);
4610 mX.reset(2);
4611 mY.reset(2);
4618 mX.reset(
4745 void reset(int _step) { method in class:ViewRootImpl.TrackballAxis
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1154 public void setItemSize(int size, boolean reset) { argument
1164 if (reset) {
1170 public void setItemColor(int color, boolean reset) { argument
1180 if (reset) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/core/java/android/os/
H A DBatteryStats.java2270 * last reset after charging, as a lower-end approximation.
2276 * last reset after charging, as an upper-end approximation.
4735 void reset() { method in class:BatteryStats.HistoryPrinter
4769 reset();
4777 reset();
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java955 // Done: reset the session timeout clock
1767 // No more initialization needed; wipe the journal and reset our state.
2802 // the event log; the no-success code below will reset the backup
3407 // We want to reset the backup schedule based on whatever the transport suggests
5746 public void reset() { method in class:BackupManagerService.FullRestoreEngine.RestoreInstallObserver
5782 public void reset() { method in class:BackupManagerService.FullRestoreEngine.RestoreDeleteObserver
5837 mInstallObserver.reset();
5897 mDeleteObserver.reset();
7179 public void reset() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreInstallObserver
7215 public void reset() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreDeleteObserver
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java993 mAdapterHelper.reset();
3123 // Instead, we just reset it.
3124 mAdapterHelper.reset();
10935 State reset() { method in class:RecyclerView.State
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java692 public void reset(long uptime, long realtime) { method in class:BatteryStatsImpl.TimeBase
699 // TODO: Since mUptimeStart was just reset and we are running, getUptime will
700 // just return mPastUptime. Also, are we sure we don't want to reset that?
906 void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.Counter
994 void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.LongSamplingCounter
1104 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.Timer
1328 * If the values being recorded have been reset, the monotonically increasing requirement
1411 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.SamplingTimer
1412 super.reset(detachIfReset);
1544 public boolean reset(boolea method in class:BatteryStatsImpl.BatchTimer
1685 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.DurationTimer
1910 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.StopwatchTimer
2205 public void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.ControllerActivityCounterImpl
5967 boolean reset() { method in class:BatteryStatsImpl.Uid
6756 boolean reset() { method in class:BatteryStatsImpl.Uid.Wakelock
6897 boolean reset() { method in class:BatteryStatsImpl.Uid.Sensor
9666 startRecordingHistory(final long elapsedRealtimeMs, final long uptimeMs, boolean reset) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1910 milliseconds

<<1112