HomeSort by relevance Sort by last modified time
    Searched refs:curr_state (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/smp/
smp_br_main.cc 300 tSMP_BR_STATE curr_state = p_cb->br_state; local
306 if (curr_state >= SMP_BR_STATE_MAX) {
307 SMP_TRACE_DEBUG("Invalid br_state: %d", curr_state);
317 /* lookup entry / w event & curr_state */
319 * Otherwise, get state table (according to curr_state or all_state) */
321 ((entry = entry_table[event - 1][curr_state]) != SMP_BR_SM_IGNORE)) {
326 state_table = smp_br_state_table[curr_state][p_cb->role];
331 smp_get_br_state_name(curr_state), curr_state);
smp_main.cc 954 uint8_t curr_state = p_cb->state; local
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
tel_telecom_utils.py 233 curr_state = wait_for_call_state(
235 if curr_state == tel_defines.CALL_STATE_CONNECTING:
242 if curr_state != tel_defines.CALL_STATE_DIALING:
  /tools/test/connectivity/acts/tests/google/wifi/
WifiSoftApTest.py 73 curr_state = "waiting for supplicant to come back up"
79 curr_state)
80 asserts.fail(curr_state)
85 #curr_state = "waiting for wifi to go back into connect mode"
91 # self.log.exception("Failed to restart wifi: current state = %s", curr_state)
92 # asserts.fail(curr_state)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_platform_backend.py 127 processes = [(curr_pid, curr_ppid, curr_state)
128 for curr_pid, _, curr_ppid, curr_state in all_process_info]

Completed in 132 milliseconds