Searched refs:expected_state (Results 1 – 3 of 3) sorted by relevance
577 static bool test_verify_media_state_wait_flags(uint8_t expected_state) in test_verify_media_state_wait_flags() argument589 if (g_state != expected_state) { in test_verify_media_state_wait_flags()591 g_state, expected_state); in test_verify_media_state_wait_flags()
652 static bool test_verify_media_state_wait_flags(uint8_t expected_state) in test_verify_media_state_wait_flags() argument664 if (g_state != expected_state) { in test_verify_media_state_wait_flags()666 g_state, expected_state); in test_verify_media_state_wait_flags()
443 uint8_t expected_state; in avdtp_process_configuration_cmd() local446 expected_state = AVDTP_OPEN | AVDTP_OPENING; in avdtp_process_configuration_cmd()448 expected_state = AVDTP_IDLE; in avdtp_process_configuration_cmd()451 if (!(sep->state & expected_state)) { in avdtp_process_configuration_cmd()