Searched refs:AddListenerForPlaybackState (Results 1 – 3 of 3) sorted by relevance
44 void AddListenerForPlaybackState(const std::function<void(const AVPlaybackState&)>& listener);
144 void AVControllerCallbackClient::AddListenerForPlaybackState(const std::function<void(const AVPlayb… in AddListenerForPlaybackState() function in OHOS::AVSession::AVControllerCallbackClient
502 callback_->AddListenerForPlaybackState([this](const AVPlaybackState& state) { in RegisterCallback()