HomeSort by relevance Sort by last modified time
    Searched defs:State (Results 201 - 225 of 724) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/media/audio_utils/include/audio_utils/spdif/
SPDIFEncoder.h 59 // State machine states.
60 enum State {
68 State mState;
  /system/security/keystore/include/keystore/
keystore.h 22 // note state values overlap with ResponseCode for the purposes of the state() API
23 enum State {
  /external/chromium_org/ash/wm/
window_state.h 36 // WindowState manages and defines ash specific window state and
37 // behavior. Ash specific per-window state (such as ones that controls
50 // A subclass of State class represents one of the window's states
54 class State {
56 State() {}
57 virtual ~State() {}
64 // Gets called when the state object became active and the managed window
65 // needs to be adjusted to the State's requirement.
66 // The passed |previous_state| may be used to properly implement state
67 // transitions such as bound animations from the previous state
    [all...]
  /external/chromium_org/mojo/common/
handle_watcher.cc 238 // HandleWatcher::State --------------------------------------------------------
240 // Represents the state of the HandleWatcher. Owns the user's callback and
243 class HandleWatcher::State : public base::MessageLoop::DestructionObserver {
245 State(HandleWatcher* watcher,
259 base::Bind(&State::OnHandleReady, weak_factory_.GetWeakPtr()));
262 virtual ~State() {
286 base::WeakPtrFactory<State> weak_factory_;
304 state_.reset(new State(this, handle, handle_signals, deadline, callback));
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 97 struct State
100 State() : numArgs(0), ID(-1), severity(None), file(NULL) { }
101 ~State() { }
121 State& state() function in class:mcld::DiagnosticEngine
124 const State& state() const function in class:mcld::DiagnosticEngine
144 State m_State;
  /bionic/libc/tools/
gensyscalls.py 383 class State:
539 state = State() variable
540 state.process_file(bionic_libc_root+"SYSCALLS.TXT")
541 state.regenerate()
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.h 78 const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE;
85 enum State {
123 // Current state of the update screen.
124 State state_;
158 // about state for the default network.
161 // True if there was no notification about captive portal state for
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 61 // Items are in the PENDING state until they've been installed, or the
63 enum State {
77 State state; member in struct:extensions::BundleInstaller::Item
87 // Gets the items in the given state.
88 ItemList GetItemsWithState(Item::State state) const;
106 // the correct heading for the items in the specified |state|, or an empty
107 // string if no items are in the |state|.
111 base::string16 GetHeadingTextFor(Item::State state) const
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.h 87 syncer::InvalidatorState state) OVERRIDE;
150 // The state of the object.
151 enum State {
157 State state_;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h 148 enum State {
192 // reset prompt. The program will make this decision based on the state
247 State state_;
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match.cc 85 struct State {
86 State() : relevance(kNoMatchScore) {}
87 State(double relevance,
108 TokenizedStringCharIterator::State query_iter_state;
109 TokenizedStringCharIterator::State text_iter_state;
111 typedef std::vector<State> States;
157 states_.push_back(State(current_relevance_,
167 State& last_match = states_.back();
  /external/chromium_org/components/signin/core/common/
profile_management_switches.cc 16 // Different state of new profile management/identity consistency. The code
19 enum State {
25 State GetProcessState() {
31 // Find the state of both command line args.
75 State state = STATE_ACCOUNT_CONSISTENCY; local
77 State state = STATE_NONE; local
82 state = STATE_NEW_PROFILE_MANAGEMENT;
84 state = STATE_ACCOUNT_CONSISTENCY
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_controller.h 37 enum State {
39 // previously been stopped. Must be in this state to start.
58 // determined by cloud state.
79 typedef std::map<syncer::ModelType, DataTypeController::State> StateMap;
125 // Current state of the data type controller.
126 virtual State state() const = 0;
  /external/chromium_org/content/browser/android/
edge_effect.h 55 enum State {
83 State state_;
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h 48 // frames, in a lock to synchronize state between the two.
149 // ContentVideoCaptureDeviceCore manages a simple state machine and the pipeline
160 // Asynchronous requests to change ContentVideoCaptureDeviceCore state.
166 // Flag indicating current state.
167 enum State {
173 void TransitionStateTo(State next_state);
179 // Stops capturing and notifies client_ of an error state.
185 // Current lifecycle state.
186 State state_;
  /external/chromium_org/content/browser/service_worker/
service_worker_database.h 60 // version may be in the ACTIVE state or in the INSTALLED state.
126 // Updates a registration for |registration_id| to an active state. Returns OK
304 enum State {
309 State state_;
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.h 52 enum State {
111 // The current state of this class. For now, this is used only for setting
112 // error state.
113 State state_;
155 // Owner of the GL context. Used to restore the context state.
dxva_video_decode_accelerator.h 36 enum State {
38 kNormal, // normal playing state.
109 // Transitions the decoder to the uninitialized state. The decoder will stop
110 // accepting requests in this state.
170 // Current state of the decoder.
171 State state_;
  /external/chromium_org/content/renderer/media/
media_stream_video_source.h 88 // Sets ready state and notifies the ready state to all registered tracks.
89 virtual void SetReadyState(blink::WebMediaStreamSource::ReadyState state);
118 enum State {
125 State state() const { return state_; } function in class:content::MediaStreamVideoSource
146 State state_;
rtc_video_decoder.h 191 enum State {
238 // The state of RTCVideoDecoder. Guarded by |lock_|.
239 State state_;
249 // steady-state of the decoder. The vector owns SHM buffers. Guarded by
webrtc_audio_renderer.h 38 // This is a little utility class that holds the configured state of an audio
42 // the state in the same way in WebRtcAudioRenderer and SharedAudioRenderer.
87 // The wrapper ensures that Play() won't be called when the caller's state
88 // is "playing", Pause() won't be called when the state already is "paused"
89 // etc and similarly maintains the same state for Stop().
96 // Used to DCHECK on the expected state.
117 // playing so that the shared play state of all the streams can be reflected
129 enum State {
146 // Flag to keep track the state of the renderer.
147 State state_
    [all...]
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.h 65 enum State {
84 // Call this whenever we change GL state that the plugin relies on, such as
89 State state_;
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 11 // A GoogleServiceAuthError without additional data is just a State, defined
15 // transparent wrapper around 'State' due to additional Captcha data
17 // you must explicitly use the constructor when all you have is a State.
39 enum State {
140 // Construct a GoogleServiceAuthError from a State with no additional data.
141 explicit GoogleServiceAuthError(State s);
168 // to explicit class and State enum relation. Note: shouldn't be inlined!
172 State state() const;
187 GoogleServiceAuthError(State s, int error)
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 95 enum State {
103 State state; member in struct:gpu::FencedAllocator::Block
  /external/chromium_org/media/audio/
audio_output_controller.h 27 // Here is a state transition diagram for the AudioOutputController:
38 // * Initial state
40 // At any time after reaching the Created state but before Closed, the
42 // OnDeviceChange(). As the OnDeviceChange() is processed, state transitions
43 // will occur, ultimately ending up in an equivalent pre-call state. E.g., if
44 // the state was Paused, the new state will be Created, since these states are
46 // state.
121 // Closes the audio output stream. The state is changed and the resources
143 // the same state transition back to the current state as a call t
    [all...]

Completed in 505 milliseconds

1 2 3 4 5 6 7 891011>>