Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 25 of 39) sorted by relevance

12

/external/webrtc/webrtc/libjingle/xmpp/
Dpubsubstateclient.h46 C old_state; member
199 C old_state = has_old_state ? state_by_key_[key] : default_state_; in OnItem() local
200 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) { in OnItem()
218 change.old_state = old_state; in OnItem()
Dhangoutpubsubclient.cc240 change.published_nick, change.old_state, change.new_state); in OnPresenterStateChange()
259 bool was_muted = change.old_state; in OnAudioMuteStateChange()
324 change.published_nick, change.old_state, change.new_state); in OnVideoMuteStateChange()
341 change.published_nick, change.old_state, change.new_state); in OnVideoPauseStateChange()
358 change.published_nick, change.old_state, change.new_state); in OnRecordingStateChange()
377 bool was_blockee = change.old_state; in OnMediaBlockStateChange()
Dchatroommoduleimpl.cc405 XmppChatroomState old_state; member
531 XmppChatroomState old_state = chatroom_state_; in ChangePresence() local
534 if (old_state == new_state) in ChangePresence()
540 if (Transitions[i].old_state == old_state && in ChangePresence()
/external/fio/
Dlibfio.c182 int old_state = td->runstate; in td_bump_runstate() local
185 return old_state; in td_bump_runstate()
188 void td_restore_runstate(struct thread_data *td, int old_state) in td_restore_runstate() argument
190 td_set_runstate(td, old_state); in td_restore_runstate()
Dblktrace.c340 int fd, i, old_state; in load_blktrace() local
352 old_state = td_bump_runstate(td, TD_SETTING_UP); in load_blktrace()
418 td_restore_runstate(td, old_state); in load_blktrace()
Dfilesetup.c761 int old_state; in setup_files() local
767 old_state = td_bump_runstate(td, TD_SETTING_UP); in setup_files()
961 td_restore_runstate(td, old_state); in setup_files()
966 td_restore_runstate(td, old_state); in setup_files()
Diolog.c1235 int old_state, i; in fio_writeout_logs() local
1237 old_state = td_bump_runstate(td, TD_FINISHING); in fio_writeout_logs()
1261 td_restore_runstate(td, old_state); in fio_writeout_logs()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.h76 enum wpa_states old_state);
110 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument
Ddbus_old.c413 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument
430 if (new_state == old_state) in wpa_supplicant_dbus_notify_state_change()
444 old_state_str = wpa_supplicant_state_txt(old_state); in wpa_supplicant_dbus_notify_state_change()
/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc87 HCapturedObject* old_state) { in NewStateForLoopHeader() argument
91 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader()
102 HCapturedObject* old_state) { in NewStateCopy() argument
105 HValue* operand = old_state->OperandAt(index); in NewStateCopy()
/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo.cc143 RunState* old_state = NULL; in Run() local
146 old_state = run_state_; in Run()
152 run_state_ = old_state; in Run()
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py343 old_state = None
351 old_state = os.readlink(STATE_FILE)
361 if old_state:
362 os.remove(old_state)
/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_aux.h56 enum fst_session_state old_state; member
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c97 enum wpa_states old_state) in wpas_notify_state_changed() argument
104 old_state); in wpas_notify_state_changed()
113 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed()
121 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
Dnotify.h25 enum wpa_states old_state);
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c277 unsigned old_state = setup->state; in set_scene_state() local
279 if (old_state == new_state) in set_scene_state()
285 states[old_state], in set_scene_state()
296 if (old_state == SETUP_FLUSHED) in set_scene_state()
309 if (old_state == SETUP_CLEARED) in set_scene_state()
/external/v8/src/ic/
Dic-state.h205 static State NewInputState(State old_state, Handle<Object> value);
209 static State TargetState(Isolate* isolate, State old_state, State old_left,
Dic-state.cc395 CompareICState::State CompareICState::NewInputState(State old_state, in NewInputState() argument
397 switch (old_state) { in NewInputState()
447 Isolate* isolate, State old_state, State old_left, State old_right, in TargetState() argument
450 switch (old_state) { in TargetState()
Dic.cc102 void IC::TraceIC(const char* type, Handle<Object> name, State old_state, in TraceIC() argument
138 PrintF(" (%c->%c%s) map=(%p", TransitionMarkFromState(old_state), in TraceIC()
370 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state, in ComputeTypeInfoCountDelta() argument
373 switch (old_state) { in ComputeTypeInfoCountDelta()
424 State old_state = StateFromCode(old_target); in PostPatching() local
437 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta, in PostPatching()
2907 BinaryOpICState old_state(isolate(), target()->extra_ic_state()); in Transition() local
2936 os << "[BinaryOpIC" << old_state << " => " << state << " @ " in Transition()
2946 if (!old_state.UseInlinedSmiCode() && state.UseInlinedSmiCode()) { in Transition()
2948 } else if (old_state.UseInlinedSmiCode() && !state.UseInlinedSmiCode()) { in Transition()
/external/autotest/client/site_tests/network_3GScanningProperty/
Dnetwork_3GScanningProperty.py95 old_state, new_state): argument
109 if old_state == new_state:
/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c524 int secret_len, old_state; in ChapReceiveResponse() local
621 old_state = cstate->serverstate; in ChapReceiveResponse()
623 if (old_state == CHAPSS_INITIAL_CHAL) { in ChapReceiveResponse()
/external/syslinux/core/lwip/src/api/
Dapi_msg.c350 enum netconn_state old_state; local
364 old_state = conn->state;
386 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
387 (old_state == NETCONN_CONNECT)) {
/external/libmojo/mojo/edk/system/
Ddata_pipe_producer_dispatcher.cc153 HandleSignalsState old_state = GetHandleSignalsStateNoLock(); in WriteData() local
181 if (!new_state.equals(old_state)) in WriteData()
Ddata_pipe_consumer_dispatcher.cc250 HandleSignalsState old_state = GetHandleSignalsStateNoLock(); in EndReadData() local
271 if (!new_state.equals(old_state)) in EndReadData()
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem.py306 old_state = self.Get(mm1_constants.I_MODEM, 'State')
308 self.StateChanged(old_state, state, dbus.types.UInt32(reason))

12