(EVRApplicationType eApplicationType,ref DmabufAttributes_t pDmabufAttributes,ref ulong pSharedHandle)
| 4694 | return result; |
| 4695 | } |
| 4696 | public bool ImportDmabuf(EVRApplicationType eApplicationType,ref DmabufAttributes_t pDmabufAttributes,ref ulong pSharedHandle) |
| 4697 | { |
| 4698 | pSharedHandle = 0; |
| 4699 | bool result = FnTable.ImportDmabuf(eApplicationType,ref pDmabufAttributes,ref pSharedHandle); |
| 4700 | return result; |
| 4701 | } |
| 4702 | public bool ReceiveSharedFd(ulong ulIpcHandle,ref int pOutFd) |
| 4703 | { |
| 4704 | pOutFd = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected