Searched refs:pre_mode (Results 1 – 1 of 1) sorted by relevance
1409 enum sthal_mode pre_mode, in do_handle_functions() argument1416 ALOGD("+%s+: pre %d, cur %d, event %d", __func__, pre_mode, cur_mode, event); in do_handle_functions()1420 if ((pre_mode == CON_DISABLED_ST && cur_mode == CON_DISABLED_CAPTURE) || in do_handle_functions()1421 (pre_mode == CON_DISABLED_ST && cur_mode == IN_CALL) || in do_handle_functions()1422 (pre_mode == CON_DISABLED_CAPTURE && cur_mode == IN_CALL) || in do_handle_functions()1423 (pre_mode == CON_ENABLED_CAPTURE_ST && cur_mode == IN_CALL) || in do_handle_functions()1424 (pre_mode == CON_ENABLED_ST && cur_mode == IN_CALL)) { in do_handle_functions()1464 } else if (pre_mode == CON_ENABLED_ST && cur_mode == CON_ENABLED_CAPTURE_ST) { in do_handle_functions()1504 if ((pre_mode == IN_CALL && cur_mode == CON_DISABLED_ST) || in do_handle_functions()1505 (pre_mode == IN_CALL && cur_mode == CON_DISABLED_CAPTURE) || in do_handle_functions()[all …]