| 4639 | } |
| 4640 | |
| 4641 | inline EVRInitError InitServerDriverContext( IVRDriverContext *pContext ) |
| 4642 | { |
| 4643 | VRDriverContext() = pContext; |
| 4644 | return OpenVRInternal_ModuleServerDriverContext().InitServer(); |
| 4645 | } |
| 4646 | |
| 4647 | inline EVRInitError InitWatchdogDriverContext( IVRDriverContext *pContext ) |
| 4648 | { |
nothing calls this directly
no test coverage detected