Lines Matching refs:ALOGE

66         ALOGE("%s: BLOB format with size == 0", __FUNCTION__);  in Camera3Stream()
94 ALOGE("%s: In error state", __FUNCTION__); in startConfiguration()
106 ALOGE("%s: Cannot configure an input stream twice", in startConfiguration()
110 ALOGE("%s: Cannot configure stream; has outstanding buffers", in startConfiguration()
116 ALOGE("%s: Unknown state %d", __FUNCTION__, mState); in startConfiguration()
125 ALOGE("%s: Cannot query consumer endpoint usage!", in startConfiguration()
159 ALOGE("%s: In error state", __FUNCTION__); in finishConfiguration()
167 ALOGE("%s: Cannot finish configuration that hasn't been started", in finishConfiguration()
171 ALOGE("%s: Unknown state", __FUNCTION__); in finishConfiguration()
193 ALOGE("%s: Unable to configure stream %d queue: %s (%d)", in finishConfiguration()
201 ALOGE("%s: Unable to register stream buffers with HAL: %s (%d)", in finishConfiguration()
217 ALOGE("%s: In error state", __FUNCTION__); in cancelConfiguration()
225 ALOGE("%s: Cannot cancel configuration that hasn't been started", in cancelConfiguration()
229 ALOGE("%s: Unknown state", __FUNCTION__); in cancelConfiguration()
247 ALOGE("%s: Stream %d: Can't get buffers if stream is not in CONFIGURED state %d", in getBuffer()
259 ALOGE("%s: wait for output buffer return timed out after %lldms", __FUNCTION__, in getBuffer()
303 ALOGE("%s: Stream %d: Can't get input buffers if stream is not in CONFIGURED state %d", in getInputBuffer()
315 ALOGE("%s: wait for input buffer return timed out after %lldms", __FUNCTION__, in getInputBuffer()
413 ALOGE("%s: register_stream_buffers is deprecated in HAL3.2; " in registerBuffersLocked()
451 ALOGE("%s: Unable to get buffer %d for registration with HAL", in registerBuffersLocked()
484 ALOGE("%s: This type of stream does not support output", __FUNCTION__); in getBufferLocked()
489 ALOGE("%s: This type of stream does not support output", __FUNCTION__); in returnBufferLocked()
493 ALOGE("%s: This type of stream does not support input", __FUNCTION__); in getInputBufferLocked()
498 ALOGE("%s: This type of stream does not support input", __FUNCTION__); in returnInputBufferLocked()
511 ALOGE("%s: Try to add the same listener twice, ignoring...", __FUNCTION__); in addBufferListener()