Searched refs:FileSuffixes (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp163 const String8 FwdLockEngine::FileSuffixes[] = { member in class:FwdLockEngine
183 for (size_t i = 0, n = sizeof(FileSuffixes)/sizeof(FileSuffixes[0]); i < n; ++i) {
184 info->addFileSuffix(FileSuffixes[i]);
202 for (size_t i = 0, n = sizeof(FileSuffixes)/sizeof(FileSuffixes[0]); i < n; ++i) {
203 if (tmp == FileSuffixes[i]) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h504 static const String8 FileSuffixes[]; member in class:android::FwdLockEngine

Completed in 61 milliseconds