Home
last modified time | relevance | path

Searched refs:IntToConstPtr (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper_tests.cpp27 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 Dclient_tests.cpp37 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()