Searched refs:pre_mode (Results 1 – 1 of 1) sorted by relevance
1416 enum sthal_mode pre_mode, in do_handle_functions() argument1423 ALOGD("+%s+: pre %d, cur %d, event %d", __func__, pre_mode, cur_mode, event); in do_handle_functions()1427 if ((pre_mode == CON_DISABLED_ST && cur_mode == CON_DISABLED_CAPTURE) || in do_handle_functions()1428 (pre_mode == CON_DISABLED_ST && cur_mode == IN_CALL) || in do_handle_functions()1429 (pre_mode == CON_DISABLED_CAPTURE && cur_mode == IN_CALL) || in do_handle_functions()1430 (pre_mode == CON_ENABLED_CAPTURE_ST && cur_mode == IN_CALL) || in do_handle_functions()1431 (pre_mode == CON_ENABLED_ST && cur_mode == IN_CALL)) { in do_handle_functions()1471 } else if (pre_mode == CON_ENABLED_ST && cur_mode == CON_ENABLED_CAPTURE_ST) { in do_handle_functions()1507 if ((pre_mode == IN_CALL && cur_mode == CON_DISABLED_ST) || in do_handle_functions()1508 (pre_mode == IN_CALL && cur_mode == CON_DISABLED_CAPTURE) || in do_handle_functions()[all …]