Searched refs:checkSupportedFunc_ (Results 1 – 2 of 2) sorted by relevance
38 DraggingPlayerAgent::CheckSupportedFunc DraggingPlayerAgent::checkSupportedFunc_ = nullptr; member in OHOS::Media::DraggingPlayerAgent91 if (!LoadSymbol() || checkSupportedFunc_ == nullptr) { in IsDraggingSupported()94 return checkSupportedFunc_(demuxer.get(), decoder.get()); in IsDraggingSupported()219 checkSupportedFunc_ = checkSupportedFunc; in CheckSymbol()
58 static CheckSupportedFunc checkSupportedFunc_; variable