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()
62 bool DrmManagerService::selinuxIsProtectedCallAllowed(pid_t spid, drm_perm_t perm) { in selinuxIsProtectedCallAllowed()
83 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { in isProtectedCallAllowed()
99 void DrmManagerService::instantiate() { in instantiate()
101 defaultServiceManager()->addService(String16("drm.drmManager"), new DrmManagerService()); in instantiate()
123 DrmManagerService::DrmManagerService() : in DrmManagerService() function in DrmManagerService
130 DrmManagerService::~DrmManagerService() { in ~DrmManagerService()
136 int DrmManagerService::addUniqueId(bool isNative) { in addUniqueId()
140 void DrmManagerService::removeUniqueId(int uniqueId) { in removeUniqueId()
[all …]
Dmain_drmserver.cpp34 DrmManagerService::instantiate(); in main()
DAndroid.mk22 DrmManagerService.cpp
/frameworks/av/drm/libdrmframework/include/
DDrmManagerService.h40 class DrmManagerService : public BnDrmManagerService {
58 DrmManagerService();
59 virtual ~DrmManagerService();
DIDrmManagerService.h82 DECLARE_META_INTERFACE(DrmManagerService);
/frameworks/av/drm/common/
DIDrmManagerService.cpp791 IMPLEMENT_META_INTERFACE(DrmManagerService, "drm.IDrmManagerService");