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

/system/bt/stack/gatt/
H A Dgatt_sr.cc232 tGATT_STATUS ret_code = GATT_SUCCESS; local
263 ret_code = attp_send_sr_msg(p_tcb, p_tcb->sr_cmd.p_rsp_msg);
266 ret_code = gatt_send_error_rsp(p_tcb, status, op_code,
273 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d", ret_code);
275 return ret_code;
/system/bt/bta/av/
H A Dbta_av_act.cc409 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; local
414 ret_code = BTA_AV_RSP_IMPL_STBL;
418 ret_code = BTA_AV_RSP_ACCEPT;
422 ret_code = BTA_AV_RSP_INTERIM;
427 return ret_code;
/system/core/libbacktrace/
H A DBacktraceOffline.cpp817 int32_t ret_code = OpenArchive(apk_file.c_str(), &handle); local
818 if (ret_code != 0) {
820 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code));
825 ret_code = FindEntry(handle, ZipString(elf_file.c_str()), &zentry);
826 if (ret_code != 0) {
828 ErrorCodeString(ret_code));

Completed in 80 milliseconds