Searched refs:SP_LOGV (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.cpp | 113 SP_LOGV("%s: connected", __FUNCTION__); in connect() 152 SP_LOGV("%s: Disconnected", __FUNCTION__); in disconnect() 226 SP_LOGV("%s: Consumer wants %d buffers, Producer wants %zu", __FUNCTION__, in addOutputLocked() 365 SP_LOGV("%s: Queuing buffer to buffer queue %p slot %d returns %d", in outputBufferLocked() 468 SP_LOGV("%s: Attached buffer %p to slot %d on output %p.",__FUNCTION__, gb.get(), in attachBufferToOutputs() 512 SP_LOGV("acquired buffer %" PRId64 " from input at slot %d", in onFrameAvailable() 522 SP_LOGV("%s: BufferTracker for buffer %" PRId64 ", number of requests %zu", in onFrameAvailable() 647 SP_LOGV("%s: output surface not registered anymore!", __FUNCTION__); in onBufferReleasedByOutput() 734 SP_LOGV("One of my outputs has abandoned me"); in onAbandonedLocked() 747 SP_LOGV("%s: Cannot find slot for gb %p on output %p", __FUNCTION__, gb.get(), in getSlotForOutputLocked()
|
D | Camera3StreamSplitter.h | 31 #define SP_LOGV(x, ...) ALOGV("[%s] " x, mConsumerName.string(), ##__VA_ARGS__) macro
|