Searched refs:IntToConstPtr (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | ipc_helper_tests.cpp | 27 const void* IntToConstPtr(intptr_t value) { in IntToConstPtr() function 126 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 134 Send(kSocketFd, IntToConstPtr(kPtr + 20), 80, MSG_NOSIGNAL)) in TEST_F() 140 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 149 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 157 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 169 auto status = SendAll(&sender_, kSocket, IntToConstPtr(kPtr), 100); in TEST_F() 238 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr2), 200, _)) in TEST_F() 242 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr3), 300, _)) in TEST_F() 265 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr2), 200, _)) in TEST_F() [all …]
|
/aosp12/frameworks/native/libs/vr/libpdx/ |
H A 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()
|