Home
last modified time | relevance | path

Searched refs:checkSupportedFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp38 DraggingPlayerAgent::CheckSupportedFunc DraggingPlayerAgent::checkSupportedFunc_ = nullptr; member in OHOS::Media::DraggingPlayerAgent
91 if (!LoadSymbol() || checkSupportedFunc_ == nullptr) { in IsDraggingSupported()
94 return checkSupportedFunc_(demuxer.get(), decoder.get()); in IsDraggingSupported()
219 checkSupportedFunc_ = checkSupportedFunc; in CheckSymbol()
H A Ddragging_player_agent.h58 static CheckSupportedFunc checkSupportedFunc_; variable