Searched refs:sourceTrans (Results 1 – 2 of 2) sorted by relevance
41 sourceTrans = std::make_shared<ScreenSourceTrans>(); in SetUp()56 int32_t actual = sourceTrans->RegisterStateCallback(callback);83 int32_t actual = sourceTrans->RegisterStateCallback(callback);
31 std::shared_ptr<ScreenSourceTrans> sourceTrans = nullptr; variable