Searched refs:updateState (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAutoRotateController.java36 updateState();
50 updateState();
65 private void updateState() { method in class:AutoRotateController
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java138 private void updateState(DetailedState detailedState, String reason) { method in class:Vpn
207 updateState(DetailedState.IDLE, "prepare");
280 updateState(DetailedState.CONNECTING, "establish");
301 updateState(DetailedState.FAILED, "establish");
320 updateState(DetailedState.AUTHENTICATING, "establish");
358 updateState(DetailedState.DISCONNECTED, "interfaceRemoved");
573 updateState(DetailedState.CONNECTING, "startLegacyVpn");
662 updateState(DetailedState.DISCONNECTED, "exit");
684 updateState(DetailedState.FAILED, "checkpoint");
718 updateState(DetailedStat
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp133 updateState();
162 updateState();
187 updateState();
219 updateState();
H A DMidiFile.h69 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); } function in class:android::MidiFile
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java390 mAirplaneModeOn.updateState(mAirplaneState);
403 ((ToggleAction)mSilentModeAction).updateState(
713 public void updateState(State state) { method in class:GlobalActions.ToggleAction
841 mAirplaneModeOn.updateState(mAirplaneState);
895 mAirplaneModeOn.updateState(mAirplaneState);
/frameworks/base/include/androidfw/
H A DVelocityTracker.h224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java142 mHandler.updateState(state);
346 updateState(state);
401 public void updateState(String state) { method in class:UsbDeviceManager.UsbHandler
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp719 updateState(state, eventTime, position.x, position.y);
754 void IntegratingVelocityTrackerStrategy::updateState(State& state, function in class:android::IntegratingVelocityTrackerStrategy
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1380 int updateState = mOverlayUpdateEventPosted? 1: 0; local
1381 notifyListener_l(0xBBBBBBBB, updateState, mCurrFramingEffectIndex);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1631 void updateState();
H A DAudioFlinger.cpp8169 // mDisableWaitCnt is set by process() and updateState() and not used before then
8309 void AudioFlinger::EffectModule::updateState() { function in class:android::AudioFlinger::EffectModule
9303 mEffects[i]->updateState();

Completed in 919 milliseconds