RDK Documentation (Open Sourced RDK Components)

Description

Described here in are functions to IR CEC local logic.

Functions

bool IARMCEC_SendCECActiveSource (bool bCecLocalLogic, int keyType, int keyCode)
 Utility function to send ActiveSource CEC event to TV. More...
 
bool IARMCEC_SendCECImageViewOn (bool bCecLocalLogic)
 Utility function to send ImageViewOn CEC event to TV. More...
 

Function Documentation

◆ IARMCEC_SendCECActiveSource()

bool IARMCEC_SendCECActiveSource ( bool  bCecLocalLogic,
int  keyType,
int  keyCode 
)

Utility function to send ActiveSource CEC event to TV.

Returns
if return 1 caller should not broadcast IARM key event.

Definition at line 29 of file iarmcec.c.

◆ IARMCEC_SendCECImageViewOn()

bool IARMCEC_SendCECImageViewOn ( bool  bCecLocalLogic)

Utility function to send ImageViewOn CEC event to TV.

Returns
if return 1 caller should not broadcast IARM key event.

Definition at line 91 of file iarmcec.c.