Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/drmserver/
H A DDrmManager.cpp277 if (EMPTY_STRING != plugInId) { in getConstraints()
291 if (EMPTY_STRING != plugInId) { in getMetadata()
329 if (EMPTY_STRING != plugInId) { in processDrmInfo()
360 if (EMPTY_STRING != plugInId) { in acquireDrmInfo()
716 String8 plugInId(""); in getSupportedPlugInId() local
723 return plugInId; in getSupportedPlugInId()
727 String8 plugInId(""); in getSupportedPlugInId() local
739 return plugInId; in getSupportedPlugInId()
743 String8 plugInId(""); in getSupportedPlugInIdFromPath() local
754 plugInId = key; in getSupportedPlugInIdFromPath()
[all …]
H A DDrmManager.h191 const String8& plugInId, const String8& mimeType = String8(""));