| 20 | int soc_interface_GetWrapperVersion() { return -1; } |
| 21 | int soc_interface_GetSocControllerVersion() { return -1; } |
| 22 | bool soc_interface_Init() { return false; } |
| 23 | bool soc_interface_Finalize() { return false; } |
| 24 | bool soc_interface_ExecuteGraph() { return false; } |
| 25 | bool soc_interface_TeardownGraph() { return false; } |