Searched refs:IntToConstPtr (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper_tests.cpp | 27 const void* IntToConstPtr(intptr_t value) { in IntToConstPtr() function 123 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F() 126 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 131 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F() 134 Send(kSocketFd, IntToConstPtr(kPtr + 20), 80, MSG_NOSIGNAL)) in TEST_F() 137 Send(kSocketFd, IntToConstPtr(kPtr + 60), 40, MSG_NOSIGNAL)) in TEST_F() 140 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 145 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F() 149 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 154 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F() [all …]
|
/frameworks/native/libs/vr/libpdx/ |
D | client_tests.cpp | 37 inline const void* IntToConstPtr(intptr_t addr) { in IntToConstPtr() function 194 const void* const kTestPtr = IntToConstPtr(1234); in TEST_F() 444 const void* const kSendBuffer = IntToConstPtr(123); in TEST_F()
|