Lines Matching refs:TestClientCallback
236 struct TestClientCallback : public BnTranscodingClientCallback { struct
237 TestClientCallback(TestTranscoder* owner, ClientIdType clientId, uid_t clientUid) in TestClientCallback() argument
279 virtual ~TestClientCallback() { ALOGI("TestClient destroyed"); }; in ~TestClientCallback() argument
285 TestClientCallback(const TestClientCallback&) = delete;
286 TestClientCallback& operator=(const TestClientCallback&) = delete;
320 mClientCallback0 = ::ndk::SharedRefBase::make<TestClientCallback>(mTranscoder.get(), in SetUp()
322 mClientCallback1 = ::ndk::SharedRefBase::make<TestClientCallback>(mTranscoder.get(), in SetUp()
324 mClientCallback2 = ::ndk::SharedRefBase::make<TestClientCallback>(mTranscoder.get(), in SetUp()
326 mClientCallback3 = ::ndk::SharedRefBase::make<TestClientCallback>(mTranscoder.get(), in SetUp()
353 const std::shared_ptr<TestClientCallback>& client, in testPacerHelperWithMultipleUids()
366 const std::shared_ptr<TestClientCallback>& client, in testPacerHelper()
418 std::shared_ptr<TestClientCallback> mClientCallback0;
419 std::shared_ptr<TestClientCallback> mClientCallback1;
420 std::shared_ptr<TestClientCallback> mClientCallback2;
421 std::shared_ptr<TestClientCallback> mClientCallback3;