Home | History | Annotate | Download | only in media

Lines Matching defs:expected_state

975 // Wait for |note| to report a state and if it's not |expected_state| then
979 ClientState expected_state) {
981 if (state == expected_state) return;
984 << ", instead of " << expected_state;