Searched refs:ChangeState (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc429 ChangeState();
439 ChangeState();
471 ChangeState();
482 ChangeState();
738 void VoiceChannel::ChangeState() { function in class:cricket::VoiceChannel
828 ChangeState();
995 void VideoChannel::ChangeState() { function in class:cricket::VideoChannel
1096 ChangeState();
H A Dchannel.h184 virtual void ChangeState() = 0;
333 virtual void ChangeState();
399 virtual void ChangeState();
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc268 void ChangeState(chromeos::CellularNetwork* network,
547 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
982 ChangeState(network, new_state, error_description);
1067 void MobileSetupHandler::ChangeState(chromeos::CellularNetwork* network, function in class:MobileSetupHandler
1116 ChangeState(network, PLAN_ACTIVATION_DELAY_OTASP, std::string());
1118 ChangeState(network, PLAN_ACTIVATION_ERROR,
/external/webp/src/dec/
H A Didec.c253 static void ChangeState(WebPIDecoder* const idec, DecState new_state, function
296 ChangeState(idec, STATE_VP8_FRAME_HEADER, headers.offset);
303 ChangeState(idec, STATE_VP8L_HEADER, headers.offset);

Completed in 141 milliseconds