Searched defs:drmEngineFile (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/drm/common/
H A DIDrmManagerService.cpp156 status_t BpDrmManagerService::installDrmEngine(int uniqueId, const String8& drmEngineFile) { argument
162 data.writeString8(drmEngineFile);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp90 status_t DrmManagerService::installDrmEngine(int uniqueId, const String8& drmEngineFile) { argument
92 return mDrmManager->installDrmEngine(uniqueId, drmEngineFile);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp90 int uniqueId, const String8& drmEngineFile) {
92 if (EMPTY_STRING != drmEngineFile) {
93 status = getDrmManagerService()->installDrmEngine(uniqueId, drmEngineFile);
89 installDrmEngine( int uniqueId, const String8& drmEngineFile) argument

Completed in 1498 milliseconds