Searched refs:ret_code (Results 1 – 4 of 4) sorted by relevance
/system/core/libbacktrace/ |
D | BacktraceOffline.cpp | 692 int32_t ret_code = OpenArchive(apk_file.c_str(), &handle); in OpenEmbeddedElfFile() local 693 if (ret_code != 0) { in OpenEmbeddedElfFile() 695 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code)); in OpenEmbeddedElfFile() 700 ret_code = FindEntry(handle, ZipString(elf_file.c_str()), &zentry); in OpenEmbeddedElfFile() 701 if (ret_code != 0) { in OpenEmbeddedElfFile() 703 ErrorCodeString(ret_code)); in OpenEmbeddedElfFile()
|
/system/bt/stack/gatt/ |
D | gatt_sr.c | 257 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp() local 297 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg); in gatt_sr_process_app_rsp() 302 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE); in gatt_sr_process_app_rsp() 308 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d", ret_code); in gatt_sr_process_app_rsp() 310 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.c | 415 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported() local 423 ret_code = BTA_AV_RSP_IMPL_STBL; in bta_av_op_supported() 430 ret_code = BTA_AV_RSP_ACCEPT; in bta_av_op_supported() 436 ret_code = BTA_AV_RSP_INTERIM; in bta_av_op_supported() 442 return ret_code; in bta_av_op_supported()
|