Home
last modified time | relevance | path

Searched refs:SP_LOGE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp46 SP_LOGE("%s: consumer pointer is NULL", __FUNCTION__); in connect()
54 SP_LOGE("%s: already connected", __FUNCTION__); in connect()
68 SP_LOGE("%s: Fatal: surface is NULL", __FUNCTION__); in connect()
73 SP_LOGE("%s: Failed to add output surface: %s(%d)", in connect()
184 SP_LOGE("addOutput: outputQueue must not be NULL"); in addOutputLocked()
213 SP_LOGE("addOutput: failed to connect (%d)", res); in addOutputLocked()
238 SP_LOGE("%s: Unable to set buffer count for surface %p", in addOutputLocked()
376 SP_LOGE("Queuing buffer to output failed (%d)", res); in outputBufferLocked()
611 SP_LOGE("%s: consumer has become null!", __FUNCTION__); in decrementBufRefCountLocked()
722 SP_LOGE("%s: No free buffers", __FUNCTION__); in handleOutputDequeueStatusLocked()
[all …]
H A DCamera3StreamSplitter.h34 #define SP_LOGE(x, ...) ALOGE("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) macro