Searched refs:tbs_rc (Results 1 – 1 of 1) sorted by relevance
117 TBS_RESULT tbs_rc; in tcti_tbs_receive() local149 tbs_rc = Tbsip_Submit_Command (tcti_tbs->hContext, in tcti_tbs_receive()156 if (tbs_rc != TBS_SUCCESS) { in tcti_tbs_receive()157 LOG_ERROR ("Failed to submit command to TBS with error: 0x%x", tbs_rc); in tcti_tbs_receive()192 TBS_RESULT tbs_rc; in tcti_tbs_finalize() local203 tbs_rc = Tbsip_Context_Close (tcti_tbs->hContext); in tcti_tbs_finalize()204 if (tbs_rc != TBS_SUCCESS) { in tcti_tbs_finalize()205 LOG_WARNING ("Failed to close context with TBS error: 0x%x", tbs_rc); in tcti_tbs_finalize()215 TBS_RESULT tbs_rc; in tcti_tbs_cancel() local219 tbs_rc = Tbsip_Cancel_Commands (tcti_tbs->hContext); in tcti_tbs_cancel()[all …]