Lines Matching refs:CHECKIF
271 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_get_val()
276 CHECKIF(data == NULL) { in bt_audio_codec_cfg_get_val()
291 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_set_val()
296 CHECKIF(data == NULL) { in bt_audio_codec_cfg_set_val()
301 CHECKIF(data_len == 0U || data_len > UINT8_MAX) { in bt_audio_codec_cfg_set_val()
322 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_unset_val()
343 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_get_freq()
388 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_get_frame_dur()
436 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_get_chan_allocation()
441 CHECKIF(chan_allocation == NULL) { in bt_audio_codec_cfg_get_chan_allocation()
488 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_get_octets_per_frame()
524 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_get_frame_blocks_per_sdu()
569 CHECKIF(meta == NULL) { in codec_meta_get_val()
574 CHECKIF(data == NULL) { in codec_meta_get_val()
588 CHECKIF(meta == NULL) { in codec_meta_set_val()
593 CHECKIF(data == NULL && data_len != 0) { in codec_meta_set_val()
598 CHECKIF(data_len > UINT8_MAX) { in codec_meta_set_val()
613 CHECKIF(meta == NULL) { in codec_meta_unset_val()
628 CHECKIF(meta == NULL) { in codec_meta_get_pref_context()
650 CHECKIF(meta == NULL) { in codec_meta_set_pref_context()
671 CHECKIF(meta == NULL) { in codec_meta_get_stream_context()
693 CHECKIF(meta == NULL) { in codec_meta_set_stream_context()
715 CHECKIF(meta == NULL) { in codec_meta_get_program_info()
720 CHECKIF(program_info == NULL) { in codec_meta_get_program_info()
738 CHECKIF(meta == NULL) { in codec_meta_set_program_info()
743 CHECKIF(program_info == NULL) { in codec_meta_set_program_info()
757 CHECKIF(meta == NULL) { in codec_meta_get_lang()
762 CHECKIF(lang == NULL) { in codec_meta_get_lang()
784 CHECKIF(meta == NULL) { in codec_meta_set_lang()
789 CHECKIF(lang == NULL) { in codec_meta_set_lang()
804 CHECKIF(meta == NULL) { in codec_meta_get_ccid_list()
809 CHECKIF(ccid_list == NULL) { in codec_meta_get_ccid_list()
827 CHECKIF(meta == NULL) { in codec_meta_set_ccid_list()
832 CHECKIF(ccid_list == NULL) { in codec_meta_set_ccid_list()
846 CHECKIF(meta == NULL) { in codec_meta_get_parental_rating()
868 CHECKIF(meta == NULL) { in codec_meta_set_parental_rating()
890 CHECKIF(meta == NULL) { in codec_meta_get_program_info_uri()
895 CHECKIF(program_info_uri == NULL) { in codec_meta_get_program_info_uri()
914 CHECKIF(meta == NULL) { in codec_meta_set_program_info_uri()
919 CHECKIF(program_info_uri == NULL) { in codec_meta_set_program_info_uri()
934 CHECKIF(meta == NULL) { in codec_meta_get_audio_active_state()
956 CHECKIF(meta == NULL) { in codec_meta_set_audio_active_state()
976 CHECKIF(meta == NULL) { in codec_meta_get_bcast_audio_immediate_rend_flag()
988 CHECKIF(meta == NULL) { in codec_meta_set_bcast_audio_immediate_rend_flag()
1002 CHECKIF(meta == NULL) { in codec_meta_get_assisted_listening_stream()
1026 CHECKIF(meta == NULL) { in codec_meta_set_assisted_listening_stream()
1049 CHECKIF(meta == NULL) { in codec_meta_get_broadcast_name()
1054 CHECKIF(broadcast_name == NULL) { in codec_meta_get_broadcast_name()
1072 CHECKIF(meta == NULL) { in codec_meta_set_broadcast_name()
1077 CHECKIF(broadcast_name == NULL) { in codec_meta_set_broadcast_name()
1092 CHECKIF(meta == NULL) { in codec_meta_get_extended()
1097 CHECKIF(extended_meta == NULL) { in codec_meta_get_extended()
1115 CHECKIF(meta == NULL) { in codec_meta_set_extended()
1120 CHECKIF(extended == NULL) { in codec_meta_set_extended()
1134 CHECKIF(meta == NULL) { in codec_meta_get_vendor()
1139 CHECKIF(vendor_meta == NULL) { in codec_meta_get_vendor()
1157 CHECKIF(meta == NULL) { in codec_meta_set_vendor()
1162 CHECKIF(vendor == NULL) { in codec_meta_set_vendor()
1175 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_val()
1189 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_set_val()
1208 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_unset_val()
1227 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_pref_context()
1257 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_stream_context()
1282 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_program_info()
1308 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_lang()
1333 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_ccid_list()
1357 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_parental_rating()
1382 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_program_info_uri()
1409 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_audio_active_state()
1434 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_bcast_audio_immediate_rend_flag()
1459 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_assisted_listening_stream()
1484 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_extended()
1510 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_vendor()
1535 CHECKIF(codec_cfg == NULL) { in bt_audio_codec_cfg_meta_get_broadcast_name()
1564 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_val()
1578 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_set_val()
1597 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_unset_val()
1613 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_pref_context()
1637 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_stream_context()
1662 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_program_info()
1688 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_lang()
1713 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_ccid_list()
1737 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_parental_rating()
1762 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_program_info_uri()
1789 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_audio_active_state()
1814 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_bcast_audio_immediate_rend_flag()
1839 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_assisted_listening_stream()
1864 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_extended()
1890 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_vendor()
1915 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_meta_get_broadcast_name()
1957 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_get_val()
1962 CHECKIF(data == NULL) { in bt_audio_codec_cap_get_val()
1977 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_set_val()
1982 CHECKIF(data == NULL) { in bt_audio_codec_cap_set_val()
1987 CHECKIF(data_len == 0U || data_len > UINT8_MAX) { in bt_audio_codec_cap_set_val()
2008 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_unset_val()
2028 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_get_freq()
2050 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_set_freq()
2071 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_get_frame_dur()
2093 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_set_frame_dur()
2133 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_get_supported_audio_chan_counts()
2159 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_set_supported_audio_chan_counts()
2182 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_get_octets_per_frame()
2187 CHECKIF(codec_frame == NULL) { in bt_audio_codec_cap_get_octets_per_frame()
2213 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_set_octets_per_frame()
2218 CHECKIF(codec_frame == NULL) { in bt_audio_codec_cap_set_octets_per_frame()
2241 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_get_max_codec_frames_per_sdu()
2266 CHECKIF(codec_cap == NULL) { in bt_audio_codec_cap_set_max_codec_frames_per_sdu()