• Home
  • Raw
  • Download

Lines Matching refs:ALOGE

55         ALOGE("%s: Already initialized!", __FUNCTION__);  in initialize()
69 ALOGE("%s: Could not open camera %d: %s (%d)", __FUNCTION__, in initialize()
75 ALOGE("%s: Could not open camera %d: " in initialize()
88 ALOGE("%s: HAL reporting mismatched camera_info version (%x)" in initialize()
97 ALOGE("%s: Camera %d: Unable to connect request queue to device: %s (%d)", in initialize()
104 ALOGE("%s: Camera %d: Unable to connect frame queue to device: %s (%d)", in initialize()
112 ALOGE("%s: Camera %d: Unable to retrieve tag ops from device: %s (%d)", in initialize()
119 ALOGE("%s: Camera %d: Unable to set tag ops: %s (%d)", in initialize()
127 ALOGE("%s: Camera %d: Unable to initialize notification callback!", in initialize()
154 ALOGE("%s: Could not close camera %d: %s (%d)", in disconnect()
247 ALOGE("%s: Camera %d: Unable to create stream (%d x %d, format %x):" in createStream()
274 ALOGE("%s: Camera %d: Output stream %d doesn't exist; can't create " in createReprocessStreamFromStream()
283 ALOGE("%s: Camera %d: Unable to create reprocessing stream from "\ in createReprocessStreamFromStream()
310 ALOGE("%s: Camera %d: Stream %d does not exist", in getStreamInfo()
336 ALOGE("%s: Camera %d: Stream %d does not exist", in setStreamTransform()
353 ALOGE("%s: Unable to release stream %d from HAL device: " in deleteStream()
363 ALOGE("%s: Camera %d: Unable to find stream %d to delete", in deleteStream()
379 ALOGE("%s: Unable to release reprocess stream %d from " in deleteReprocessStream()
390 ALOGE("%s: Camera %d: Unable to find stream %d to delete", in deleteReprocessStream()
424 ALOGE("%s: Waited %d us, %d requests still in flight", __FUNCTION__, in waitUntilDrained()
439 ALOGE("%s: Unable to set notification callback!", __FUNCTION__); in setNotifyCallback()
473 ALOGE("%s: Unknown notification %d (arguments %d, %d, %d)!", in notificationCallback()
503 ALOGE("%s: Error triggering autofocus (id %d)", in triggerAutofocus()
516 ALOGE("%s: Error canceling autofocus (id %d)", in triggerCancelAutofocus()
529 ALOGE("%s: Error triggering precapture metering (id %d)", in triggerPrecaptureMetering()
546 ALOGE("%s: Unable to push buffer to reprocess stream %d: %s (%d)", in pushReprocessBuffer()
555 ALOGE("%s: Camera %d: Unable to find reprocess stream %d", in pushReprocessBuffer()
680 ALOGE("%s: Unable to add frame count: %s (%d)", in dequeue()
743 ALOGE("%s: Unable to clone metadata buffer!", __FUNCTION__); in setStreamSlot()
778 ALOGE("%s: Unable to clone metadata buffer!", __FUNCTION__); in setStreamSlot()
974 ALOGE("%s: Null consumer passed to stream adapter", __FUNCTION__); in connectToDevice()
997 ALOGE("%s: Device stream allocation failed: %s (%d)", in connectToDevice()
1017 ALOGE("%s: Unable to connect to native window for stream %d", in connectToDevice()
1027 ALOGE("%s: Unable to configure usage %08x for stream %d", in connectToDevice()
1035 ALOGE("%s: Unable to configure stream scaling: %s (%d)", in connectToDevice()
1049 ALOGE("%s: Unable to configure compressed stream buffer geometry" in connectToDevice()
1058 ALOGE("%s: Unable to configure stream buffer geometry" in connectToDevice()
1069 ALOGE("%s: Unable to query consumer undequeued" in connectToDevice()
1086 ALOGE("%s: Unable to set buffer count for stream %d", in connectToDevice()
1099 ALOGE("%s: Unable to dequeue buffer %d for initial registration for " in connectToDevice()
1114 ALOGE("%s: Unable to register buffers with HAL device for stream %d", in connectToDevice()
1126 ALOGE("%s: Unable to cancel buffer %d after registration", in connectToDevice()
1143 ALOGE("%s: Unable to release stream %d", in release()
1160 ALOGE("%s: Unable to disconnect stream %d from native window (error %d %s)", in release()
1174 ALOGE("%s: Cannot set transform on unconnected stream", __FUNCTION__); in setTransform()
1180 ALOGE("%s: Unable to configure stream transform to %x: %s (%d)", in setTransform()
1217 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, stream->mState); in dequeue_buffer()
1225 ALOGE("Stream %d dequeue: Error from native_window: %s (%d)", stream->mId, in dequeue_buffer()
1248 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, state); in enqueue_buffer()
1256 ALOGE("%s: Error setting timestamp on native window: %s (%d)", in enqueue_buffer()
1263 ALOGE("%s: Error queueing buffer to native window: %s (%d)", in enqueue_buffer()
1281 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, stream->mState); in cancel_buffer()
1289 ALOGE("%s: Error canceling buffer to native window: %s (%d)", in cancel_buffer()
1303 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, state); in set_crop()
1348 ALOGE("%s: Null base stream passed to reprocess stream adapter", in connectToDevice()
1368 ALOGE("%s: Device reprocess stream allocation failed: %s (%d)", in connectToDevice()
1390 ALOGE("%s: Unable to release stream %d", in release()
1452 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, stream->mState); in acquire_buffer()
1487 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, state); in release_buffer()
1497 ALOGE("%s: Can't find buffer %p in in-flight list!", __FUNCTION__, in release_buffer()
1506 ALOGE("%s: Can't free buffer - missing listener", __FUNCTION__); in release_buffer()