Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp277 sp<IBinder> rootBinder; member
298 rootBinder = nullptr; in ~BinderRpcTestProcessSession()
410 ret.rootBinder = ret.proc.sessions.at(0).root; in createRpcTestSocketServerProcess()
411 ret.rootIface = interface_cast<IBinderRpcTest>(ret.rootBinder); in createRpcTestSocketServerProcess()
428 ASSERT_NE(proc.rootBinder, nullptr); in TEST_P()
429 EXPECT_EQ(OK, proc.rootBinder->pingBinder()); in TEST_P()
434 ASSERT_NE(proc.rootBinder, nullptr); in TEST_P()
435 EXPECT_EQ(IBinderRpcTest::descriptor, proc.rootBinder->getInterfaceDescriptor()); in TEST_P()
450 EXPECT_EQ(BAD_TYPE, proc.rootBinder->transact(IBinder::PING_TRANSACTION, data, &reply, 0)); in TEST_P()
457 p1.markForBinder(proc.rootBinder); in TEST_P()
[all …]