Home
last modified time | relevance | path

Searched refs:aiInterface (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server.c239 static int InvokeInitSaEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeInitSaEngine() argument
245 int32_t clientId = aiInterface->InitEngine(&configInfo); in InvokeInitSaEngine()
260 static int InvokeLoadAlgorithm(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeLoadAlgorithm() argument
276 retCode = aiInterface->LoadAlgorithm(&clientInfo, &algorithmInfo, &inputInfo, &outputInfo); in InvokeLoadAlgorithm()
287 static int InvokeSyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeSyncExecute() argument
303 retCode = aiInterface->SyncExecuteAlgorithm(&clientInfo, &algorithmInfo, &inputInfo, &outputInfo); in InvokeSyncExecute()
314 static int InvokeAsyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeAsyncExecute() argument
326 retCode = aiInterface->AsyncExecuteAlgorithm(&clientInfo, &algorithmInfo, &inputInfo); in InvokeAsyncExecute()
334 static int InvokeDestroyEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeDestroyEngine() argument
344 retCode = aiInterface in InvokeDestroyEngine()
350 InvokeSetOption(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) InvokeSetOption() argument
378 InvokeGetOption(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) InvokeGetOption() argument
414 InvokeRegisterCallback(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) InvokeRegisterCallback() argument
437 InvokeUnregisterCallback(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) InvokeUnregisterCallback() argument
464 InvokeUnloadAlgorithm(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) InvokeUnloadAlgorithm() argument
499 AiInterface *aiInterface = (AiInterface *)proxy; Invoke() local
[all...]

Completed in 2 milliseconds