/build/core/ |
legacy_prebuilts.mk | 48 init.goldfish.rc \ 50 init.olympus.rc \ 51 init.sholes.rc \ 52 init.stingray.rc \ 85 ueventd.goldfish.rc \ 86 ueventd.olympus.rc \ 87 ueventd.stingray.rc \
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2Factory.cpp | 131 int rc; local 138 rc = QCamera2HardwareInterface::getCapabilities(camera_id, info); 140 return rc; 159 int rc = NO_ERROR; local 168 rc = hw->openCamera(hw_device); 169 if (rc != NO_ERROR) { 172 return rc;
|
QCamera2HWI.cpp | 99 int rc = NO_ERROR; local 108 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window); 109 if (rc == NO_ERROR) { 111 rc = hw->m_apiResult.status; 115 return rc; 155 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); local 156 if (rc == NO_ERROR) { 182 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type); local 183 if (rc == NO_ERROR) { 209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type) local 701 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); local 995 int rc = NO_ERROR; local 1036 int32_t rc = m_postprocessor.init(jpegEvtHandle, this); local 1080 int rc = NO_ERROR; local 1124 int rc = NO_ERROR; local 1199 int rc = NO_ERROR; local 1351 int rc = NO_ERROR; local 1439 int rc = NO_ERROR; local 1625 int32_t rc = NO_ERROR; local 1695 int32_t rc = NO_ERROR; local 1740 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); local 1767 int32_t rc = UNKNOWN_ERROR; local 1790 int rc = NO_ERROR; local 1863 int rc = NO_ERROR; local 1907 int rc = NO_ERROR; local 2029 int rc = NO_ERROR; local 2054 int rc = NO_ERROR; local 2122 int rc = NO_ERROR; local 2154 int rc = NO_ERROR; local 2313 int rc = NO_ERROR; local 2698 int32_t rc = NO_ERROR; local 2734 int32_t rc = NO_ERROR; local 2797 int32_t rc = NO_ERROR; local 2848 int32_t rc = NO_ERROR; local 2896 int32_t rc = NO_ERROR; local 2954 int32_t rc = NO_ERROR; local 3037 int32_t rc = NO_ERROR; local 3111 int32_t rc = NO_ERROR; local 3161 int32_t rc = NO_ERROR; local 3256 int32_t rc = NO_ERROR; local 3323 int32_t rc = UNKNOWN_ERROR; local 3388 int32_t rc = UNKNOWN_ERROR; local 3410 int32_t rc = UNKNOWN_ERROR; local 3431 int32_t rc = NO_ERROR; local 3882 int rc = mParameters.commitParameters(); local 4037 int32_t rc = NO_ERROR; local [all...] |
QCameraChannel.cpp | 163 int32_t rc = NO_ERROR; local 179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata); 180 if (rc == 0) { 186 return rc; 202 int32_t rc = NO_ERROR; local 209 rc = m_camOps->get_bundle_info(m_camHandle, m_handle, &bundleInfo); 210 if (rc != NO_ERROR) { 212 return rc; 228 rc = pStream->setParameter(param); 229 if (rc != NO_ERROR) 271 int32_t rc = NO_ERROR; local 298 int32_t rc = NO_ERROR; local 331 int32_t rc = NO_ERROR; local 455 int32_t rc = m_camOps->request_super_buf(m_camHandle, local 474 int32_t rc = m_camOps->cancel_super_buf_request(m_camHandle, m_handle); local 549 int32_t rc = pVideoStream->bufDone(opaque, isMetaData); local 622 int32_t rc = 0; local 733 int32_t rc = 0; local 806 int32_t rc = 0; local [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Factory.cpp | 133 int rc; local 141 rc = QCamera3HardwareInterface::getCamInfo(camera_id, info); 143 return rc; 162 int rc = NO_ERROR; local 171 rc = hw->openCamera(hw_device); 172 if (rc != 0) { 175 return rc;
|
QCamera3Stream.cpp | 199 int rc = mCamOps->unmap_stream_buf(mCamHandle, local 201 if (rc < 0) { 238 int32_t rc = OK; local 244 rc = UNKNOWN_ERROR; 252 rc = -ENOMEM; 255 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false); 256 if (rc < 0) { 258 rc = -ENOMEM; 282 rc = mCamOps->map_stream_buf(mCamHandle, 285 if (rc < 0) 339 int32_t rc = 0; local 357 int32_t rc = 0; local 378 int32_t rc = mProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); local 494 mm_camera_buf_def_t *rc = NULL; local 523 int32_t rc = NO_ERROR; local 558 int rc = NO_ERROR; local 643 int rc = NO_ERROR; local 851 int32_t rc = NO_ERROR; local [all...] |
/device/asus/flo/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 170 int32_t rc = NO_ERROR; local 173 return rc; 176 rc = sendCmd(CAMERA_CMD_TYPE_EXIT, 0, 1); 177 if (NO_ERROR != rc) { 178 ALOGE("%s: Error during exit, rc = %d", __func__, rc); 179 return rc; 187 return rc;
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCamera2Factory.cpp | 131 int rc; local 138 rc = QCamera2HardwareInterface::getCapabilities(camera_id, info); 140 return rc; 159 int rc = NO_ERROR; local 168 rc = hw->openCamera(hw_device); 169 if (rc != NO_ERROR) { 172 return rc;
|
QCamera2HWI.cpp | 99 int rc = NO_ERROR; local 108 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window); 109 if (rc == NO_ERROR) { 111 rc = hw->m_apiResult.status; 115 return rc; 155 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); local 156 if (rc == NO_ERROR) { 182 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type); local 183 if (rc == NO_ERROR) { 209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type) local 701 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); local 995 int rc = NO_ERROR; local 1036 int32_t rc = m_postprocessor.init(jpegEvtHandle, this); local 1080 int rc = NO_ERROR; local 1124 int rc = NO_ERROR; local 1199 int rc = NO_ERROR; local 1351 int rc = NO_ERROR; local 1439 int rc = NO_ERROR; local 1625 int32_t rc = NO_ERROR; local 1695 int32_t rc = NO_ERROR; local 1740 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); local 1767 int32_t rc = UNKNOWN_ERROR; local 1790 int rc = NO_ERROR; local 1863 int rc = NO_ERROR; local 1907 int rc = NO_ERROR; local 2029 int rc = NO_ERROR; local 2054 int rc = NO_ERROR; local 2122 int rc = NO_ERROR; local 2154 int rc = NO_ERROR; local 2313 int rc = NO_ERROR; local 2698 int32_t rc = NO_ERROR; local 2734 int32_t rc = NO_ERROR; local 2797 int32_t rc = NO_ERROR; local 2848 int32_t rc = NO_ERROR; local 2896 int32_t rc = NO_ERROR; local 2954 int32_t rc = NO_ERROR; local 3037 int32_t rc = NO_ERROR; local 3111 int32_t rc = NO_ERROR; local 3161 int32_t rc = NO_ERROR; local 3256 int32_t rc = NO_ERROR; local 3323 int32_t rc = UNKNOWN_ERROR; local 3388 int32_t rc = UNKNOWN_ERROR; local 3410 int32_t rc = UNKNOWN_ERROR; local 3431 int32_t rc = NO_ERROR; local 3882 int rc = mParameters.commitParameters(); local 4037 int32_t rc = NO_ERROR; local [all...] |
QCameraChannel.cpp | 163 int32_t rc = NO_ERROR; local 179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata); 180 if (rc == 0) { 186 return rc; 202 int32_t rc = NO_ERROR; local 209 rc = m_camOps->get_bundle_info(m_camHandle, m_handle, &bundleInfo); 210 if (rc != NO_ERROR) { 212 return rc; 228 rc = pStream->setParameter(param); 229 if (rc != NO_ERROR) 271 int32_t rc = NO_ERROR; local 298 int32_t rc = NO_ERROR; local 331 int32_t rc = NO_ERROR; local 455 int32_t rc = m_camOps->request_super_buf(m_camHandle, local 474 int32_t rc = m_camOps->cancel_super_buf_request(m_camHandle, m_handle); local 549 int32_t rc = pVideoStream->bufDone(opaque, isMetaData); local 622 int32_t rc = 0; local 733 int32_t rc = 0; local 806 int32_t rc = 0; local [all...] |
/device/lge/hammerhead/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 190 int32_t rc = NO_ERROR; local 193 return rc; 196 rc = sendCmd(CAMERA_CMD_TYPE_EXIT, 0, 1); 197 if (NO_ERROR != rc) { 198 ALOGE("%s: Error during exit, rc = %d", __func__, rc); 199 return rc; 207 return rc;
|
/device/moto/shamu/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 190 int32_t rc = NO_ERROR; local 193 return rc; 196 rc = sendCmd(CAMERA_CMD_TYPE_EXIT, 0, 1); 197 if (NO_ERROR != rc) { 198 ALOGE("%s: Error during exit, rc = %d", __func__, rc); 199 return rc; 207 return rc;
|
/external/chromium_org/third_party/libusb/src/msvc/ |
missing.c | 39 LONG rc; local 50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey); 51 if (rc != ERROR_SUCCESS) { 52 usbi_dbg("Failed to open registry key for getenv with error %d", rc); 58 rc = RegQueryValueEx(hkey, wName, NULL, &dwType, 61 if (rc != ERROR_SUCCESS) { 62 usbi_dbg("Failed to read registry key value for getenv with error %d", rc);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_quantize.c | 26 const int rc = 0; local 27 const int coeff = coeff_ptr[rc]; 33 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); 35 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign; 36 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr; 51 const int rc = 0; local 52 const int coeff = coeff_ptr[rc]; 57 (clamp(abs_coeff + round_ptr[rc != 0], INT32_MIN, INT32_MAX) * 59 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign 72 const int rc = 0; local 98 const int rc = 0; local 138 const int rc = scan[i]; local 181 const int rc = scan[i]; local 223 const int rc = scan[i]; local 267 const int rc = scan[i]; local 310 const int rc = scan[i]; local 322 const int rc = scan[i]; local 364 const int rc = scan[i]; local 376 const int rc = scan[i]; local 422 const int rc = scan[i]; local 434 const int rc = scan[idx_arr[i]]; local 481 const int rc = scan[i]; local 493 const int rc = scan[idx_arr[i]]; local [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
BitReaderBuffer.java | 20 int rc; 22 rc = (v << (position % 8) & 0xFF) >> ((position % 8) + (left - i)); 27 rc = readBits(now); 28 rc = rc << then; 29 rc += readBits(then); 32 return rc;
|
/external/oprofile/opjitconv/ |
conversion.c | 46 int rc= OP_JIT_CONV_OK; local 56 if ((rc = parse_all(jitdump, jitdump + file_info.dmp_file_stat.st_size, 61 if ((rc = resolve_overlaps(start_time)) == OP_JIT_CONV_FAIL) 69 rc = OP_JIT_CONV_FAIL; 75 if ((rc = partition_sections()) == OP_JIT_CONV_FAIL) 78 if ((rc = fill_sections()) == OP_JIT_CONV_FAIL) 90 return rc;
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 123 int rc = 0; local 130 rc = ioctl(my_obj->fd, MSM_CAM_V4L2_IOCTL_PRIVATE_G_CTRL, &v4l2_ioctl); 131 if (rc) { 133 return rc; 137 CDBG("%s: inst handle = %x rc = %d\n", __func__, 138 my_obj->inst_hdl, rc); 139 return rc; 199 int32_t idx = -1, i, rc; local 218 rc = mm_stream_read_msm_frame(my_obj, &buf_info); 219 if (rc != 0) 351 int32_t rc = -1; local 392 int32_t rc = 0; local 449 int32_t rc = 0; local 490 int32_t rc = 0; local 536 int32_t rc = 0; local 573 int32_t rc = 0; local 639 int32_t rc = 0; local 675 int32_t rc = 0; local 708 int32_t rc = 0; local 727 int32_t rc; local 753 int32_t rc; local 779 int32_t rc; local 828 int32_t idx = -1, rc = 0; local 880 int32_t rc = 0; local 898 int32_t rc = 0; local 918 int32_t rc = 0; local 944 int32_t rc = 0; local 960 int32_t rc = 0; local 987 int32_t rc = 0; local 1003 int32_t rc = 0; local 1028 int32_t rc = 0; local 1043 int32_t i, rc = 0; local 1065 int32_t rc = 0; local 1173 int32_t i, rc = 0, j; local 1287 int32_t rc = 0, i; local 1332 int32_t rc = 0; local 1363 int32_t i, rc = 0,reg = 0; local 1404 int32_t rc = 0; local 1430 int32_t rc = 0; local 1479 int32_t rc = 0; local 1501 int32_t rc = 0; local 1508 int32_t rc = 0; local 1549 int32_t rc = -1; local [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 80 int rc = 0; local 96 rc = -1; 104 return rc; 124 int rc = MM_CAMERA_OK; local 136 return rc; 142 int rc = MM_CAMERA_OK; local 153 return rc; 158 int rc = MM_CAMERA_OK; local 165 return rc; 170 int rc = MM_CAMERA_OK local 194 int rc; local 234 int rc = -1; local 361 int rc; local 426 int rc; local 469 int rc = MM_CAMERA_OK; local 511 int rc = MM_CAMERA_OK; local 535 int rc = MM_CAMERA_OK; local 567 int rc = MM_CAMERA_OK; local 606 int rc = MM_CAMERA_OK; local 644 int rc = MM_CAMERA_OK; local 681 int rc = MM_CAMERA_OK; local 738 int rc = MM_CAMERA_OK; local 778 int rc = MM_CAMERA_OK; local 820 int rc = MM_CAMERA_OK; local 864 int rc; local 900 int rc = 0; local 945 int rc = 0; local 967 int rc = 0; local 1002 int rc; local 1031 int rc = MM_CAMERA_OK; local 1053 int rc; local 1082 int rc = MM_CAMERA_OK; local 1128 int rc = 0; local 1176 int rc = 0; local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
vdbeblob.c | 54 int rc; /* Error code */ local 65 rc = sqlite3_step(p->pStmt); 66 if( rc==SQLITE_ROW ){ 72 rc = SQLITE_ERROR; 85 if( rc==SQLITE_ROW ){ 86 rc = SQLITE_OK; 88 rc = sqlite3_finalize(p->pStmt); 90 if( rc==SQLITE_OK ){ 92 rc = SQLITE_ERROR; 98 assert( rc!=SQLITE_OK || zErr==0 ) 153 int rc = SQLITE_OK; local 336 int rc; local 361 int rc; local 437 int rc; local [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3Factory.cpp | 188 int rc; local 196 rc = QCamera3HardwareInterface::getCamInfo(camera_id, info); 198 return rc; 216 int rc = NO_ERROR; local 218 return rc; 237 int rc = NO_ERROR; local 247 rc = hw->openCamera(hw_device); 248 if (rc != 0) { 251 return rc;
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 122 int rc = 0; local 129 rc = ioctl(my_obj->fd, MSM_CAM_V4L2_IOCTL_PRIVATE_G_CTRL, &v4l2_ioctl); 130 if (rc) { 132 return rc; 137 "image_mode = %d, fd = %d, state = %d, rc = %d", 139 my_obj->ext_image_mode, my_obj->fd, my_obj->state, rc); 140 return rc; 204 int32_t idx = -1, i, rc; local 227 rc = mm_stream_read_msm_frame(my_obj, &buf_info); 228 if (rc != 0) 372 int32_t rc = -1; local 416 int32_t rc = 0; local 475 int32_t rc = 0; local 518 int32_t rc = 0; local 566 int32_t rc = 0; local 605 int32_t rc = 0; local 676 int32_t rc = 0; local 714 int32_t rc = 0; local 749 int32_t rc = 0; local 776 int32_t rc; local 801 int32_t rc; local 830 int32_t rc; local 909 int32_t idx = -1, rc = 0; local 964 int32_t rc = 0; local 986 int32_t rc = 0; local 1009 int32_t rc = 0; local 1038 int32_t rc = 0; local 1057 int32_t rc = 0; local 1087 int32_t rc = 0; local 1106 int32_t rc = 0; local 1134 int32_t rc = 0; local 1153 int32_t i, rc = 0; local 1179 int32_t rc = 0; local 1221 int32_t i, rc = 0, j; local 1339 int32_t rc = 0, i; local 1387 int32_t rc = 0; local 1427 int32_t i, rc = 0,reg = 0; local 1472 int32_t rc = 0; local 1502 int32_t rc = 0; local 1572 int32_t rc = 0; local 1602 int32_t rc = 0; local 1609 int32_t rc = 0; local 1654 int32_t rc = -1; local [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_write.c | 239 int rc = SQLITE_OK; local 256 rc = SQLITE_NOMEM; 258 rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, NULL); 260 assert( rc==SQLITE_OK || pStmt==0 ); 267 for(i=0; rc==SQLITE_OK && i<nParam; i++){ 268 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]); 272 return rc; 282 int rc; /* Return code */ local 286 rc = fts3SqlStmt(pTab, eStmt, &pStmt, 0); 287 if( rc==SQLITE_OK ) 335 int rc; local 364 int rc; \/* Return code *\/ local 394 int rc; local 471 int rc = SQLITE_OK; local 528 int rc; local 604 int rc = sqlite3Fts3PendingTermsFlush(p); local 636 int rc = fts3PendingTermsAdd(p, zText, i-2, &aSz[i-2]); local 664 int rc; \/* Return code *\/ local 718 int rc = SQLITE_OK; \/* Return code *\/ local 747 int rc; local 795 int rc; \/* Return Code *\/ local 859 int rc; \/* Return code *\/ local 924 int rc; \/* Return code from Fts3ReadBlock() *\/ local 1075 int rc = SQLITE_OK; \/* Return code *\/ local 1173 int rc = SQLITE_OK; \/* Return code *\/ local 1244 int rc = SQLITE_OK; \/* Return Code *\/ local 1319 int rc; local 1352 int rc = (pLhs->pOffsetList==0)-(pRhs->pOffsetList==0); local 1437 int rc = fts3SqlStmt(p, SQL_INSERT_SEGMENTS, &pStmt, 0); local 1461 int rc = fts3SqlStmt(p, SQL_INSERT_SEGDIR, &pStmt, 0); local 1507 int rc; local 1646 int rc = SQLITE_OK; local 1721 int rc; local 1758 int rc; local 1849 int rc; \/* Return code *\/ local 1899 int rc; local 1919 int rc; local 1950 int rc; \/* Return Code *\/ local 2049 int rc = fts3SegReaderNext(p, pSeg); local 2063 int rc = SQLITE_OK; local 2225 int rc; \/* Return code *\/ local 2338 int rc; \/* Result code from subfunctions *\/ local 2386 int rc; \/* Result code from subfunctions *\/ local 2447 int rc; \/* Return Code *\/ local 2549 int rc = SQLITE_OK; \/* Return code *\/ local 2636 int rc = SQLITE_OK; \/* Return Code *\/ local 2709 int rc; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
SIRegisterInfo.cpp | 43 SIRegisterInfo::getISARegClass(const TargetRegisterClass * rc) const 45 switch (rc->getID()) { 48 default: return rc;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
thread_lister.c | 53 int rc; local 64 rc = callback(parameter, 1, &pid, ap); 70 return rc;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
thread_lister.c | 53 int rc; local 64 rc = callback(parameter, 1, &pid, ap); 70 return rc;
|