Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h505 static bool IsFileSuffixSupported(const String8& suffix);
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp201 bool FwdLockEngine::IsFileSuffixSupported(const String8& suffix) { in IsFileSuffixSupported() function in FwdLockEngine
231 return IsFileSuffixSupported(extString); in onCanHandle()