HomeSort by relevance Sort by last modified time
    Searched defs:INITIALIZED (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_container.h 53 INITIALIZED,
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 126 INITIALIZED,
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionState.java 31 public static final int INITIALIZED = 0;
45 mState = INITIALIZED;
66 if ((state < INITIALIZED) && (state > FAILED)) {
  /external/chromium/webkit/glue/media/
simple_data_source.h 131 INITIALIZED,
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 42 INITIALIZED
78 // Ensures the device is initialized for communication by doing a
81 // If the device is already initialized, post the |task_info.task| immediately
86 // initialized.
103 // If the device is successfully initialized, runs the next pending task.
182 // initialized or when the current task in progress is complete.
  /external/chromium_org/chrome_frame/
metrics_service.h 45 INITIALIZED, // Constructor was called.
  /external/chromium_org/content/browser/download/
drag_download_file.h 56 enum State {INITIALIZED, STARTED, SUCCESS, FAILURE};
  /external/chromium/net/websockets/
websocket_job.h 36 INITIALIZED = -1,
websocket.h 62 INITIALIZED = -1,
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 72 INITIALIZED
111 // Ensures the device is initialized for communication by doing a
115 // If the device is already initialized, post the |task_info.task|
120 // initialized.
131 // Handles the event that the device is initialized. |succeeded| indicates
133 // successfully initialized, runs the next pending task.
207 // initialized or when the current task in progress is complete.
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.h 43 INITIALIZED,
  /external/chromium_org/chromeos/dbus/ibus/
ibus_object.h 188 NOT_INITIALZED, // Created but not initialized.
190 INITIALIZED // Ready for writing content values.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 24 INITIALIZED,
MediaPlayerStateErrors.java 24 INITIALIZED,
  /external/chromium/chrome/browser/importer/
toolbar_importer.h 67 INITIALIZED,
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.h 94 bool initialized() const { return current_state_ == INITIALIZED; } function in class:history::ShortcutsBackend
149 NOT_INITIALIZED, // Backend created but not initialized.
151 INITIALIZED, // Initialization completed, all accessors can be safely
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.h 146 INITIALIZED = 2
resource_prefetcher.h 142 INITIALIZED = 0, // Prefetching hasn't started.
  /external/chromium_org/media/filters/
chunk_demuxer.h 151 INITIALIZED,
  /external/chromium_org/net/websockets/
websocket_job.h 41 INITIALIZED = -1,
  /external/chromium/chrome/browser/metrics/
metrics_service.h 141 INITIALIZED, // Constructor was called.
thread_watcher_unittest.cc 23 INITIALIZED, // Created ThreadWatch object.
69 thread_watcher_state_(INITIALIZED),
111 EXPECT_EQ(old_state, INITIALIZED);
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 444 INITIALIZED, // Ready to render.
  /external/chromium_org/chrome/browser/metrics/
metrics_service.h 200 INITIALIZED, // Constructor was called.
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 72 // is initialized only if |success| is true.
393 // Called when the SyncManager has been constructed and initialized.
418 INITIALIZED, // Initialization is complete.
423 // Note: it is illegal to call this before the backend is initialized.
454 // For convenience, checks if initialization state is INITIALIZED.
455 bool initialized() const { return initialization_state_ == INITIALIZED; } function in class:browser_sync::SyncBackendHost

Completed in 3178 milliseconds

1 2