/aosp12/packages/apps/LegacyCamera/jni/ |
H A D | feature_mos_jni.cpp | 171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]); in AddFrame() local 189 return ret_code; in AddFrame() 369 int ret_code = 0; in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU() local 381 ret_code = AddFrame(LR, frame_number_LR, gTRS); in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU() 383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS) in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU() 404 gTRS[10] = ret_code; in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU() 422 int ret_code = Mosaic::MOSAIC_RET_OK; in Java_com_android_camera_panorama_Mosaic_setSourceImage() local 445 ret_code = AddFrame(LR, frame_number_LR, gTRS); in Java_com_android_camera_panorama_Mosaic_setSourceImage() 447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS) in Java_com_android_camera_panorama_Mosaic_setSourceImage() 463 gTRS[10] = ret_code; in Java_com_android_camera_panorama_Mosaic_setSourceImage()
|
/aosp12/system/iorap/src/maintenance/ |
H A D | main.cc | 176 int ret_code = 0; in Main() local 178 ret_code = !Compile(std::move(db_path), in Main() 184 ret_code = !Compile(std::move(db_path), std::move(*arg_package), arg_version, params); in Main() 186 ret_code = !Compile(std::move(db_path), params); in Main() 188 return ret_code; in Main()
|
/aosp12/frameworks/base/startop/scripts/iorap/ |
H A D | collector | 180 local ret_code 183 ret_code=$? 185 if [[ $ret_code -eq 0 && x$compilation_filter != x ]]; then 190 verbose_print "query failed ret code $ret_code filter=$compilation_filter" 193 return $ret_code
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | vfio_ccw.h | 29 __u32 ret_code; member 35 __u32 ret_code; member
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | AlignFeatures.cpp | 106 int ret_code = ALIGN_RET_OK; in addFrame() local 140 ret_code = ALIGN_RET_FEW_INLIERS; in addFrame() 189 return ret_code; in addFrame()
|
/aosp12/art/tools/bisection_search/ |
H A D | bisection_search.py | 115 (output, ret_code) = self._test_env.RunCommand( 119 res = self._expected_retcode == ret_code 234 ret_code = None 238 ret_code = call( 241 return ret_code == 0
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
H A D | ipc_helper.h | 152 int32_t ret_code{0}; 158 PDX_SERIALIZABLE_MEMBERS(ResponseHeader, ret_code, recv_len, file_descriptors,
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_sr.cc | 283 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp() local 315 ret_code = attp_send_sr_msg(tcb, sr_res_p->cid, sr_res_p->p_rsp_msg); in gatt_sr_process_app_rsp() 318 ret_code = gatt_send_error_rsp(tcb, sr_res_p->cid, status, op_code, in gatt_sr_process_app_rsp() 325 VLOG(1) << __func__ << " ret_code=" << +ret_code; in gatt_sr_process_app_rsp() 327 return ret_code; in gatt_sr_process_app_rsp()
|
/aosp12/system/extras/pagecache/ |
H A D | pagecache.py | 223 dump, ret_code = AdbUtils.run_adb_shell(args, serial) 224 if ret_code != 0:
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | MosaicFrameProcessor.java | 195 int ret_code = (int) frameData[MOSAIC_RET_CODE_INDEX]; in calculateTranslationRate() local
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | client_channel_factory.cpp | 151 else if (response.ret_code < 0 || response.channels.size() != 1) in Connect()
|
H A D | client_channel.cpp | 201 const int return_code = state->response.ret_code; in SendAndReceive()
|
H A D | service_endpoint.cpp | 646 state->response.ret_code = return_code; in MessageReply()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_act.cc | 419 tBTA_AV_CODE ret_code = AVRC_RSP_NOT_IMPL; in bta_av_op_supported() local 424 ret_code = AVRC_RSP_IMPL_STBL; in bta_av_op_supported() 428 ret_code = AVRC_RSP_ACCEPT; in bta_av_op_supported() 432 ret_code = AVRC_RSP_INTERIM; in bta_av_op_supported() 437 return ret_code; in bta_av_op_supported()
|