Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h199 const std::vector<uint8_t> reservedChannels);
412 void initChannels(const uint8_t channelCount, const std::vector<uint8_t>& reservedChannels)
DHistogramDevice.cpp54 const std::vector<uint8_t> reservedChannels) in HistogramDevice() argument
57 initChannels(channelCount, reservedChannels); in HistogramDevice()
565 const std::vector<uint8_t>& reservedChannels) { in initChannels() argument
572 for (const uint8_t reservedChannelId : reservedChannels) { in initChannels()