Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp128 AIBinder* promoted = AIBinder_Weak_promote(weak); in TEST_F() local
129 EXPECT_EQ(binder, promoted); in TEST_F()
132 AIBinder_decStrong(promoted); in TEST_F()
140 AIBinder* promoted = AIBinder_Weak_promote(weak); in TEST_F() local
141 EXPECT_EQ(nullptr, promoted); in TEST_F()
152 AIBinder* promoted = AIBinder_Weak_promote(copy); in TEST_F() local
153 EXPECT_EQ(binder, promoted); in TEST_F()
156 AIBinder_decStrong(promoted); in TEST_F()
168 AIBinder* promoted = AIBinder_Weak_promote(weak); in TEST_F() local
169 EXPECT_EQ(nullptr, promoted); in TEST_F()