Searched refs:AVControllerObserver (Results 1 – 3 of 3) sorted by relevance
30 class AVControllerObserver; variable59 std::map<std::string, std::shared_ptr<AVControllerObserver>> playerIdToControllerCallbackMap_;65 std::shared_ptr<AVControllerObserver> callback, bool isAdd);103 class AVControllerObserver : public AVControllerCallback {105 explicit AVControllerObserver(const std::string &playerId) : playerId_(playerId){}; in AVControllerObserver() function106 AVControllerObserver() {}; in AVControllerObserver() function107 ~AVControllerObserver() {}; in ~AVControllerObserver()
97 …std::shared_ptr<AVControllerObserver> callback = std::make_shared<AVControllerObserver>(sessionId); in CreateController()132 std::shared_ptr<AVControllerObserver> callback, bool isAdd) in UpdateCache()642 void AVControllerObserver::OnSessionDestroy() in OnSessionDestroy()647 void AVControllerObserver::OnPlaybackStateChange(const AVPlaybackState &state) in OnPlaybackStateChange()655 void AVControllerObserver::OnMetaDataChange(const AVMetaData &data) in OnMetaDataChange()664 void AVControllerObserver::Init(std::weak_ptr<MigrateAVSessionServer> migrateServer) in Init()
295 auto avControllerCallback = std::make_shared<AVControllerObserver>(sessionId); in AvControllerItemTestImplSecond()