HomeSort by relevance Sort by last modified time
    Searched defs:OPENED (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
dir_open_result.h 10 enum DirOpenResult { OPENED, // success.
  /external/chromium_org/ppapi/proxy/
video_capture_resource.h 58 OPENED,
audio_input_resource.h 69 OPENED,
  /external/chromium_org/sync/syncable/
dir_open_result.h 11 OPENED, // success.
  /frameworks/native/services/surfaceflinger/
Barrier.h 33 state = OPENED;
47 enum { OPENED, CLOSED };
  /external/libvorbis/include/vorbis/
vorbisfile.h 107 #define OPENED 2
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream.cc 57 OPENED,
138 state_ = OPENED;
151 if (state_ != OPENED)
173 state_ = OPENED;
187 if (state_ == OPENED) {
  /external/chromium_org/remoting/webapp/
xhr_proxy.js 86 remoting.XMLHttpRequestProxy.prototype.OPENED = 1;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 63 OPENED = 1,
  /external/ppp/pppd/
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */
104 void (*down) /* Called when fsm leaves OPENED state */
123 #define INITIAL 0 /* Down, hasn't been opened */
124 #define STARTING 1 /* Down, been opened */
125 #define CLOSED 2 /* Up, hasn't been opened */
132 #define OPENED 9 /* Connection available */
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 211 OPENED = 1,
347 // is successful, the file descriptor is opened and can be passed to sel_ldr
365 // is successful, the file descriptor is opened and can be passed to sel_ldr
437 // File download support. |nexe_downloader_| can be opened with a specific
438 // callback to run when the file has been downloaded and is opened for
485 // Keep track of file descriptors opened by StreamAsFile().
  /external/tremolo/Tremolo/
vorbisfile.c 55 #define OPENED 2
271 vf->ready_state=OPENED;
290 if(vf->ready_state>OPENED)_decode_clear(vf);
340 vf->ready_state=OPENED;
482 case OPENED:
630 if(vf->ready_state>=OPENED){
765 if(vf->ready_state < OPENED)
766 vf->ready_state=OPENED;
875 if(vf->ready_state<OPENED)return OV_EINVAL;
916 if(vf->ready_state<OPENED)return OV_EINVAL
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 263 OPENED = 0x2,
524 VIDEOEDITOR_CHECK(OPENED == pEncoderContext->mState, M4ERR_STATE);
723 pEncoderContext->mState = OPENED;
    [all...]

Completed in 299 milliseconds