TI J721E Imaging User Guide
hwa_viss_srvr_remote.h File Reference

Go to the source code of this file.

Macros

#define VISS_SERVER_REMOTE_SERVICE_NAME   "com.ti.viss_server"
 
#define VISS_CMD_PARAM_SIZE   128
 

Enumerations

enum  VISS_COMMAND { VISS_CMD_GET_2A_PARAMS = 0, VISS_CMD_SET_2A_PARAMS, VISS_CMD_MAX, VISS_CMD_FORCE32BITS = 0x7FFFFFFF }
 RPC Commands application can send to AEWB. More...
 

Functions

int32_t VissServer_RemoteServiceHandler (char *service_name, uint32_t cmd, void *prm, uint32_t prm_size, uint32_t flags)
 
int32_t VissRemoteServer_Init ()
 Function to initialize remote VISS server. More...
 
int32_t VissRemoteServer_DeInit ()
 Function to de-initialize remote VISS server. More...
 

Macro Definition Documentation

◆ VISS_SERVER_REMOTE_SERVICE_NAME

#define VISS_SERVER_REMOTE_SERVICE_NAME   "com.ti.viss_server"

◆ VISS_CMD_PARAM_SIZE

#define VISS_CMD_PARAM_SIZE   128

Enumeration Type Documentation

◆ VISS_COMMAND

RPC Commands application can send to AEWB.

Enumerator
VISS_CMD_GET_2A_PARAMS 
VISS_CMD_SET_2A_PARAMS 
VISS_CMD_MAX 
VISS_CMD_FORCE32BITS 

Function Documentation

◆ VissServer_RemoteServiceHandler()

int32_t VissServer_RemoteServiceHandler ( char *  service_name,
uint32_t  cmd,
void *  prm,
uint32_t  prm_size,
uint32_t  flags 
)

◆ VissRemoteServer_Init()

int32_t VissRemoteServer_Init ( )

Function to initialize remote VISS server.

Returns
0 in case of success error otherwise

◆ VissRemoteServer_DeInit()

int32_t VissRemoteServer_DeInit ( )

Function to de-initialize remote VISS server.

Returns
0 in case of success error otherwise