| 368 | } |
| 369 | |
| 370 | uint16_t CLibCEC::GetMaskForType(cec_logical_address address) |
| 371 | { |
| 372 | return CCECTypeUtils::GetMaskForType(address); |
| 373 | } |
| 374 | |
| 375 | uint16_t CLibCEC::GetMaskForType(cec_device_type type) |
| 376 | { |
nothing calls this directly
no outgoing calls
no test coverage detected