HomeSort by relevance Sort by last modified time
    Searched refs:__func__ (Results 176 - 200 of 506) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 116 ALOGE("%s : jpeg_open did not work", __func__);
143 __func__, rc, mJpegClientHandle);
178 ALOGE("%s: cannot add reprocess channel", __func__);
184 ALOGE("%s: cannot start reprocess channel", __func__);
235 ALOGV("%s : E", __func__);
281 ALOGE("%s: cannot get stream bufs from main stream", __func__);
304 ALOGE("%s: cannot get stream bufs from thumb stream", __func__);
335 ALOGE("%s : No memory for m_pJpegOutputMem", __func__);
341 ALOGE("%s : No memory for m_pJpegOutputMem", __func__);
347 ALOGE("%s : initHeapMem for jpeg, ret = NO_MEMORY", __func__);
    [all...]
QCameraStream.cpp 380 ALOGI("%s:\n", __func__);
400 ALOGI("%s:\n", __func__);
406 ALOGE("%s: Not a valid stream to handle buf", __func__);
413 ALOGE("%s: No mem for mm_camera_buf_def_t", __func__);
439 ALOGI("%s: E", __func__);
445 __func__, strerror(errno));
455 ALOGD("%s: Do next job", __func__);
470 ALOGD("%s: Exit", __func__);
479 ALOGD("%s: X", __func__);
528 ALOGE("%s: Cannot find buf for opaque data = %p", __func__, opaque)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 171 __func__, cmd_cb->cmd_type);
218 __func__, ch_obj->pending_cnt, ch_obj->pending_retro_cnt);
224 __func__);
245 CDBG_HIGH("%s:%d] MM_CAMERA_CMD_TYPE_GENERAL", __func__, __LINE__);
251 __func__, __LINE__, start);
257 __func__, __LINE__);
267 __func__, __LINE__, start);
270 __func__, __LINE__);
280 __func__, __LINE__, start);
283 __func__, __LINE__)
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Stream.cpp 257 ALOGE("%s: no memory for stream info buf obj", __func__);
263 ALOGE("%s: no memory for stream info", __func__);
277 __func__, mStreamInfo->stream_type, mStreamInfo->pp_config.feature_mask);
293 ALOGI("%s: num_of_burst is %d", __func__, mStreamInfo->num_of_burst);
386 CDBG("%s: E\n", __func__);
391 ALOGD("%s: Stream thread is not active, no ops here", __func__);
396 CDBG("%s: X\n", __func__);
415 CDBG("%s: E\n", __func__);
421 ALOGE("%s: Not a valid stream to handle buf", __func__);
428 ALOGE("%s: No mem for mm_camera_buf_def_t", __func__);
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.c 77 CDBG("%s:boolean required, invalid value = %d\n",__func__, value);
83 CDBG ("%s:V4L2_CID_FOCUS_AUTO is not supported\n", __func__);
88 __func__, V4L2_CID_FOCUS_AUTO, value, rc);
120 CDBG("%s: error, exp_metering_action_param=%d, rc = %d\n", __func__, value, rc);
137 __func__);
186 CDBG("%s: cannot change op_mode while stream on\n", __func__);
207 CDBG("%s: input op_mode=%d, s_ctrl rc=%d\n", __func__, *op_mode, rc);
213 CDBG("%s: op_mode=%d,rc=%d\n", __func__, *op_mode, rc);
300 CDBG("%s : MM_CAMERA_PARM_BESTSHOT_MODE value : %d",__func__,*((int *)(parm->p_value)));
392 CDBG("SM : %s : MM_CAMERA_PARM_CAF_TYPE value : %d",__func__,*((int *)(parm->p_value)))
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 49 ALOGE("%s: PreviewWindow = NULL", __func__);
89 ALOGE("%s: set_usage rc = %d", __func__, err);
105 ALOGV("%s: dequeue buf hdl =%p", __func__, *mHalCamCtrl->mPreviewMemory.buffer_handle[cnt]);
113 ALOGE("%s: genlock_lock_buffer(WRITE) failed", __func__);
116 ALOGV("%s: genlock_lock_buffer hdl =%p", __func__, *mHalCamCtrl->mPreviewMemory.buffer_handle[cnt]);
121 ALOGE("%s: dequeue_buffer idx = %d err = %d", __func__, cnt, err);
124 ALOGV("%s: dequeue buf: %p\n", __func__, mHalCamCtrl->mPreviewMemory.buffer_handle[cnt]);
127 ALOGE("%s: dequeue_buffer failed: %s (%d)", __func__,
132 ALOGD("%s: camera call genlock_unlock", __func__);
135 ALOGE("%s: genlock_unlock_buffer failed: hdl =%p", __func__, (*(mHalCamCtrl->mPreviewMemory.buffer_handle[i])) )
    [all...]
QCameraHWI_Still.cpp 97 ALOGE("%s : E", __func__);
104 __func__, mNumBuffers);
126 ALOGD("%s: X", __func__);
133 ALOGE("%s: Release Snapshot main Memory",__func__);
139 ALOGE("%s: Release Snapshot thumbnail Memory",__func__);
206 __func__, mNumBuffers);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 88 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
101 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
106 CDBG("%s: num_cameras = %d\n", __func__, my_cam_app->num_cameras);
207 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
226 ALOGE("%s: Cache Invalidate failed\n", __func__);
247 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
267 CDBG("%s: %s size =%d, jobId=%d", __func__, buf, size, index);
312 CDBG("%s: X", __func__);
321 CDBG("%s: E", __func__);
327 CDBG("%s: X", __func__);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 88 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
101 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
106 CDBG("%s: num_cameras = %d\n", __func__, my_cam_app->num_cameras);
207 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
226 ALOGE("%s: Cache Invalidate failed\n", __func__);
247 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
267 CDBG("%s: %s size =%d, jobId=%d", __func__, buf, size, index);
312 CDBG("%s: X", __func__);
321 CDBG("%s: E", __func__);
327 CDBG("%s: X", __func__);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 137 ALOGE("%s : jpeg_open did not work", __func__);
168 __func__, rc, mJpegClientHandle);
198 ALOGE("%s: postproc not initialized yet", __func__);
210 ALOGE("%s: cannot add reprocess channel", __func__);
216 ALOGE("%s: cannot start reprocess channel", __func__);
282 CDBG_HIGH("[KPI Perf] %s : call jpeg create_session", __func__);
288 ALOGE("%s: error creating a new jpeg encoding session", __func__);
338 CDBG("%s : E", __func__);
406 ALOGE("%s: cannot get stream bufs from main stream", __func__);
434 ALOGE("%s: cannot get stream bufs from thumb stream", __func__);
    [all...]
