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

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp567 sp<IBinder> linkedclient[clientcount]; local
577 linkedclient[i] = addServer();
578 ASSERT_TRUE(linkedclient[i] != NULL);
582 ret = linkedclient[i]->transact(BINDER_LIB_TEST_LINK_DEATH_TRANSACTION, data, &reply, TF_ONE_WAY);

Completed in 26 milliseconds