Searched defs:State (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp84 enum State { enum in struct:android::VideoEditorVideoEncoderSource
100 State mState;
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h150 enum State { enum in struct:android::camera2::Parameters
250 static const char *getStateName(State state);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java63 static class State { class in class:QuickSettingsModel
68 static class BatteryState extends State {
72 static class RSSIState extends State {
78 static class WifiState extends State {
82 static class UserState extends State {
85 static class BrightnessState extends State {
88 public static class BluetoothState extends State {
95 public void refreshView(QuickSettingsTileView view, State state);
180 private State mTimeState = new State();
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java101 private ToggleAction.State mAirplaneState = ToggleAction.State.Off;
217 mState = buttonOn ? State.TurningOn : State.TurningOff;
404 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
595 enum State { enum in class:GlobalActions.ToggleAction
603 State(boolean intermediate) { method in class:GlobalActions.ToggleAction.State
612 protected State mState = State
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h525 M4VSS3GPP_EditState State; /**< VSS internal state */ member in struct:__anon262
628 M4VSS3GPP_AudioMixingState State; /**< VSS audio mixing internal state */ member in struct:__anon263
736 M4VSS3GPP_ExtractPictureState State; /**< VSS extract pictureinternal state */ member in struct:__anon264
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h119 * @brief State of a media stream encoding (audio or video).
389 * MCS State and settings stuff */
390 M4MCS_States State; /**< MCS internal state */ member in struct:__anon302
391 M4MCS_StreamState VideoState;/**< State of the video encoding */
392 M4MCS_StreamState AudioState;/**< State of the audio encoding */

Completed in 916 milliseconds

123