Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp46 SP_LOGE("%s: consumer pointer is NULL", __FUNCTION__); in connect()
54 SP_LOGE("%s: already connected", __FUNCTION__); in connect()
58 SP_LOGE("%s: still has %zu pending buffers", __FUNCTION__, mBuffers.size()); 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()
100 SP_LOGE("%s: Failed to enable input queue async mode: %s(%d)", __FUNCTION__, in connect()
170 SP_LOGE("%s: addOutputLocked failed %d", __FUNCTION__, res); in addOutput()
184 SP_LOGE("addOutput: outputQueue must not be NULL"); in addOutputLocked()
189 SP_LOGE("%s: surfaceId: %u already taken!", __FUNCTION__, (unsigned) surfaceId); in addOutputLocked()
196 SP_LOGE("addOutput: failed to set buffer dimensions (%d)", res); in addOutputLocked()
[all …]
DCamera3StreamSplitter.h34 #define SP_LOGE(x, ...) ALOGE("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) macro