Lines Matching refs:CHECKIF
115 CHECKIF(ep == NULL) { in bt_bap_ep_get_info()
121 CHECKIF(info == NULL) { in bt_bap_ep_get_info()
429 CHECKIF(stream == NULL) { in bt_bap_stream_get_tx_sync()
435 CHECKIF(info == NULL) { in bt_bap_stream_get_tx_sync()
605 CHECKIF(conn == NULL || stream == NULL || codec_cfg == NULL || ep == NULL) { in bt_bap_stream_config()
652 CHECKIF(conn == NULL) { in bt_bap_stream_qos()
657 CHECKIF(group == NULL) { in bt_bap_stream_qos()
762 CHECKIF(stream == NULL || stream->ep == NULL || stream->conn == NULL) { in bt_bap_stream_reconfig()
767 CHECKIF(codec_cfg == NULL) { in bt_bap_stream_reconfig()
811 CHECKIF(stream == NULL || stream->ep == NULL || stream->conn == NULL) { in bt_bap_stream_connect()
846 CHECKIF(stream == NULL || stream->ep == NULL || stream->conn == NULL) { in bt_bap_stream_start()
886 CHECKIF(stream == NULL || stream->ep == NULL || stream->conn == NULL) { in bt_bap_stream_metadata()
891 CHECKIF((meta == NULL && meta_len != 0U) || (meta != NULL && meta_len == 0U)) { in bt_bap_stream_metadata()
933 CHECKIF(stream == NULL || stream->ep == NULL || stream->conn == NULL) { in bt_bap_stream_disable()
975 CHECKIF(stream == NULL || stream->ep == NULL || stream->conn == NULL) { in bt_bap_stream_release()