/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voAMRWBEnc.c | 176 Word16 rc[M]; /* Reflection coefficients. */ local 405 Levinson(r_h, r_l, A, rc, st->mem_levinson); /* Levinson Durbin */ [all...] |
/frameworks/base/core/jni/ |
android_hardware_Camera.cpp | 506 status_t rc = Camera::getCameraInfo(cameraId, &cameraInfo); local 507 if (rc != NO_ERROR) { 858 status_t rc = camera->sendCommand(CAMERA_CMD_START_SMOOTH_ZOOM, value, 0); 859 if (rc == BAD_VALUE) { 863 } else if (rc != NO_ERROR) { 899 status_t rc = camera->sendCommand(CAMERA_CMD_ENABLE_SHUTTER_SOUND, value, 0); local 900 if (rc == NO_ERROR) { 902 } else if (rc == PERMISSION_DENIED) { 918 status_t rc = camera->sendCommand(CAMERA_CMD_START_FACE_DETECTION, type, 0); 919 if (rc == BAD_VALUE) [all...] |
android_util_Process.cpp | 204 int rc = read(fd, cmdline, sizeof(cmdline)-1); local 205 cmdline[rc] = 0; 315 int rc = sched_setscheduler(tid, policy, ¶m); local 316 if (rc) { 342 int rc = androidSetThreadPriority(pid, pri); local 343 if (rc != 0) { 344 if (rc == INVALID_OPERATION) {
|
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 804 int rc = mKeyStore.generateKey(name, args, null, 0, outCharacteristics); local 906 int rc = mKeyStore.generateKey(name, args, null, 0, outCharacteristics); local 939 int rc = mKeyStore.generateKey(name, args, null, 0, outCharacteristics); local [all...] |
/frameworks/base/libs/common_time/ |
common_time_server.cpp | 209 int rc, timeout; local 237 rc = poll(pfds, eventCnt, timeout); 246 if (rc < 0) { 251 if (rc == 0) { 405 int rc; local 448 rc = setsockopt(mSocket, SOL_SOCKET, SO_BINDTODEVICE, 450 if (rc) { 467 rc = bind(mSocket, 470 if (rc) { 483 rc = setsockopt(mSocket, IPPROTO_IP, IP_ADD_MEMBERSHIP 550 int rc = ioctl(mSocket, SIOCGIFHWADDR, &ifr); local [all...] |
/frameworks/base/media/java/android/media/ |
RemoteController.java | 550 RcDisplay(RemoteController rc) { 551 mController = new WeakReference<RemoteController>(rc); 556 final RemoteController rc = mController.get(); local 557 if (rc == null) { 562 if (rc.mClientGenerationIdCurrent != genId) { 563 rc.mClientGenerationIdCurrent = genId; 568 sendMsg(rc.mEventHandler, MSG_NEW_PENDING_INTENT, SENDMSG_REPLACE, 572 sendMsg(rc.mEventHandler, MSG_CLIENT_CHANGE, SENDMSG_REPLACE, 578 final RemoteController rc = mController.get(); local 579 if (rc == null) 588 final RemoteController rc = mController.get(); local 614 final RemoteController rc = mController.get(); local 629 final RemoteController rc = mController.get(); local 648 final RemoteController rc = mController.get(); local 666 final RemoteController rc = mController.get(); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.c | 163 ((mvjcost[((r) != rr) * 2 + ((c) != rc)] + \ 164 mvcost[0][((r) - rr)] + mvcost[1][((c) - rc)]) * \ 289 int rc = ref_mv->col; local 388 int rc = ref_mv->col; local [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_ucm.c | 2123 int fd, index = 0, ret = 0, rc = 0; local 2282 int fd, verb_count, index = 0, ret = 0, rc; local [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWICallbacks.cpp | 100 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 101 if (rc != NO_ERROR) { 121 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 122 if (rc != NO_ERROR) { 223 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 224 if (rc != NO_ERROR) { 301 int32_t rc = NO_ERROR; local 348 rc = sendPreviewCallback(pStream, memory, idx); 349 if (NO_ERROR != rc) { 361 rc = NO_INIT 468 int32_t rc = pme->registerFaceImage(main_frame->buffer, &config, faceId); local 609 int32_t rc = pme->sendPreviewCallback(stream, memory, idx); local 644 int32_t rc = NO_ERROR; local 856 int32_t rc = pme->m_cbNotifier.notifyCallback(cbArg); local 1118 int32_t rc = pme->m_cbNotifier.notifyCallback(cbArg); local 1179 int32_t rc = pme->m_cbNotifier.notifyCallback(cbArg); local 1435 int32_t rc = NO_ERROR; local 1547 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1576 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1597 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1621 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1643 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1668 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1688 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1708 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1743 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1800 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local 1829 int32_t rc = pme->processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local [all...] |
QCameraPostProc.cpp | 185 int rc = mJpegHandle.close(mJpegClientHandle); local 186 CDBG_HIGH("%s: Jpeg closed, rc = %d, mJpegClientHandle = %x", 187 __func__, rc, mJpegClientHandle); 215 int32_t rc = NO_ERROR; local 262 rc = mPPChannels[i]->start(); 263 if (rc != 0) { 338 rc = getJpegEncodingConfig(encodeParam, pSnapshotStream, pThumbStream); 339 if (rc != NO_ERROR) { 341 return rc; 345 rc = mJpegHandle.create_session(mJpegClientHandle 682 int rc = m_parent->m_cbNotifier.notifyCallback(cbArg); local 925 int32_t rc = NO_ERROR; local 1366 int rc = unlink(unlinkPath.string()); local 2153 int32_t rc = NO_ERROR; local 2811 int rc = NO_ERROR; local 3069 int32_t rc = NO_ERROR; local [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 210 int32_t rc = NO_ERROR; local 233 rc = pStream->init(streamType, streamFormat, streamDim, streamRotation, 236 if (rc == 0) { 242 return rc; 259 int32_t rc = NO_ERROR; local 269 return rc; 277 rc = m_camOps->start_channel(m_camHandle, m_handle); 279 if (rc != NO_ERROR) { 289 return rc; 306 int32_t rc = NO_ERROR local 392 int32_t rc = NO_ERROR; local 583 int32_t rc = m_postprocessor.init(&mMemory, mPostProcMask); local 602 int32_t rc = m_postprocessor.stop(); local 678 int32_t rc = stream->bufRelease(frameIndex); local 721 int32_t rc = NO_ERROR; local 883 int rc = 0; local 960 int32_t rc = NO_ERROR; local 1031 int32_t rc = NO_ERROR;; local 1062 int32_t rc = 0; local 1114 int rc = 0; local 1193 int32_t rc = NO_ERROR; local 1310 int32_t rc = NO_ERROR; local 1332 int32_t rc = NO_ERROR; local 1372 int32_t rc = NO_ERROR; local 1400 int32_t rc = NO_ERROR; local 1493 int32_t rc; local 1544 int rc; local 1924 int rc; local 1997 int32_t rc; local 2077 int32_t rc = NO_ERROR; local 2126 int32_t rc = NO_ERROR; local 2235 int32_t rc = obj->mMemory.unregisterBuffer(bufIdx); local 2322 int32_t rc = m_postprocessor.initJpeg(jpegEvtHandle, &m_max_pic_dim, this); local 2334 int32_t rc = NO_ERROR; local 2390 int32_t rc = NO_ERROR; local 2643 int rc = 0; local 2804 int32_t rc = NO_ERROR; local 2836 int rc = 0; local 2939 int32_t rc = stream->bufRelease(frameIndex); local 2981 int rc = 0; local 3114 int rc = NO_ERROR; local 3186 int32_t rc = NO_ERROR; local 3349 int32_t rc = 0; local 3495 int32_t rc = 0; local 3550 int32_t rc = 0; local 3647 int32_t rc; local 3689 int rc; local [all...] |
QCamera3PostProc.cpp | 136 int rc = NO_ERROR; local 146 rc = mJpegHandle.close(mJpegClientHandle); 147 CDBG_HIGH("%s: Jpeg closed, rc = %d, mJpegClientHandle = %x", 148 __func__, rc, mJpegClientHandle); 154 return rc; 218 int32_t rc = NO_ERROR; local 238 rc = m_pReprocChannel->start(); 239 if (rc != 0) { 243 return rc; 249 return rc; 873 int32_t rc = NO_ERROR; local 899 int32_t rc = NO_ERROR; local 2154 int32_t rc = NO_ERROR; local 2478 int32_t rc = NO_ERROR; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 48 int rc = 0; local 56 rc = pthread_cond_timedwait(&app_cond_v, &app_mutex,&tw); 60 return rc; 65 int rc = 0; local 72 return rc; 114 int rc = MM_CAMERA_OK; local 134 rc = ioctl(main_ion_fd, ION_IOC_ALLOC, &alloc); 135 if (rc < 0) { 142 rc = ioctl(main_ion_fd, ION_IOC_SHARE, &ion_info_fd); 143 if (rc < 0) 179 int rc = 0; local 339 int i, rc = MM_CAMERA_OK; local 361 int i, rc; local 497 int32_t rc; local 606 int rc = MM_CAMERA_OK; local 620 int rc = MM_CAMERA_OK; local 639 int32_t rc = MM_CAMERA_OK; local 725 int rc = MM_CAMERA_OK; local 841 int rc = MM_CAMERA_OK; local 858 int rc = MM_CAMERA_OK; local 873 int rc = MM_CAMERA_OK; local 900 int rc = MM_CAMERA_OK; local 928 int rc = MM_CAMERA_OK; local 955 int rc = MM_CAMERA_OK; local 985 int rc = MM_CAMERA_OK; local 1011 int rc = MM_CAMERA_OK; local 1041 int rc = MM_CAMERA_OK; local 1067 int rc = MM_CAMERA_OK; local 1094 int rc = MM_CAMERA_OK; local 1121 int rc = MM_CAMERA_OK; local 1148 int rc = MM_CAMERA_OK; local 1177 int rc = MM_CAMERA_OK; local 1216 int rc = MM_CAMERA_OK; local 1245 int rc = MM_CAMERA_OK; local 1274 int rc = MM_CAMERA_OK; local 1303 int rc = MM_CAMERA_OK; local 1332 int rc = MM_CAMERA_OK; local 1361 int rc = MM_CAMERA_OK; local 1390 int rc = MM_CAMERA_OK; local 1419 int rc = MM_CAMERA_OK; local 1449 int rc = MM_CAMERA_OK; local 1478 int rc = MM_CAMERA_OK; local 1507 int rc = MM_CAMERA_OK; local 1539 int rc = MM_CAMERA_OK; local 1568 int rc = MM_CAMERA_OK; local 1597 int rc = MM_CAMERA_OK; local 1643 int rc = 0; local 1722 int rc = MM_CAMERA_OK; local 1784 int rc = MM_CAMERA_OK; local 1827 int rc = MM_CAMERA_OK; local 1880 int rc = MM_CAMERA_OK; local 1913 int rc = MM_CAMERA_OK; local 1940 int rc = MM_CAMERA_OK; local 2375 int rc = 0; local 2391 int rc = MM_CAMERA_OK; local 2432 int rc = MM_CAMERA_OK; local [all...] |
mm_qcamera_main_menu.c | 1111 int rc = mm_app_take_picture (test_obj, (uint8_t)is_burst_mode); local 1127 int rc = 0; local 1578 int rc = 0; local 1623 int rc = MM_CAMERA_OK; local 1662 int rc = 0; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 282 OMX_ERRORTYPE rc = OMX_ErrorNone; local 309 rc = OMX_GetHandle(&p_session->omx_handle, 313 if (OMX_ErrorNone != rc) { 314 CDBG_ERROR("%s:%d] OMX_GetHandle failed (%d)", __func__, __LINE__, rc); 315 return rc; 320 return rc; 339 OMX_ERRORTYPE rc = OMX_ErrorNone; local 349 rc = OMX_GetState(p_session->omx_handle, &state); 353 rc = mm_jpeg_session_change_state(p_session, OMX_StateIdle, NULL); 354 if (rc) { 410 OMX_ERRORTYPE rc = 0; local 468 OMX_ERRORTYPE rc = 0; local 533 OMX_ERRORTYPE rc = 0; local 572 OMX_ERRORTYPE rc = 0; local 609 OMX_ERRORTYPE rc = OMX_ErrorNone; local 649 OMX_ERRORTYPE rc = OMX_ErrorNone; local 1151 OMX_ERRORTYPE rc = OMX_ErrorNone; local 1213 OMX_ERRORTYPE rc = OMX_ErrorNone; local 1293 int rc = 0; local 1611 int32_t rc = 0; local 1720 int rc = 0; local 1787 int32_t rc = 0; local 1817 int32_t rc = 0; local 1858 int32_t rc = 0; local 1954 int32_t rc = 0; local 2056 int32_t rc = -1; local 2148 int32_t rc = -1; local 2188 int rc = 0; local 2237 int32_t rc = 0; local 2434 int i = 0, rc = 0; local 2510 int32_t rc = 0; local 2603 int32_t rc = -1; local 2673 int32_t rc = -1; local [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 340 C2D_STATUS rc; local 370 rc = LINK_c2dMapAddr(handle->fd, (void*)handle->base, handle->size, 373 if (rc == C2D_STATUS_OK) { [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 345 C2D_STATUS rc; local 375 rc = LINK_c2dMapAddr(handle->fd, (void*)handle->base, handle->size, 378 if (rc == C2D_STATUS_OK) { [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 337 C2D_STATUS rc; local 354 rc = LINK_c2dMapAddr(handle->fd, (void*)handle->base, handle->size, 357 if (rc == C2D_STATUS_OK) { [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 341 C2D_STATUS rc; local 371 rc = LINK_c2dMapAddr(handle->fd, (void*)handle->base, handle->size, 374 if (rc == C2D_STATUS_OK) { [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
copybit_c2d.cpp | 346 C2D_STATUS rc; local 376 rc = LINK_c2dMapAddr(handle->fd, (void*)handle->base, handle->size, 379 if (rc == C2D_STATUS_OK) { [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
video_encoder_device.cpp | 1254 int rc = 0; local [all...] |
video_encoder_device_copper.cpp | 174 int error_code = 0,rc=0; local 177 rc = poll(&pfd, 1, TIMEOUT); 178 if (!rc) { 181 } else if (rc < 0) { 182 printf("Error while polling: %d\n", rc); 190 rc = ioctl(pfd.fd, VIDIOC_DQBUF, &v4l2_buf); 191 if (rc) { 192 printf("Failed to dequeue buf: %d from capture capability\n", rc); 207 rc = ioctl(pfd.fd, VIDIOC_DQBUF, &v4l2_buf); 208 if (rc) { 428 int rc=0; local 1224 int rc = 0; local 1397 int rc=0; local 1411 int rc=0; local 1440 int rc=0; local 1571 int rc=0; local 1659 int rc=0; local 1708 int rc; local 2006 int rc; local 2032 int rc; local 2081 int rc; local 2126 int rc; local 2195 int rc; local 2252 int rc; local 2378 int rc; local 2434 int rc; local 2469 int rc; local 2543 int rc; local [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 1458 int rc = 0; local [all...] |
/system/bt/bta/jv/ |
bta_jv_act.c | 1339 tBTA_JV_API_L2CAP_READ *rc = &(p_data->l2cap_read); local 2071 tBTA_JV_API_RFCOMM_READ *rc = &(p_data->rfcomm_read); local [all...] |
/system/bt/stack/l2cap/ |
l2c_utils.c | 2746 tBTM_STATUS rc; local [all...] |