Go to the source code of this file.
| static THREAD_FUNC_PREFIX hdhomerun_debug_thread_execute | ( | void * | arg | ) | [static] |
| struct hdhomerun_debug_t* hdhomerun_debug_create | ( | void | ) | [read] |
Definition at line 81 of file hdhomerun_debug.c.
| static void hdhomerun_debug_close_file | ( | struct hdhomerun_debug_t * | dbg | ) | [static] |
Definition at line 103 of file hdhomerun_debug.c.
Referenced by hdhomerun_debug_destroy(), hdhomerun_debug_disable(), and hdhomerun_debug_set_filename().
| static void hdhomerun_debug_close_sock | ( | struct hdhomerun_debug_t * | dbg | ) | [static] |
Definition at line 114 of file hdhomerun_debug.c.
Referenced by hdhomerun_debug_destroy(), hdhomerun_debug_disable(), and hdhomerun_debug_set_filename().
| void hdhomerun_debug_destroy | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 124 of file hdhomerun_debug.c.
| void hdhomerun_debug_set_prefix | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | prefix | |||
| ) |
Definition at line 139 of file hdhomerun_debug.c.
| void hdhomerun_debug_set_filename | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | filename | |||
| ) |
Definition at line 155 of file hdhomerun_debug.c.
| void hdhomerun_debug_enable | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 184 of file hdhomerun_debug.c.
| void hdhomerun_debug_disable | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 193 of file hdhomerun_debug.c.
| bool_t hdhomerun_debug_enabled | ( | struct hdhomerun_debug_t * | dbg | ) |
Definition at line 204 of file hdhomerun_debug.c.
Referenced by hdhomerun_device_debug_print_video_stats().
| void hdhomerun_debug_flush | ( | struct hdhomerun_debug_t * | dbg, | |
| uint64_t | timeout | |||
| ) |
Definition at line 213 of file hdhomerun_debug.c.
| void hdhomerun_debug_printf | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 230 of file hdhomerun_debug.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_create(), hdhomerun_control_get_device_id(), hdhomerun_control_get_device_ip(), hdhomerun_control_get_local_addr(), hdhomerun_control_get_set(), hdhomerun_control_recv_sock(), hdhomerun_control_send_recv_internal(), hdhomerun_control_send_sock(), hdhomerun_control_upgrade(), hdhomerun_device_create(), hdhomerun_device_debug_print_video_stats(), hdhomerun_device_get_video_sock(), hdhomerun_device_selector_add_device(), hdhomerun_device_selector_choose_test(), hdhomerun_device_selector_create(), hdhomerun_device_selector_load_from_windows_registry(), hdhomerun_video_create(), hdhomerun_video_debug_print_stats(), and hdhomerun_video_get_local_port().
| void hdhomerun_debug_vprintf | ( | struct hdhomerun_debug_t * | dbg, | |
| const char * | fmt, | |||
| va_list | args | |||
| ) |
| static bool_t hdhomerun_debug_output_message_file | ( | struct hdhomerun_debug_t * | dbg, | |
| struct hdhomerun_debug_message_t * | message | |||
| ) | [static] |
| static bool_t hdhomerun_debug_output_message_sock | ( | struct hdhomerun_debug_t * | dbg, | |
| struct hdhomerun_debug_message_t * | message | |||
| ) | [static] |
| static bool_t hdhomerun_debug_output_message | ( | struct hdhomerun_debug_t * | dbg, | |
| struct hdhomerun_debug_message_t * | message | |||
| ) | [static] |
| static void hdhomerun_debug_pop_and_free_message | ( | struct hdhomerun_debug_t * | dbg | ) | [static] |
1.5.5