Lines Matching refs:TestClientCallback
262 struct TestClientCallback : public BnTranscodingClientCallback, struct
264 public std::enable_shared_from_this<TestClientCallback> {
265 TestClientCallback(const char* packageName, int32_t id) in TestClientCallback() function
276 virtual ~TestClientCallback() { ALOGI("TestClientCallback %d destroyed", mClientId); } in ~TestClientCallback() argument
491 mClient1 = ::ndk::SharedRefBase::make<TestClientCallback>(kClientPackageA, 1); in SetUp() argument
492 mClient2 = ::ndk::SharedRefBase::make<TestClientCallback>(kClientPackageB, 2); in SetUp()
493 mClient3 = ::ndk::SharedRefBase::make<TestClientCallback>(kClientPackageC, 3); in SetUp()
496 Status registerOneClient(const std::shared_ptr<TestClientCallback>& callback) { in registerOneClient()
550 std::shared_ptr<TestClientCallback> mClient1;
551 std::shared_ptr<TestClientCallback> mClient2;
552 std::shared_ptr<TestClientCallback> mClient3;