Home
last modified time | relevance | path

Searched refs:drmEngineFile (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/drm/libdrmframework/
DDrmManagerClientImpl.cpp90 int uniqueId, const String8& drmEngineFile) { in installDrmEngine() argument
92 if (EMPTY_STRING != drmEngineFile) { in installDrmEngine()
93 status = getDrmManagerService()->installDrmEngine(uniqueId, drmEngineFile); in installDrmEngine()
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp90 status_t DrmManagerService::installDrmEngine(int uniqueId, const String8& drmEngineFile) { in installDrmEngine() argument
92 return mDrmManager->installDrmEngine(uniqueId, drmEngineFile); in installDrmEngine()
/frameworks/av/drm/libdrmframework/include/
DIDrmManagerService.h96 virtual status_t installDrmEngine(int uniqueId, const String8& drmEngineFile) = 0;
188 virtual status_t installDrmEngine(int uniqueId, const String8& drmEngineFile);
DDrmManagerService.h60 status_t installDrmEngine(int uniqueId, const String8& drmEngineFile);
DDrmManagerClientImpl.h421 status_t installDrmEngine(int uniqueId, const String8& drmEngineFile);
DDrmManager.h73 status_t installDrmEngine(int uniqueId, const String8& drmEngineFile);
/frameworks/av/drm/common/
DIDrmManagerService.cpp156 status_t BpDrmManagerService::installDrmEngine(int uniqueId, const String8& drmEngineFile) { in installDrmEngine() argument
162 data.writeString8(drmEngineFile); in installDrmEngine()