OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMetadataKeyList
(Results
1 - 2
of
2
) sorted by null
/external/opencore/android/
metadatadriver.cpp
198
//dumpkeystolog(
mMetadataKeyList
);
200
uint32 n =
mMetadataKeyList
.size();
203
if (containsSupportedKey(
mMetadataKeyList
[i])) {
204
mActualMetadataKeyList.push_back(
mMetadataKeyList
[i]);
207
mMetadataKeyList
.clear();
607
mMetadataKeyList
.clear();
608
OSCL_TRY(error, mCmdId = mUtil->GetMetadataKeys(
mMetadataKeyList
, 0, -1, NULL, (OsclAny*)&mContextObject));
metadatadriver.h
183
PVPMetadataList
mMetadataKeyList
;
Completed in 45 milliseconds