HomeSort by relevance Sort by last modified time
    Searched refs:old_state (Results 26 - 50 of 73) sorted by null

12 3

  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 97 enum wpa_states old_state)
104 old_state);
113 else if (old_state >= WPA_ASSOCIATED &&
121 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED)
notify.h 25 enum wpa_states old_state);
  /system/bt/stack/btm/
btm_pm.cc 743 tBTM_PM_STATE old_state; local
754 old_state = p_cb->state;
759 mode_to_string(old_state), mode_to_string(p_cb->state));
781 if (old_state & BTM_PM_STORED_MASK) {
btm_sec.cc 1396 uint8_t old_state = p_dev_rec->sec_state; local
3911 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; local
5625 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; local
    [all...]
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 95 old_state, new_state):
101 @param old_state: old value of property.
109 if old_state == new_state:
  /external/fio/
blktrace.c 427 int fd, i, old_state; local
439 old_state = td_bump_runstate(td, TD_SETTING_UP);
510 td_restore_runstate(td, old_state);
filesetup.c 854 int old_state; local
860 old_state = td_bump_runstate(td, TD_SETTING_UP);
1108 td_restore_runstate(td, old_state);
1113 td_restore_runstate(td, old_state);
    [all...]
iolog.c 1551 int old_state, i; local
1553 old_state = td_bump_runstate(td, TD_FINISHING);
1577 td_restore_runstate(td, old_state);
  /external/syslinux/core/lwip/src/netif/ppp/
chap.c 524 int secret_len, old_state; local
621 old_state = cstate->serverstate;
623 if (old_state == CHAPSS_INITIAL_CHAL) {
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 250 HandleSignalsState old_state = GetHandleSignalsStateNoLock(); local
271 if (!new_state.equals(old_state))
data_pipe_producer_dispatcher.cc 153 HandleSignalsState old_state = GetHandleSignalsStateNoLock();
181 if (!new_state.equals(old_state))
  /art/runtime/openjdkjvmti/
events.cc 284 bool old_state = listener->IsEnabled(); local
294 if (old_state != new_state) {
734 bool old_state = global_mask.Test(event); local
749 if (new_state != old_state) {
  /external/v8/src/ic/
ic-state.cc 410 CompareICState::State CompareICState::NewInputState(State old_state,
412 switch (old_state) {
462 Isolate* isolate, State old_state, State old_left, State old_right,
465 switch (old_state) {
ic.cc 109 void IC::TraceIC(const char* type, Handle<Object> name, State old_state,
131 TransitionMarkFromState(old_state),
159 ic_info.state += TransitionMarkFromState(old_state);
403 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state,
406 switch (old_state) {
460 State old_state = StateFromCode(old_target); local
473 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta,
    [all...]
ic.h 130 void TraceIC(const char* type, Handle<Object> name, State old_state,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 295 unsigned old_state = setup->state; local
297 if (old_state == new_state)
303 states[old_state],
314 if (old_state == SETUP_FLUSHED)
327 if (old_state == SETUP_CLEARED)
    [all...]
  /external/syslinux/core/lwip/src/api/
api_msg.c 350 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)) {
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 306 old_state = self.Get(mm1_constants.I_MODEM, 'State')
308 self.StateChanged(old_state, state, dbus.types.UInt32(reason))
  /external/v8/src/
log.cc     [all...]
  /art/runtime/
thread.h 1241 ThreadState old_state = GetState(); local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 346 void LogState(State old_state, State new_state);
  /art/runtime/gc/collector/
semi_space.cc 182 ThreadState old_state = self_->SetStateUnsafe(kRunnable); local
188 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable);
    [all...]
  /external/drm_hwcomposer/
hwcomposer.cpp 137 drmModeConnection old_state = conn->state(); local
143 if (cur_state == old_state)
  /art/runtime/arch/
stub_test.cc 599 LockWord::LockState old_state = lock.GetState(); local
600 EXPECT_EQ(LockWord::LockState::kUnlocked, old_state);
673 LockWord::LockState old_state = lock.GetState(); variable
674 EXPECT_EQ(LockWord::LockState::kUnlocked, old_state);
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.cc 850 State old_state = state_; local
852 if (state != old_state) {
    [all...]

Completed in 628 milliseconds

12 3