Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/api/cec/
H A DapiCEC.c571 CEC_ERROR_CODE MApi_CEC_Msg_RoutingChange(MS_U8* orig_address, MS_U8* new_address) in MApi_CEC_Msg_RoutingChange() argument
576 pCECArgs.ucNewAddr = new_address; in MApi_CEC_Msg_RoutingChange()
637 CEC_ERROR_CODE MApi_CEC_Msg_SetStreamPath(MS_U8* new_address) in MApi_CEC_Msg_SetStreamPath() argument
641 pCECArgs.ucNewAddr = new_address; in MApi_CEC_Msg_SetStreamPath()
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/
H A DdrvCEC.c1434 CEC_ERROR_CODE MDrv_CEC_Msg_RoutingChange(void* pInstance, MS_U8* orig_address, MS_U8* new_address)
1464 txbuf[2] = new_address[0];
1465 txbuf[3] = new_address[1];
1540 CEC_ERROR_CODE MDrv_CEC_Msg_SetStreamPath(void* pInstance, MS_U8* new_address)
1568 txbuf[0] = new_address[0];
1569 txbuf[1] = new_address[1];
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/include/
H A DdrvCEC.h135 …EC_ERROR_CODE MDrv_CEC_Msg_RoutingChange(void* pInstance, MS_U8* orig_address, MS_U8* new_address);
137 INTERFACE CEC_ERROR_CODE MDrv_CEC_Msg_SetStreamPath(void* pInstance, MS_U8* new_address);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiCEC.h1461 CEC_ERROR_CODE MApi_CEC_Msg_RoutingChange(MS_U8* orig_address, MS_U8* new_address);
1476 CEC_ERROR_CODE MApi_CEC_Msg_SetStreamPath(MS_U8* new_address);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt64692 CEC_ERROR_CODE MApi_CEC_Msg_RoutingChange(MS_U8* orig_address, MS_U8* new_address);
64707 CEC_ERROR_CODE MApi_CEC_Msg_SetStreamPath(MS_U8* new_address);