Searched refs:ret_code (Results 1 – 4 of 4) sorted by relevance
/system/core/libbacktrace/ |
D | BacktraceOffline.cpp | 817 int32_t ret_code = OpenArchive(apk_file.c_str(), &handle); in OpenEmbeddedElfFile() local 818 if (ret_code != 0) { in OpenEmbeddedElfFile() 820 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code)); in OpenEmbeddedElfFile() 825 ret_code = FindEntry(handle, ZipString(elf_file.c_str()), &zentry); in OpenEmbeddedElfFile() 826 if (ret_code != 0) { in OpenEmbeddedElfFile() 828 ErrorCodeString(ret_code)); in OpenEmbeddedElfFile()
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 232 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp() local 263 ret_code = attp_send_sr_msg(p_tcb, p_tcb->sr_cmd.p_rsp_msg); in gatt_sr_process_app_rsp() 266 ret_code = gatt_send_error_rsp(p_tcb, status, op_code, in gatt_sr_process_app_rsp() 273 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d", ret_code); in gatt_sr_process_app_rsp() 275 return ret_code; in gatt_sr_process_app_rsp()
|
/system/extras/pagecache/ |
D | pagecache.py | 223 dump, ret_code = AdbUtils.run_adb_shell(args, serial) 224 if ret_code != 0:
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 409 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported() local 414 ret_code = BTA_AV_RSP_IMPL_STBL; in bta_av_op_supported() 418 ret_code = BTA_AV_RSP_ACCEPT; in bta_av_op_supported() 422 ret_code = BTA_AV_RSP_INTERIM; in bta_av_op_supported() 427 return ret_code; in bta_av_op_supported()
|