Searched refs:passiveclient (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp569 sp<IBinder> passiveclient[clientcount]; local
588 passiveclient[i] = addServer();
589 ASSERT_TRUE(passiveclient[i] != NULL);
591 ret = passiveclient[i]->transact(BINDER_LIB_TEST_ADD_STRONG_REF_TRANSACTION, data, &reply, TF_ONE_WAY);

Completed in 662 milliseconds