Home
last modified time | relevance | path

Searched refs:out_total_count (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/media/
H A DMediaRoster.cpp1728 int32 * out_total_count, media_type filter_type) in GetFreeInputsFor() argument
1741 if (out_free_inputs == NULL || out_total_count == NULL) in GetFreeInputsFor()
1748 *out_total_count = 0; in GetFreeInputsFor()
1771 *out_total_count += 1; in GetFreeInputsFor()
1789 int32* out_total_count) in GetConnectedInputsFor() argument
1794 if (out_active_inputs == NULL || out_total_count == NULL) in GetConnectedInputsFor()
1801 *out_total_count = 0; in GetConnectedInputsFor()
1815 *out_total_count += 1; in GetConnectedInputsFor()
1832 int32 buf_num_inputs, int32* out_total_count) in GetAllInputsFor() argument
1837 if (out_inputs == NULL || out_total_count == NULL) in GetAllInputsFor()
[all …]