Searched refs:replay_next_event_is (Results 1 – 6 of 6) sorted by relevance
111 if (replay_next_event_is(EVENT_CHAR_WRITE)) { in replay_char_write_event_load()124 if (replay_next_event_is(EVENT_CHAR_READ_ALL)) { in replay_char_read_all_load()132 } else if (replay_next_event_is(EVENT_CHAR_READ_ALL_ERROR)) { in replay_char_read_all_load()
28 if (replay_next_event_is(EVENT_AUDIO_OUT)) { in replay_audio_out()57 if (replay_next_event_is(EVENT_AUDIO_IN)) { in replay_audio_in()
142 bool replay_next_event_is(int event) in replay_next_event_is() function179 if (replay_next_event_is(EVENT_INSTRUCTION)) { in replay_get_instructions()228 res = replay_next_event_is(EVENT_EXCEPTION); in replay_has_exception()259 res = replay_next_event_is(EVENT_INTERRUPT); in replay_has_interrupt()280 if (replay_next_event_is(EVENT_CHECKPOINT + checkpoint)) { in replay_checkpoint()
33 if (replay_next_event_is(EVENT_RANDOM)) { in replay_read_random()
55 if (replay_next_event_is(EVENT_CLOCK + kind)) { in replay_read_clock()
146 bool replay_next_event_is(int event);