Home
last modified time | relevance | path

Searched refs:getEndpoint (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCTargetProcessControl.h109 Parent.getEndpoint().template callAsync<orcrpctpc::FinalizeMem>( in finalizeAsync()
122 Parent.getEndpoint().abandonPendingResponses(); in finalizeAsync()
139 return Parent.getEndpoint().template callB<orcrpctpc::ReleaseMem>(RMR); in deallocate()
186 Parent.getEndpoint().template callB<orcrpctpc::ReserveMem>(RMR); in allocate()
218 decltype(std::declval<OrcRPCTPCImplT>().getEndpoint()) getEndpoint() { in getEndpoint() function
219 return Parent.getEndpoint(); in getEndpoint()
260 if (auto Err = Parent.getEndpoint().template callAsync<WriteRPCFunction>( in writeViaRPC()
267 Parent.getEndpoint().abandonPendingResponses(); in writeViaRPC()
289 RPCEndpointT &getEndpoint() { return EP; } in getEndpoint() function
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltUsbConnection.java107 endpointIn = iface.getEndpoint(epInIdx); in onConnect()
108 endpointOut = iface.getEndpoint(epOutIdx); in onConnect()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h429 RPCEndpointT &getEndpoint() { return EP; } in getEndpoint() function