Home
last modified time | relevance | path

Searched refs:DrmManagerService (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/drmserver/
DDrmManagerService.cpp40 const char *const DrmManagerService::drm_perm_labels[] = {
51 const char *DrmManagerService::get_perm_label(drm_perm_t perm) { in get_perm_label()
61 bool DrmManagerService::selinuxIsProtectedCallAllowed(pid_t spid, const char* ssid, drm_perm_t perm… in selinuxIsProtectedCallAllowed()
86 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { in isProtectedCallAllowed()
103 void DrmManagerService::instantiate() { in instantiate()
105 sp<DrmManagerService> service = new DrmManagerService(); in instantiate()
129 DrmManagerService::DrmManagerService() : in DrmManagerService() function in DrmManagerService
136 DrmManagerService::~DrmManagerService() { in ~DrmManagerService()
142 int DrmManagerService::addUniqueId(bool isNative) { in addUniqueId()
146 void DrmManagerService::removeUniqueId(int uniqueId) { in removeUniqueId()
[all …]
DDrmManagerService.h40 class DrmManagerService : public BnDrmManagerService {
58 DrmManagerService();
59 virtual ~DrmManagerService();
Dmain_drmserver.cpp36 DrmManagerService::instantiate(); in main()
DAndroid.bp23 "DrmManagerService.cpp",
/frameworks/av/drm/common/include/
DIDrmManagerService.h82 DECLARE_META_INTERFACE(DrmManagerService);
/frameworks/av/drm/common/
DIDrmManagerService.cpp795 IMPLEMENT_META_INTERFACE(DrmManagerService, "drm.IDrmManagerService");