Go to the source code of this file.
| struct hdhomerun_device_selector_t* hdhomerun_device_selector_create | ( | struct hdhomerun_debug_t * | dbg | ) | [read] |
Definition at line 41 of file hdhomerun_device_selector.c.
| void hdhomerun_device_selector_destroy | ( | struct hdhomerun_device_selector_t * | hds, | |
| bool_t | destroy_devices | |||
| ) |
Definition at line 54 of file hdhomerun_device_selector.c.
| LIBTYPE int hdhomerun_device_selector_get_device_count | ( | struct hdhomerun_device_selector_t * | hds | ) |
Definition at line 71 of file hdhomerun_device_selector.c.
| void hdhomerun_device_selector_add_device | ( | struct hdhomerun_device_selector_t * | hds, | |
| struct hdhomerun_device_t * | hd | |||
| ) |
Definition at line 76 of file hdhomerun_device_selector.c.
Referenced by hdhomerun_device_selector_load_from_file(), and hdhomerun_device_selector_load_from_windows_registry().
| void hdhomerun_device_selector_remove_device | ( | struct hdhomerun_device_selector_t * | hds, | |
| struct hdhomerun_device_t * | hd | |||
| ) |
Definition at line 95 of file hdhomerun_device_selector.c.
| struct hdhomerun_device_t* hdhomerun_device_selector_find_device | ( | struct hdhomerun_device_selector_t * | hds, | |
| uint32_t | device_id, | |||
| unsigned int | tuner_index | |||
| ) | [read] |
Definition at line 120 of file hdhomerun_device_selector.c.
| int hdhomerun_device_selector_load_from_file | ( | struct hdhomerun_device_selector_t * | hds, | |
| char * | filename | |||
| ) |
Definition at line 137 of file hdhomerun_device_selector.c.
| int hdhomerun_device_selector_load_from_windows_registry | ( | struct hdhomerun_device_selector_t * | hds, | |
| wchar_t * | wsource | |||
| ) |
Definition at line 163 of file hdhomerun_device_selector.c.
| static bool_t hdhomerun_device_selector_choose_test | ( | struct hdhomerun_device_selector_t * | hds, | |
| struct hdhomerun_device_t * | test_hd | |||
| ) | [static] |
Definition at line 220 of file hdhomerun_device_selector.c.
Referenced by hdhomerun_device_selector_choose_and_lock().
| struct hdhomerun_device_t* hdhomerun_device_selector_choose_and_lock | ( | struct hdhomerun_device_selector_t * | hds, | |
| struct hdhomerun_device_t * | prefered | |||
| ) | [read] |
Definition at line 324 of file hdhomerun_device_selector.c.
1.6.3