OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFileSuffixVector
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/common/
DrmSupportInfo.cpp
28
mFileSuffixVector
(drmSupportInfo.
mFileSuffixVector
),
34
// Do we need to check mMimeTypeVector &
mFileSuffixVector
?
40
// Do we need to check mMimeTypeVector &
mFileSuffixVector
?
61
for (size_t i = 0; i <
mFileSuffixVector
.size(); i++) {
62
const String8 item =
mFileSuffixVector
.itemAt(i);
73
mFileSuffixVector
= drmSupportInfo.
mFileSuffixVector
;
83
return
mFileSuffixVector
.size();
92
mFileSuffixVector
.push(fileSuffix)
[
all
...]
/frameworks/av/include/drm/
DrmSupportInfo.h
57
* Iterator for
mFileSuffixVector
183
Vector<String8>
mFileSuffixVector
;
Completed in 59 milliseconds