Searched refs:objectStubOne (Results 1 – 5 of 5) sorted by relevance
120 IpcObjectStub objectStubOne = { variable127 .token = (uintptr_t)&objectStubOne,128 .cookie = (uintptr_t)&objectStubOne182 IpcObjectStub objectStubOne = { variable189 .token = (uintptr_t)&objectStubOne,190 .cookie = (uintptr_t)&objectStubOne
23 IpcObjectStub *objectStubOne = (IpcObjectStub *)calloc(1, sizeof(IpcObjectStub)); in ClientRegisterRemoteEndpoint() local24 if (objectStubOne == NULL) { in ClientRegisterRemoteEndpoint()27 objectStubOne->func = Dispatch; in ClientRegisterRemoteEndpoint()28 objectStubOne->isRemote = true; in ClientRegisterRemoteEndpoint()31 identity->cookie = objectStubOne; in ClientRegisterRemoteEndpoint()
81 IpcObjectStub *objectStubOne = (IpcObjectStub *)calloc(1, sizeof(IpcObjectStub)); in Listen() local82 if (objectStubOne == NULL) { in Listen()87 objectStubOne->func = Dispatch; in Listen()88 objectStubOne->args = endpoint; in Listen()89 objectStubOne->isRemote = false; in Listen()90 endpoint->identity.cookie = objectStubOne; in Listen()
83 IpcObjectStub objectStubOne = { in main() local90 .token = (uintptr_t)&objectStubOne, in main()91 .cookie = (uintptr_t)&objectStubOne in main()
109 IpcObjectStub objectStubOne = { variable117 .cookie = (uintptr_t)&objectStubOne