Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_socket_pta.c14 static TEE_Result invoke_socket_pta(uint32_t cmd_id, uint32_t param_types, in invoke_socket_pta() function
73 res = invoke_socket_pta(PTA_SOCKET_OPEN, param_types, params); in __tee_socket_pta_open()
90 return invoke_socket_pta(PTA_SOCKET_CLOSE, param_types, params); in __tee_socket_pta_close()
112 res = invoke_socket_pta(PTA_SOCKET_SEND, param_types, params); in __tee_socket_pta_send()
136 res = invoke_socket_pta(PTA_SOCKET_RECV, param_types, params); in __tee_socket_pta_recv()
159 res = invoke_socket_pta(PTA_SOCKET_IOCTL, param_types, params); in __tee_socket_pta_ioctl()

Completed in 2 milliseconds