Home
last modified time | relevance | path

Searched refs:mChannelId (Results 1 – 3 of 3) 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()
638 configInfo->mChannelId = oldConfigInfo->mChannelId; in replaceConfigInfo()
639 mChannels[configInfo->mChannelId].mStatus = ChannelStatus_t::CONFIG_PENDING; in replaceConfigInfo()
640 mChannels[configInfo->mChannelId].mConfigInfo = configInfo; in replaceConfigInfo()
650 cleanupChannelInfo(oldConfigInfo->mChannelId); in replaceConfigInfo()
693 configInfo->mChannelId = channelId; in swapInConfigInfo()
722 configInfo->mChannelId = -1; in addConfigToInactiveList()
792 channelId = configInfo->mChannelId; in getChanIdBlobId()
1229 cleanupChannelInfo(configInfo->mChannelId); in resetConfigInfoStatus()
1534 result.appendFormat("channelId: %d\n", mChannelId); in dump()
DHistogramDevice.h109 int mChannelId = -1; member
/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DHistogramController.cpp242 for (int i = 0; i < kOPRConfigsCount; ++i) channelIds[i] = mConfigInfos[i]->mChannelId; in getOPRChannels()
275 mChannels[configInfo->mChannelId].mStatus != ChannelStatus_t::CONFIG_PENDING) { in postAtomicCommitCleanup()