• Home
  • Raw
  • Download

Lines Matching refs:LOGE

89         LOGE("getBufs invalid stream pointer");  in get_bufs()
94 LOGE("stream->getBufs failed"); in get_bufs()
126 LOGE("putBufs invalid stream pointer"); in put_bufs()
133 LOGE("stream->putBatchBufs failed"); in put_bufs()
159 LOGE("invalid stream pointer"); in invalidate_buf()
169 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in invalidate_buf()
199 LOGE("invalid stream pointer"); in clean_invalidate_buf()
209 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in clean_invalidate_buf()
286 LOGE("Failed to un-map stream info buffer"); in ~QCamera3Stream()
340 LOGE("add_stream failed"); in init()
348 LOGE("no memory for stream info buf obj"); in init()
354 LOGE("no memory for stream info"); in init()
378 LOGE("Failed to map stream info buffer"); in init()
382 LOGE("Failed to retrieve buffer size (bad index)"); in init()
394 LOGE("batchSize:%d is very large", batchSize); in init()
425 LOGE("Failed to config stream, rc = %d", rc); in init()
541 LOGE("Not a valid stream to handle buf"); in dataNotifyCB()
548 LOGE("No mem for mm_camera_buf_def_t"); in dataNotifyCB()
581 LOGE("cam_sem_wait error (%s)", in dataProcRoutine()
641 LOGE("index; %d, mNumBufs: %d", index, mNumBufs); in bufDone()
646 LOGE("putBufs already called"); in bufDone()
652 LOGE("Camera operations not initialized"); in bufDone()
663 LOGE("Failed to map camera buffer %d", index); in bufDone()
669 LOGE("Couldn't find camera buffer definition"); in bufDone()
674 LOGE("Failed to retrieve buffer size (bad index)"); in bufDone()
714 LOGE("Camera operations not initialized"); in bufRelease()
721 LOGE("Failed to un-map camera buffer %d", index); in bufRelease()
727 LOGE("Buffer at index %d not registered"); in bufRelease()
762 LOGE("ops_tbl is NULL"); in getBufs()
770 LOGE("Failed getBufs being called twice in a row without a putBufs call"); in getBufs()
775 LOGE("Failed to allocate stream buffers"); in getBufs()
787 LOGE("map_stream_buf failed: %d", rc); in getBufs()
798 LOGE("Failed to retrieve buffer size (bad index)"); in getBufs()
807 LOGE("Out of memory"); in getBufs()
820 LOGE("Failed to allocate mm_camera_buf_def_t %d", rc); in getBufs()
840 LOGE("getRegFlags failed %d", rc); in getBufs()
881 LOGE("un-map stream buf failed: %d", rc); in putBufs()
890 LOGE("getBuf failed previously, or calling putBufs twice"); in putBufs()
916 LOGE("putBufs already called"); in invalidateBuf()
937 LOGE("putBufs already called"); in cleanInvalidateBuf()
1130 LOGE("batchBuf.buf_idx: %d enqueue failed", in releaseFrameData()
1164 LOGE("input args NULL"); in getBatchBufs()
1177 LOGE("unable to create batch container memory"); in getBatchBufs()
1188 LOGE("unable to allocate batch container memory"); in getBatchBufs()
1203 LOGE("Failed to map stream container buffer: %d", in getBatchBufs()
1215 LOGE("Failed to retrieve buffer size (bad index)"); in getBatchBufs()
1227 LOGE("Out of memory"); in getBatchBufs()
1242 LOGE("mBatchBufDefs memory allocation failed"); in getBatchBufs()
1254 LOGE("enqueue mBatchBufDefs[%d] failed", i); in getBatchBufs()
1302 LOGE("un-map batch buf failed: %d", rc); in putBatchBufs()
1368 LOGE("Batch mod is not enabled"); in aggregateBufToBatch()
1374 LOGE("No empty batch buffers is available"); in aggregateBufToBatch()
1381 LOGE("batch buffer is already full"); in aggregateBufToBatch()
1408 LOGE("No buffers were queued into batch"); in queueBatchBuf()
1423 LOGE("queueing of batch buffer: %d failed with err: %d", in queueBatchBuf()
1456 LOGE("Stream: %d not in batch mode, but batch buffer received", in handleBatchBuffer()
1461 LOGE("Data callback not set for batch mode"); in handleBatchBuffer()
1465 LOGE("superBuf->bufs[0] is NULL!!"); in handleBatchBuffer()
1473 LOGE("batchBuf.buf_idx: %d enqueue failed", in handleBatchBuffer()
1491 LOGE("malloc failed. Buffers will be dropped"); in handleBatchBuffer()