Searched defs:ChangeState (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/media/base/
H A Dfake_audio_renderer_sink.cc27 ChangeState(kInitialized);
32 ChangeState(kStarted);
37 ChangeState(kStopped);
42 ChangeState(kPaused);
48 ChangeState(kPlaying);
71 void FakeAudioRendererSink::ChangeState(State new_state) { function in class:media::FakeAudioRendererSink
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler.cc95 ChangeState(STATE_INACTIVE);
102 void EasyUnlockScreenlockStateHandler::ChangeState(State new_state) { function in class:EasyUnlockScreenlockStateHandler
192 ChangeState(last_state);
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.cc60 ChangeState(WAITING_TO_START);
86 void BackendMigrator::ChangeState(State new_state) { function in class:browser_sync::BackendMigrator
103 ChangeState(DISABLING_TYPES);
176 ChangeState(IDLE);
193 ChangeState(REENABLING_TYPES);
202 ChangeState(IDLE);
/external/chromium_org/media/formats/webm/
H A Dwebm_stream_parser.cc46 ChangeState(kParsingHeaders);
64 ChangeState(kParsingHeaders);
100 ChangeState(kError);
117 void WebMStreamParser::ChangeState(State new_state) { function in class:media::WebMStreamParser
118 DVLOG(1) << "ChangeState() : " << state_ << " -> " << new_state;
160 ChangeState(kParsingClusters);
271 ChangeState(kParsingHeaders);
H A Dwebm_parser.cc699 ChangeState(NEED_LIST_HEADER);
731 ChangeState(PARSE_ERROR);
739 ChangeState(PARSE_ERROR);
743 ChangeState(INSIDE_LIST);
763 ChangeState(PARSE_ERROR);
791 void WebMListParser::ChangeState(State new_state) { function in class:media::WebMListParser
934 ChangeState(DONE_PARSING_LIST);
/external/chromium_org/pdf/
H A Dbutton.cc72 ChangeState(BUTTON_NORMAL, false);
84 ChangeState(BUTTON_HIGHLIGHTED, false);
88 ChangeState(BUTTON_PRESSED, false);
112 ChangeState(BUTTON_NORMAL, false);
132 ChangeState(pressed ? BUTTON_PRESSED_STICKY : BUTTON_NORMAL, true);
147 void Button::ChangeState(ButtonState new_state, bool force) { function in class:chrome_pdf::Button
166 ChangeState(BUTTON_HIGHLIGHTED, true);
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c180 static void ChangeState(WebPWorker* const worker, function
213 ChangeState(worker, OK);
265 ChangeState(worker, WORK);
274 ChangeState(worker, NOT_OK);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_rate_control.cc137 ChangeState(current_input_, now_ms);
200 ChangeState(kRcHold);
286 void RemoteRateControl::ChangeState(const RateControlInput& input, function in class:webrtc::RemoteRateControl
292 ChangeState(kRcIncrease);
297 ChangeState(kRcDecrease);
301 ChangeState(kRcHold);
323 void RemoteRateControl::ChangeState(RateControlState new_state) { function in class:webrtc::RemoteRateControl
/external/webp/src/utils/
H A Dthread.c180 static void ChangeState(WebPWorker* const worker, function
213 ChangeState(worker, OK);
265 ChangeState(worker, WORK);
274 ChangeState(worker, NOT_OK);
/external/chromium_org/media/formats/mp4/
H A Dmp4_stream_parser.cc62 ChangeState(kParsingBoxes);
82 ChangeState(kParsingBoxes);
113 ChangeState(kEmittingSamples);
133 ChangeState(kError);
334 ChangeState(kWaitingForSampleData);
426 ChangeState(kParsingBoxes);
594 void MP4StreamParser::ChangeState(State new_state) { function in class:media::mp4::MP4StreamParser
/external/chromium_org/media/formats/mpeg/
H A Dmpeg_audio_stream_parser_base.cc74 ChangeState(INITIALIZED);
135 ChangeState(PARSE_ERROR);
157 void MPEGAudioStreamParserBase::ChangeState(State state) { function in class:media::MPEGAudioStreamParserBase
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc271 ChangeState(network, PLAN_ACTIVATION_PAGE_LOADING, "");
367 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
375 ChangeState(network, PLAN_ACTIVATION_SHOWING_PAYMENT, std::string());
384 ChangeState(NULL, PLAN_ACTIVATION_ERROR,
390 ChangeState(network,
424 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
447 ChangeState(
472 ChangeState(network, PLAN_ACTIVATION_PAYMENT_PORTAL_LOADING,
508 ChangeState(network, PLAN_ACTIVATION_START_OTASP, std::string());
525 ChangeState(networ
963 void MobileActivator::ChangeState(const NetworkState* network, function in class:chromeos::MobileActivator
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.cc548 ChangeState(ONLINE);
578 ChangeState(CONNECTING);
590 ChangeState(ONLINE);
930 bool changed = ChangeState(OFFLINE);
946 bool Printer::ChangeState(ConnectionState new_state) { function in class:Printer
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c286 static void ChangeState(WebPIDecoder* const idec, DecState new_state, function
324 ChangeState(idec, STATE_VP8_HEADER, headers.offset);
331 ChangeState(idec, STATE_VP8L_HEADER, headers.offset);
/external/webp/src/dec/
H A Didec.c286 static void ChangeState(WebPIDecoder* const idec, DecState new_state, function
324 ChangeState(idec, STATE_VP8_HEADER, headers.offset);
331 ChangeState(idec, STATE_VP8L_HEADER, headers.offset);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc663 ChangeState();
673 ChangeState();
745 ChangeState();
869 ChangeState();
1430 void VoiceChannel::ChangeState() { function in class:cricket::VoiceChannel
1486 ChangeState();
1539 ChangeState();
1760 void VideoChannel::ChangeState() { function in class:cricket::VideoChannel
1846 ChangeState();
1895 ChangeState();
2319 void DataChannel::ChangeState() { function in class:cricket::DataChannel
[all...]

Completed in 4255 milliseconds