Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp199 HIST_CH_LOG(E, configInfo->mChannelId, "token(%p): AIBinder_linkToDeath error, ret(%d)", in registerHistogram()
461 HIST_CH_LOG(E, channelId, "expired configInfo, review code!"); in prepareAtomicCommit()
576 HIST_CH_LOG(W, reservedChannelId, in initChannels()
583 HIST_CH_LOG(D, channelId, "channel reserved for driver"); in initChannels()
717 HIST_CH_LOG(E, channelId, "expired configInfo, review code!"); in swapOutConfigInfo()
1067 HIST_CH_LOG(D, channelId, "skip channel config"); in setChannelConfigBlob()
1070 HIST_CH_LOG(E, channelId, "createDrmConfigBlob failed, ret(%d)", ret); in setChannelConfigBlob()
1105 HIST_CH_LOG(E, channelId, "clearHistogramChannelConfigBlob failed, ret(%d)", ret); in clearChannelConfigBlob()
DHistogramDevice.h50 #define HIST_CH_LOG(LEVEL, channelId, msg, ...) \ macro