OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSupportedPlugInId
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/drmserver/
DrmManager.h
138
String8
getSupportedPlugInId
(int uniqueId, const String8& path, const String8& mimeType);
140
String8
getSupportedPlugInId
(const String8& mimeType);
DrmManager.cpp
175
const String8 plugInId =
getSupportedPlugInId
(mimeType);
194
const String8 plugInId =
getSupportedPlugInId
(drmInfo->getMimeType());
219
const String8 plugInId =
getSupportedPlugInId
(drmInfoRequest->getMimeType());
230
const String8 plugInId =
getSupportedPlugInId
(drmRights.getMimeType());
251
const String8 plugInId =
getSupportedPlugInId
(uniqueId, path, mimeType);
330
const String8 plugInId =
getSupportedPlugInId
(mimeType);
547
String8 DrmManager::
getSupportedPlugInId
(
552
plugInId =
getSupportedPlugInId
(mimeType);
559
String8 DrmManager::
getSupportedPlugInId
(const String8& mimeType) {
Completed in 48 milliseconds