Home
last modified time | relevance | path

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

/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecDefault.cpp121 int logAddrIndex = cecLogAddrs.num_log_addrs; in addLogicalAddress() local
124 cecLogAddrs.log_addr[logAddrIndex] = static_cast<cec_logical_address_t>(addr); in addLogicalAddress()
125 cecLogAddrs.log_addr_type[logAddrIndex] = logAddrType; in addLogicalAddress()
126 cecLogAddrs.primary_device_type[logAddrIndex] = primDevType; in addLogicalAddress()
127 cecLogAddrs.all_device_types[logAddrIndex] = allDevTypes; in addLogicalAddress()
128 cecLogAddrs.features[logAddrIndex][0] = 0; in addLogicalAddress()
129 cecLogAddrs.features[logAddrIndex][1] = 0; in addLogicalAddress()