QCameraStream.cpp 426 ALOGE("%s : Failed to calculate stream offset", __func__);
432 ALOGE("%s : Failed to config stream ", __func__);
518 __func__, streamInfo->stream_type);
590 ALOGE("%s: stream getParameter for output crop failed", __func__);
599 ALOGE("%s: stream getParameter for image prop failed", __func__);
625 ALOGV("%s : Stream not active", __func__);
666 CDBG("%s:\n", __func__);
670 CDBG_HIGH("%s: Stream thread is not active, no ops here", __func__);
692 CDBG("%s:\n", __func__);
698 ALOGE("%s: Not a valid stream to handle buf", __func__);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 255 ALOGE("%s: no memory for stream info buf obj", __func__);
261 ALOGE("%s: no memory for stream info", __func__);
288 ALOGI("%s: num_of_burst is %d", __func__, mStreamInfo->num_of_burst);
381 ALOGV("%s: E\n", __func__);
386 ALOGD("%s: Stream thread is not active, no ops here", __func__);
391 ALOGV("%s: X\n", __func__);
410 ALOGV("%s: E\n", __func__);
416 ALOGE("%s: Not a valid stream to handle buf", __func__);
423 ALOGE("%s: No mem for mm_camera_buf_def_t", __func__);
450 ALOGV("%s: E", __func__);
    [all...]
