Home
last modified time | relevance | path

Searched refs:DrmPlugin (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp32 Return<void> DrmPlugin::openSession(openSession_cb _hidl_cb) { in openSession()
39 Return<Status> DrmPlugin::closeSession(const hidl_vec<uint8_t>& sessionId) { in closeSession()
43 Return<void> DrmPlugin::getKeyRequest(const hidl_vec<uint8_t>& scope, in getKeyRequest()
50 android::DrmPlugin::KeyType legacyKeyType; in getKeyRequest()
53 legacyKeyType = android::DrmPlugin::kKeyType_Offline; in getKeyRequest()
56 legacyKeyType = android::DrmPlugin::kKeyType_Streaming; in getKeyRequest()
59 legacyKeyType = android::DrmPlugin::kKeyType_Release; in getKeyRequest()
77 android::DrmPlugin::KeyRequestType legacyRequestType = in getKeyRequest()
78 android::DrmPlugin::kKeyRequestType_Unknown; in getKeyRequest()
86 case android::DrmPlugin::kKeyRequestType_Initial: in getKeyRequest()
[all …]
DDrmPlugin.h46 struct DrmPlugin : public IDrmPlugin, android::DrmPluginListener { struct
48 DrmPlugin(android::DrmPlugin *plugin) : mLegacyPlugin(plugin) {} in DrmPlugin() function
49 ~DrmPlugin() {delete mLegacyPlugin;} in ~DrmPlugin() argument
144 virtual void sendEvent(android::DrmPlugin::EventType eventType, int extra,
151 Vector<android::DrmPlugin::KeyStatus> const *keyStatusList,
155 android::DrmPlugin *mLegacyPlugin;
158 DrmPlugin() = delete;
159 DrmPlugin(const DrmPlugin &) = delete;
160 void operator=(const DrmPlugin &) = delete; argument
DDrmFactory.cpp60 android::DrmPlugin *legacyPlugin = NULL; in createPlugin()
63 DrmPlugin *newPlugin = NULL; in createPlugin()
67 newPlugin = new DrmPlugin(legacyPlugin); in createPlugin()
DAndroid.bp139 "DrmPlugin.cpp",
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal21 * Ref: frameworks/native/include/media/drm/DrmAPI.h:DrmPlugin
31 * Open a new session with the DrmPlugin object. A session ID is returned
45 * Close a session on the DrmPlugin object