Home | History | Annotate | Download | only in camera

Lines Matching refs:rc

488     status_t rc = NO_ERROR;
510 rc = setHistogram(1);
514 rc = setHistogram(0);
519 rc = NO_ERROR;
567 rc = NO_ERROR;
576 rc = NO_ERROR;
583 return rc;
1159 ALOGE("%s: Failed to Check MM_CAMERA_PARM_INFORM_STARTPRVIEW, rc %d", __func__, ret);
1658 int frm_num = 1, rc = 0;
1692 rc = cam_config_set_parm(mCameraId, MM_CAMERA_PARM_LG_CAF_LOCK, NULL);
1693 if(rc<0)
1695 ALOGE("%s: Failed to Check MM_CAMERA_PARM_LG_CAF_LOCK, rc %d", __func__, rc);
1972 int rc = 0;
1974 if(!rc ) {
2338 int rc = 0;
2354 rc = ioctl(p_camera_memory->main_ion_fd[cnt], ION_IOC_ALLOC, &p_camera_memory->alloc[cnt]);
2355 if (rc < 0) {
2361 rc = ioctl(p_camera_memory->main_ion_fd[cnt], ION_IOC_SHARE, &p_camera_memory->ion_info_fd[cnt]);
2362 if (rc < 0) {
2382 int rc = 0;
2390 return rc;
2395 int rc = 0;
2411 rc = ioctl(p_camera_memory->main_ion_fd[cnt], ION_IOC_ALLOC, &p_camera_memory->alloc[cnt]);
2412 if (rc < 0) {
2418 rc = ioctl(p_camera_memory->main_ion_fd[cnt], ION_IOC_SHARE, &p_camera_memory->ion_info_fd[cnt]);
2419 if (rc < 0) {
2439 int rc = 0;
2444 rc = ioctl(ion_fd, ION_IOC_CUSTOM, &data);
2445 if (rc < 0)
2450 return rc;
2456 int rc = 0;
2464 return rc;
2479 int rc = 0;
2490 rc = -1;
2491 rc;
2517 rc = -1;
2518 return rc;
2526 rc = allocate_ion_memory(heap, i, ((0x1 << CAMERA_ZSL_ION_HEAP_ID) |
2529 rc = allocate_ion_memory(heap, i, ((0x1 << CAMERA_ION_HEAP_ID) |
2532 if (rc < 0) {
2542 rc = -1;
2552 rc = -1;
2611 if( rc < 0) {
2614 return rc;
2619 int rc = 0;
2645 return rc;
2760 bool rc = false;
2790 rc = true;
2798 return rc;