QCamera3Factory.cpp 99 ALOGE("%s: Failed to allocate Camera3Factory object", __func__);
189 ALOGV("%s: E, camera_id = %d", __func__, camera_id);
197 ALOGV("%s: X", __func__);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.cpp 380 ALOGI("%s:\n", __func__);
400 ALOGI("%s:\n", __func__);
406 ALOGE("%s: Not a valid stream to handle buf", __func__);
413 ALOGE("%s: No mem for mm_camera_buf_def_t", __func__);
439 ALOGI("%s: E", __func__);
445 __func__, strerror(errno));
455 ALOGD("%s: Do next job", __func__);
470 ALOGD("%s: Exit", __func__);
479 ALOGD("%s: X", __func__);
528 ALOGE("%s: Cannot find buf for opaque data = %p", __func__, opaque)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 57 CDBG_ERROR("%s:%d] cannot dump image", __func__, __LINE__); \
122 CDBG_ERROR("%s:%d] Decode error", __func__, __LINE__);
126 __func__, __LINE__, ((TIME_IN_US(dtime[1]) - TIME_IN_US(dtime[0]))/1000));
129 __func__, __LINE__, p_obj->out_filename,
135 CDBG_ERROR("%s:%d] Signal the thread", __func__, __LINE__);
147 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
154 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
181 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
189 __func__, __LINE__, file_size);
196 CDBG_ERROR("%s:%d] Error",__func__, __LINE__)
    [all...]
mm_jpeg_test.c 51 CDBG_ERROR("%s:%d] cannot dump image", __func__, __LINE__); \
154 CDBG_ERROR("%s:%d] Encode error", __func__, __LINE__);
160 CDBG_ERROR("%s:%d] Cannot find job ID!!!", __func__, __LINE__);
164 __func__, __LINE__, p_output->buf_vaddr, p_output->buf_filled_len, i);
169 __func__, __LINE__, p_obj->out_filename[i],
181 CDBG_ERROR("%s:%d] Signal the thread", __func__, __LINE__);
194 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
201 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
228 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
235 __func__, __LINE__, file_size, p_obj->input[idx].size)
    [all...]
  /external/bluetooth/bluedroid/hci/src/
