Searched refs:strong_from_weak (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp650 sp<IBinder> strong_from_weak = weak.promote(); local
652 EXPECT_EQ(strong, strong_from_weak);
654 strong_from_weak = NULL;
655 strong_from_weak = weak.promote();
656 EXPECT_TRUE(strong_from_weak == NULL);

Completed in 524 milliseconds