Searched refs:getCallback (Results 1 – 3 of 3) sorted by relevance
70 callbacks.push_back(c->getCallback()); in extractCallbacks()137 ASSERT_EQ(cb1, clients.front()->getCallback()); in TEST_F()
259 auto res = client->getCallback()->unlinkToDeath(mCallbackDeathRecipient); in unsubscribe()262 __func__, client->getCallback().get(), res.description().c_str()); in unsubscribe()
47 sp<IVehicleCallback> getCallback() const { in getCallback() function