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

  /external/bluetooth/bluedroid/stack/smp/
smp_main.c 436 UINT8 curr_state = p_cb->state; local
442 if (curr_state >= SMP_ST_MAX)
444 SMP_TRACE_DEBUG( "Invalid state: %d", curr_state) ;
453 /* lookup entry /w event & curr_state */
455 * Otherwise, get state table (according to curr_state or all_state) */
456 if ((event < SMP_MAX_EVT) && ( (entry = entry_table[event - 1][curr_state]) != SMP_SM_IGNORE ))
464 state_table = smp_state_table[curr_state][p_cb->role];
469 smp_get_event_name(event), event, smp_get_state_name(curr_state), curr_state);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_platform_backend.py 100 processes = [(curr_pid, curr_ppid, curr_state)
101 for curr_pid, _, curr_ppid, curr_state in all_process_info]

Completed in 1622 milliseconds