HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 126 - 150 of 1119) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 149 int32_t rc = -1; local
160 rc = mm_camera_query_capability(my_obj);
164 CDBG("%s :X rc = %d", __func__, rc);
165 return rc;
187 int32_t rc = -1; local
196 rc = mm_camera_set_parms(my_obj, parms);
200 return rc;
224 int32_t rc = -1; local
233 rc = mm_camera_get_parms(my_obj, parms)
256 int32_t rc = -1; local
286 int32_t rc = -1; local
318 int32_t rc = -1; local
348 int32_t rc = -1; local
378 int32_t rc = -1; local
408 int32_t rc = -1; local
505 int32_t rc = -1; local
543 int32_t rc = -1; local
579 int32_t rc = -1; local
615 int32_t rc = -1; local
687 int32_t rc = -1; local
727 int32_t rc = -1; local
765 int32_t rc = -1; local
798 int32_t rc = -1; local
834 int32_t rc = -1; local
870 int32_t rc = -1; local
906 int32_t rc = -1; local
943 int32_t rc = -1; local
985 int32_t rc = -1; local
1020 int32_t rc = -1; local
1059 int32_t rc = -1; local
1104 int32_t rc = -1; local
1160 int32_t rc = -1; local
1214 int32_t rc = -1; local
1247 int rc = 0; local
1361 int32_t rc = 0; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.c 228 int rc; local
232 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
233 if( rc!=SQLITE_OK ){
234 return rc;
250 int rc; local
255 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
256 if( rc!=SQLITE_OK ){
257 return rc;
295 int rc; local
302 rc = queryFts2Tokenizer(db, "simple", &p2)
344 int rc = SQLITE_OK; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 123 int rc = NO_ERROR; local
133 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
134 if (rc == NO_ERROR) {
136 rc = apiResult.status;
140 return rc;
181 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); local
182 if (rc == NO_ERROR) {
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type); local
210 if (rc == NO_ERROR) {
237 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type) local
798 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); local
1129 int rc = NO_ERROR; local
1196 int32_t rc = m_postprocessor.init(jpegEvtHandle, this); local
1237 int rc = NO_ERROR; local
1305 int rc = NO_ERROR; local
1369 int rc = NO_ERROR; local
1394 int rc = NO_ERROR; local
1622 int rc = NO_ERROR; local
1739 int rc = NO_ERROR; local
1762 int rc = NO_ERROR; local
2023 int32_t rc = NO_ERROR; local
2093 int32_t rc = NO_ERROR; local
2137 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); local
2164 int32_t rc = UNKNOWN_ERROR; local
2187 int rc = NO_ERROR; local
2221 int rc = NO_ERROR; local
2319 int32_t rc = NO_ERROR; local
2355 int32_t rc = NO_ERROR; local
2398 int32_t rc = NO_ERROR; local
2428 int32_t rc = NO_ERROR; local
2488 int32_t rc = NO_ERROR; local
2512 int32_t rc = NO_ERROR; local
2542 int32_t rc = NO_ERROR; local
2572 int rc = NO_ERROR; local
2787 int rc = NO_ERROR; local
2816 int32_t rc = NO_ERROR; local
2959 int rc = NO_ERROR; local
2977 int rc; local
3009 int rc = NO_ERROR; local
3110 int rc = NO_ERROR; local
3177 int rc = NO_ERROR; local
3341 int rc = NO_ERROR; local
3592 int rc = NO_ERROR; local
3735 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
3888 int32_t rc = NO_ERROR; local
3954 int32_t rc = NO_ERROR; local
4053 int32_t rc = NO_ERROR; local
4124 int32_t rc = NO_ERROR; local
4175 int32_t rc = NO_ERROR; local
4223 int32_t rc = NO_ERROR; local
4282 int32_t rc = NO_ERROR; local
4390 int32_t rc = NO_ERROR; local
4496 int32_t rc = NO_ERROR; local
4546 int32_t rc = NO_ERROR; local
4721 int32_t rc = NO_ERROR; local
4788 int32_t rc = UNKNOWN_ERROR; local
4859 int32_t rc = UNKNOWN_ERROR; local
4884 int32_t rc = UNKNOWN_ERROR; local
4905 int32_t rc = NO_ERROR; local
5114 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
5209 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
5316 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
5547 int rc = NO_ERROR; local
5579 int rc = NO_ERROR; local
5911 int32_t rc = NO_ERROR; local
    [all...]