userial.c 106 ALOGE("%s unable to create event fd: %s", __func__, strerror(errno));
277 ALOGE("%s serial port %d > %d (max).", __func__, port, MAX_SERIAL_PORT);
294 ALOGE("%s opened wrong number of ports: got %d, expected 1.", __func__, num_ports);
300 ALOGE("%s unable to open serial port.", __func__);
307 ALOGE("%s unable to spawn read thread.", __func__);
370 ALOGE("%s error writing to serial port: %s", __func__, strerror(errno));
389 USERIALDBG("%s Joined userial reader thread: %d", __func__, result);
391 ALOGE("%s failed to join reader thread: %d", __func__, result);
394 ALOGW("%s Already closed userial reader thread", __func__);
405 ALOGE("%s failed to join reader thread: %d", __func__, result)
    [all...]
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 54 ALOGV("%s(): dev_name=%s", __func__, dev_name);
62 ALOGE("%s: unable to allocate mem for %s:%s", __func__,
68 ALOGE("%s: unable to allocate mem for %s:poll_delay", __func__,
75 ALOGE("%s: unable to allocate mem for %s:%s", __func__, data_name,
82 ALOGE("%s: unable to open %s", __func__, mIioSysfsChan);
123 ALOGI("%s: %s %d", __func__, mDevName, en);
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 168 ALOGE("%s(portable_cmd:%d:0x%x): %sreturn(native_cmd:%d:0x%x);", __func__,
171 ALOGV("%s(portable_cmd:%d:0x%x): return(native_cmd:%d:0x%x);", __func__,
211 ALOGV("%s(flags:0x%x): return(mipsflags:0x%x);", __func__,
250 ALOGV("%s(flags:0x%x): return(portableflags:0x%x);", __func__,
303 ALOGV("%s(fd:%d, portable_cmd:%d:'%s', ...) {", __func__,
320 ALOGE("%s: flock_portable:%p == {NULL||-1}", __func__, flock_portable);
353 ALOGE("%s: flock_portable:%p == {NULL||-1}", __func__, flock_portable);
400 ALOGV("%s: Calling __fcntl64(fd:%d, mips_cmd:0x%x, arg:%p);", __func__,
406 ALOGV("%s: result = %d = __fcntl64(fd:%d, mips_cmd:0x%x, arg:%p);", __func__,
427 ALOGE("%s: mips_cmd:%d doesn't appear to be supported;", __func__,
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 54 CDBG("%s:%d] client_idx %d session_idx %d", __func__, __LINE__,
58 CDBG_ERROR("%s:%d] invalid job id %x", __func__, __LINE__,
117 CDBG("%s:%d] client_idx %d session_idx %d", __func__, __LINE__,
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 104 CDBG_ERROR("%s: invalid parameters for client_hdl, job or jobId", __func__);
111 CDBG_ERROR("%s: mm_jpeg is not opened yet", __func__);
126 CDBG_ERROR("%s: invalid client_hdl or jobId", __func__);
133 CDBG_ERROR("%s: mm_jpeg is not opened yet", __func__);
148 CDBG_ERROR("%s: invalid client_hdl", __func__);
155 CDBG_ERROR("%s: mm_jpeg is not opened yet", __func__);
187 CDBG_ERROR("%s: no mem", __func__);
196 CDBG_ERROR("%s: mm_jpeg_init err = %d", __func__, rc);
219 CDBG_ERROR("%s: mm_jpeg_new_client failed", __func__);
  /external/bluetooth/bluedroid/osi/src/
alarm.c 77 ALOGE("%s unable to allocate memory for alarm.", __func__);
85 ALOGE("%s unable to create a recursive mutex: %s", __func__, strerror(error));
91 ALOGE("%s unable to initialize mutex: %s", __func__, strerror(error));
180 ALOGE("%s unable to allocate alarm list.", __func__);
192 ALOGE("%s unable to get current time: %s", __func__, strerror(errno));
253 ALOGE("%s unable to acquire wake lock: %d", __func__, status);
263 ALOGE("%s unable to create timer: %s", __func__, strerror(errno));
272 ALOGE("%s unable to set timer: %s", __func__, strerror(errno));
279 ALOGE("%s unable to set wake alarm for %" PRId64 "ms.", __func__, next_exp);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 41 debug_printf("%s: unknown chipset nv%02x\n", __func__,
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 41 debug_printf("%s: unknown chipset nv%02x\n", __func__,
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 86 CDBG_ERROR("%s : OMX_GetHandle failed (%d)",__func__, rc);
92 CDBG_ERROR("%s : OMX_Init failed (%d)",__func__, rc);
116 CDBG("%s:waitForEvent: OMX_CommandFlush: DONE", __func__);
170 __func__, i, buffer_offset.yOffset, buffer_offset.cbcrOffset, buffer_offset.totalSize);
180 __func__, i, buffer_offset.yOffset, buffer_offset.cbcrOffset, buffer_offset.totalSize);
271 __func__, user_preferences.color_format, user_preferences.thumbnail_color_format);
289 CDBG_ERROR("%s: config port failed", __func__);
298 __func__,
348 CDBG_ERROR("%s: invalid crop boundary (%d, %d) out of (%d, %d)", __func__,
375 CDBG_ERROR("%s: There is no main image scaling information", __func__);
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 78 91011>>