Searched defs:aiInterface (Results 1 - 1 of 1) sorted by relevance
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | sa_server.c | 239 static int InvokeInitSaEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeInitSaEngine() argument 260 static int InvokeLoadAlgorithm(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeLoadAlgorithm() argument 287 static int InvokeSyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeSyncExecute() argument 314 static int InvokeAsyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeAsyncExecute() argument 334 static int InvokeDestroyEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeDestroyEngine() argument 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 4 milliseconds