QCameraThermalAdapter.cpp 63 int rc = NO_ERROR; local
71 rc = UNKNOWN_ERROR;
79 rc = UNKNOWN_ERROR;
87 rc = UNKNOWN_ERROR;
98 rc = UNKNOWN_ERROR;
105 rc = UNKNOWN_ERROR;
110 return rc;
121 return rc;
153 int rc = 0; local
158 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data)
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 49 int rc = 0; local
51 return rc; /* disable dump */
63 rc = -1;
71 return rc;
76 int rc = MM_CAMERA_OK; local
83 return rc;
92 int i, rc = MM_CAMERA_OK;
96 rc = my_cam_app.hal_lib.mm_camera_do_munmap_ion (pme->ionfd, &(pme->video_buf.frame[i].fd_data),
98 if(rc != MM_CAMERA_OK) {
99 CDBG_ERROR("%s: mm_camera_do_munmap err, pmem_fd = %d, rc = %d"
191 int rc; local
215 int rc = MM_CAMERA_OK; local
247 int rc = MM_CAMERA_OK; local
284 int rc = MM_CAMERA_OK; local
304 int rc = MM_CAMERA_OK; local
327 int rc = MM_CAMERA_OK; local
347 int rc = MM_CAMERA_OK; local
363 int rc = MM_CAMERA_OK; local
386 int rc = MM_CAMERA_OK; local
436 int rc = MM_CAMERA_OK; local
472 int rc = MM_CAMERA_OK; local
    [all...]
mm_qcamera_snapshot.c 65 int rc = 0; local
81 rc = -1;
89 return rc;
109 int rc = MM_CAMERA_OK; local
117 return rc;
123 int rc = MM_CAMERA_OK; local
130 return rc;
135 int rc = MM_CAMERA_OK; local
142 return rc;
147 int rc = MM_CAMERA_OK local
172 int rc = MM_CAMERA_OK; local
252 int i, rc = MM_CAMERA_OK; local
300 int rc; local
493 int rc = MM_CAMERA_OK; local
529 int rc = MM_CAMERA_OK; local
565 int rc = MM_CAMERA_OK; local
601 int rc = MM_CAMERA_OK; local
633 int rc = MM_CAMERA_OK; local
672 int rc = MM_CAMERA_OK; local
709 int rc = MM_CAMERA_OK; local
756 int rc = MM_CAMERA_OK; local
781 int rc = MM_CAMERA_OK; local
827 int rc = MM_CAMERA_OK; local
1095 int rc; local
1130 int rc = 0; local
1175 int rc = 0; local
1197 int rc = 0; local
1231 int rc = MM_CAMERA_OK; local
1253 int rc; local
1282 int rc = MM_CAMERA_OK; local
1328 int rc = 0; local
1375 int rc; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 57 int rc = 0; local
59 return rc; /* disable dump */
71 rc = -1;
79 return rc;
84 int rc = MM_CAMERA_OK; local
91 return rc;
100 int i, rc = MM_CAMERA_OK;
104 rc = my_cam_app.hal_lib.mm_camera_do_munmap_ion (pme->ionfd, &(pme->video_buf.frame[i].fd_data),
106 if(rc != MM_CAMERA_OK) {
107 CDBG_ERROR("%s: mm_camera_do_munmap err, pmem_fd = %d, rc = %d"
199 int rc; local
230 int rc = MM_CAMERA_OK; local
262 int rc = MM_CAMERA_OK; local
299 int rc = MM_CAMERA_OK; local
319 int rc = MM_CAMERA_OK; local
342 int rc = MM_CAMERA_OK; local
362 int rc = MM_CAMERA_OK; local
378 int rc = MM_CAMERA_OK; local
401 int rc = MM_CAMERA_OK; local
452 int rc = MM_CAMERA_OK; local
488 int rc = MM_CAMERA_OK; local
    [all...]
  /device/asus/tilapia/
device.mk 24 device/asus/tilapia/init.recovery.tilapia.rc:root/init.recovery.grouper.rc \
25 device/asus/tilapia/init.tilapia.rc:root/init.grouper.rc
  /external/chromium_org/third_party/sqlite/src/src/
auth.c 89 pParse->rc = SQLITE_ERROR;
109 int rc; /* Auth callback return code */ local
111 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext);
112 if( rc==SQLITE_DENY ){
118 pParse->rc = SQLITE_AUTH;
119 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){
122 return rc;
199 int rc; local
211 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext)
    [all...]
test_multiplex.c 198 static sqlite3_file *multiplexSubOpen(multiplexConn *pConn, int iChunk, int *rc, int *pOutFlags){
212 *rc = pOrigVfs->xOpen(pOrigVfs, gMultiplex.zName, pSubOpen, pGroup->flags, pOutFlags);
213 if( *rc==SQLITE_OK ){
219 *rc = SQLITE_OK;
222 *rc = SQLITE_FULL;
234 int rc = SQLITE_OK; local
240 rc = SQLITE_ERROR;
257 rc = SQLITE_NOTFOUND;
261 if( rc==SQLITE_OK ){
262 rc = sqlite3_file_control(db, 0, op, &iVal)
276 int rc; local
298 int rc; \/* Result code *\/ local
390 int rc = SQLITE_OK; local
471 int rc = SQLITE_OK; local
507 int rc = SQLITE_OK; local
547 int rc = SQLITE_OK; local
582 int rc = SQLITE_OK; local
631 int rc = SQLITE_OK; local
652 int rc = SQLITE_OK; local
715 int rc; local
727 int rc; local
739 int rc; local
753 int rc = SQLITE_ERROR; local
809 int rc; local
821 int rc; local
839 int rc; local
856 int rc; local
868 int rc; local
879 int rc; local
998 int rc; \/* Value returned by multiplex_initialize() *\/ local
1027 int rc; \/* Value returned by multiplex_shutdown() *\/ local
1103 int rc; \/* Return code from file_control() *\/ local
    [all...]
mutex.c 33 int rc = SQLITE_OK; local
53 rc = sqlite3GlobalConfig.mutex.xMutexInit();
59 return rc;
67 int rc = SQLITE_OK; local
69 rc = sqlite3GlobalConfig.mutex.xMutexEnd();
76 return rc;
121 int rc = SQLITE_OK; local
125 return rc;
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 104 RECT rc; local
106 rc.left = 0;
107 rc.top = 0;
108 rc.right = width;
109 rc.bottom = height;
111 if (!AdjustWindowRect(&rc, GetWindowLong(m_window, GWL_STYLE), GetMenu(m_window) != NULL))
115 rc.right - rc.left, rc.bottom - rc.top
122 RECT rc; local
    [all...]
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 2 . /etc/rc.common
  /external/libpcap/ChmodBPF/
ChmodBPF 3 . /etc/rc.common
  /external/nanopb-c/extra/
pb_syshdr.h 74 size_t rc = 0; local
75 while ( s[rc] )
77 ++rc;
79 return rc;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.cpp 199 int rc = mCamOps->unmap_stream_buf(mCamHandle, local
201 if (rc < 0) {
235 int32_t rc = OK; local
241 rc = UNKNOWN_ERROR;
250 rc = mCamOps->map_stream_buf(mCamHandle,
253 if (rc < 0) {
264 rc = mCamOps->config_stream(mCamHandle,
266 if (rc < 0) {
267 ALOGE("Failed to config stream, rc = %d", rc);
302 int32_t rc = 0; local
320 int32_t rc = 0; local
341 int32_t rc = 0; local
497 int32_t rc = NO_ERROR; local
524 int32_t rc = NO_ERROR; local
559 int rc = NO_ERROR; local
659 int rc = NO_ERROR; local
931 int32_t rc = NO_ERROR; local
    [all...]
QCameraThermalAdapter.cpp 63 int rc = NO_ERROR; local
71 rc = UNKNOWN_ERROR;
79 rc = UNKNOWN_ERROR;
87 rc = UNKNOWN_ERROR;
96 rc = UNKNOWN_ERROR;
103 rc = UNKNOWN_ERROR;
109 return rc;
120 return rc;
152 int rc = 0; local
157 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStream.cpp 199 int rc = mCamOps->unmap_stream_buf(mCamHandle, local
201 if (rc < 0) {
235 int32_t rc = OK; local
241 rc = UNKNOWN_ERROR;
250 rc = mCamOps->map_stream_buf(mCamHandle,
253 if (rc < 0) {
264 rc = mCamOps->config_stream(mCamHandle,
266 if (rc < 0) {
267 ALOGE("Failed to config stream, rc = %d", rc);
302 int32_t rc = 0; local
320 int32_t rc = 0; local
341 int32_t rc = 0; local
497 int32_t rc = NO_ERROR; local
524 int32_t rc = NO_ERROR; local
559 int rc = NO_ERROR; local
659 int rc = NO_ERROR; local
931 int32_t rc = NO_ERROR; local
    [all...]
QCameraThermalAdapter.cpp 63 int rc = NO_ERROR; local
71 rc = UNKNOWN_ERROR;
79 rc = UNKNOWN_ERROR;
87 rc = UNKNOWN_ERROR;
96 rc = UNKNOWN_ERROR;
103 rc = UNKNOWN_ERROR;
109 return rc;
120 return rc;
152 int rc = 0; local
157 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 84 int rc = -MM_CAMERA_E_GENERAL; local
92 return rc;
125 rc = test_obj->jpeg_ops.start_job(&job, &test_obj->current_job_id);
126 if ( 0 != rc ) {
131 return rc;
255 int rc; local
273 rc = -1;
286 rc = -1;
299 rc = -1;
323 int rc = 0 local
475 int rc = MM_CAMERA_OK; local
520 int32_t rc = MM_CAMERA_OK; local
564 int rc = MM_CAMERA_OK; local
587 int32_t rc = MM_CAMERA_OK; local
642 int rc = MM_CAMERA_OK; local
658 int rc = MM_CAMERA_OK; local
    [all...]
  /art/runtime/
signal_set.h 49 int rc = TEMP_FAILURE_RETRY(sigwait(&set_, &signal_number)); local
50 if (rc != 0) {
  /bionic/libc/bionic/
pthread_kill.cpp 49 int rc = tgkill(getpid(), tid, sig); local
50 if (rc == -1) {
  /build/target/product/
emulator.mk 49 device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \
51 device/generic/goldfish/ueventd.goldfish.rc:root/ueventd.goldfish.rc
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 32 rc = capng.capng_update(capng.CAPNG_ADD, capng.CAPNG_EFFECTIVE, i) variable
33 if rc:
37 rc = capng.capng_have_capability(capng.CAPNG_EFFECTIVE, int(i)) variable
38 if rc <= capng.CAPNG_NONE:
48 rc = capng.capng_update(capng.CAPNG_DROP, capng.CAPNG_EFFECTIVE, i) variable
49 if rc:
58 rc = capng.capng_update(capng.CAPNG_ADD, capng.CAPNG_EFFECTIVE, i) variable
59 if rc:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
rblist.c 20 int rc; local
24 rc = rblist->node_cmp(parent, new_entry);
25 if (rc > 0)
27 else if (rc < 0)
57 int rc; local
61 rc = rblist->node_cmp(parent, entry);
62 if (rc > 0)
64 else if (rc < 0)

Completed in 879 milliseconds

1 2 3 4 56 7 8 91011>>