• Home
  • Raw
  • Download

Lines Matching refs:LOGE

91         LOGE("getBufs invalid stream pointer");  in get_bufs()
96 LOGE("stream->getBufs failed"); in get_bufs()
128 LOGE("putBufs invalid stream pointer"); in put_bufs()
135 LOGE("stream->putBatchBufs failed"); in put_bufs()
161 LOGE("invalid stream pointer"); in invalidate_buf()
171 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in invalidate_buf()
201 LOGE("invalid stream pointer"); in clean_invalidate_buf()
211 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in clean_invalidate_buf()
241 LOGE("invalid stream pointer"); in clean_buf()
251 LOGE("invalidateBuf failed for buf_idx: %d err: %d", in clean_buf()
330 LOGE("Failed to un-map stream info buffer"); in ~QCamera3Stream()
386 LOGE("add_stream failed"); in init()
394 LOGE("no memory for stream info buf obj"); in init()
400 LOGE("no memory for stream info"); in init()
435 LOGE("Failed to map stream info buffer"); in init()
439 LOGE("Failed to retrieve buffer size (bad index)"); in init()
451 LOGE("batchSize:%d is very large", batchSize); in init()
482 LOGE("Failed to config stream, rc = %d", rc); in init()
624 LOGE("Not a valid stream to handle buf"); in dataNotifyCB()
631 LOGE("No mem for mm_camera_buf_def_t"); in dataNotifyCB()
664 LOGE("cam_sem_wait error (%s)", in dataProcRoutine()
683 LOGE("Timeout command received but Q is empty"); in dataProcRoutine()
742 LOGE("index; %d, mNumBufs: %d", index, mNumBufs); in bufDone()
747 LOGE("putBufs already called"); in bufDone()
753 LOGE("Camera operations not initialized"); in bufDone()
765 LOGE("Failed to map camera buffer %d", index); in bufDone()
771 LOGE("Couldn't find camera buffer definition"); in bufDone()
776 LOGE("Failed to retrieve buffer size (bad index)"); in bufDone()
814 LOGE("index; %d, mNumBufs: %d", index, mNumBufs); in cancelBuffer()
819 LOGE("putBufs already called"); in cancelBuffer()
859 LOGE("Camera operations not initialized"); in bufRelease()
866 LOGE("Failed to un-map camera buffer %d", index); in bufRelease()
872 LOGE("Buffer at index %d not registered", index); in bufRelease()
907 LOGE("ops_tbl is NULL"); in getBufs()
915 LOGE("Failed getBufs being called twice in a row without a putBufs call"); in getBufs()
920 LOGE("Failed to allocate stream buffers"); in getBufs()
933 LOGE("map_stream_buf failed: %d", rc); in getBufs()
944 LOGE("Failed to retrieve buffer size (bad index)"); in getBufs()
953 LOGE("Out of memory"); in getBufs()
966 LOGE("Failed to allocate mm_camera_buf_def_t %d", rc); in getBufs()
986 LOGE("getRegFlags failed %d", rc); in getBufs()
1027 LOGE("un-map stream buf failed: %d", rc); in putBufs()
1036 LOGE("getBuf failed previously, or calling putBufs twice"); in putBufs()
1062 LOGE("putBufs already called"); in invalidateBuf()
1083 LOGE("putBufs already called"); in cleanInvalidateBuf()
1104 LOGE("putBufs already called"); in cleanBuf()
1301 LOGE("batchBuf.buf_idx: %d enqueue failed", in releaseFrameData()
1335 LOGE("input args NULL"); in getBatchBufs()
1348 LOGE("unable to create batch container memory"); in getBatchBufs()
1359 LOGE("unable to allocate batch container memory"); in getBatchBufs()
1375 LOGE("Failed to map stream container buffer: %d", in getBatchBufs()
1387 LOGE("Failed to retrieve buffer size (bad index)"); in getBatchBufs()
1399 LOGE("Out of memory"); in getBatchBufs()
1414 LOGE("mBatchBufDefs memory allocation failed"); in getBatchBufs()
1426 LOGE("enqueue mBatchBufDefs[%d] failed", i); in getBatchBufs()
1474 LOGE("un-map batch buf failed: %d", rc); in putBatchBufs()
1544 LOGE("Batch mod is not enabled"); in aggregateBufToBatch()
1550 LOGE("No empty batch buffers is available"); in aggregateBufToBatch()
1557 LOGE("batch buffer is already full"); in aggregateBufToBatch()
1584 LOGE("No buffers were queued into batch"); in queueBatchBuf()
1599 LOGE("queueing of batch buffer: %d failed with err: %d", in queueBatchBuf()
1632 LOGE("Stream: %d not in batch mode, but batch buffer received", in handleBatchBuffer()
1637 LOGE("Data callback not set for batch mode"); in handleBatchBuffer()
1641 LOGE("superBuf->bufs[0] is NULL!!"); in handleBatchBuffer()
1649 LOGE("batchBuf.buf_idx: %d enqueue failed", in handleBatchBuffer()
1667 LOGE("malloc failed. Buffers will be dropped"); in handleBatchBuffer()