Lines Matching refs:record_context
79 struct record_context *ctx;
104 struct record_context {
144 typedef void (*source_dispatch_t)(struct record_context *ctx,
224 time_offset(struct record_context *ctx, uint64_t time)
1280 handle_libinput_events(struct record_context *ctx,
1320 handle_events(struct record_context *ctx, struct record_device *d)
1405 print_header(FILE *fp, struct record_context *ctx)
2026 open_output_files(struct record_context *ctx, bool is_prefix)
2067 print_wall_time(struct record_context *ctx)
2100 add_source(struct record_context *ctx,
2129 destroy_source(struct record_context *ctx, struct source *source)
2138 signalfd_dispatch(struct record_context *ctx, int fd, void *data)
2148 timefd_dispatch(struct record_context *ctx, int fd, void *data)
2164 evdev_dispatch(struct record_context *ctx, int fd, void *data)
2180 libinput_ctx_dispatch(struct record_context *ctx, int fd, void *data)
2190 hidraw_dispatch(struct record_context *ctx, int fd, void *data)
2200 dispatch_sources(struct record_context *ctx)
2221 mainloop(struct record_context *ctx)
2400 init_device(struct record_context *ctx, const char *path, bool grab)
2476 init_libinput(struct record_context *ctx)
2510 init_hidraw(struct record_context *ctx)
2679 struct record_context ctx = {