Searched defs:ret_code (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_sr.c257 tGATT_STATUS ret_code = GATT_SUCCESS; local
297 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg);
302 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE);
308 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d", ret_code);
310 return ret_code;
/system/bt/bta/av/
H A Dbta_av_act.c415 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; local
423 ret_code = BTA_AV_RSP_IMPL_STBL;
430 ret_code = BTA_AV_RSP_ACCEPT;
436 ret_code = BTA_AV_RSP_INTERIM;
442 return ret_code;
/system/core/libbacktrace/
H A DBacktraceOffline.cpp692 int32_t ret_code = OpenArchive(apk_file.c_str(), &handle); local
693 if (ret_code != 0) {
695 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code));
700 ret_code = FindEntry(handle, ZipString(elf_file.c_str()), &zentry);
701 if (ret_code != 0) {
703 ErrorCodeString(ret_code));

Completed in 143 milliseconds