Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/core/base/devicevfs/src/
A Du_driver_main.c20 static int g_udriver_rpc_handle = 0; variable
146 ret = aos_rpc_regist(g_main_rpc_name, UDRIVER_RPC_BUFFER_SIZE, &g_udriver_rpc_handle); in u_driver_entry()
153 g_main_rpc_name, g_udriver_rpc_handle); in u_driver_entry()
155 ret = aos_rpc_run(g_udriver_rpc_handle, main_thread_req_arrived, main_thread_event_cb); in u_driver_entry()
183 if (g_udriver_rpc_handle) { in u_driver_entry()
184 aos_rpc_close(g_udriver_rpc_handle); in u_driver_entry()
185 g_udriver_rpc_handle = 0; in u_driver_entry()

Completed in 3 milliseconds