Searched refs:removeUniqueId (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h51 void removeUniqueId(int uniqueId);
H A DDrmManager.h58 void removeUniqueId(int uniqueId);
H A DIDrmManagerService.h87 virtual void removeUniqueId(int uniqueId) = 0;
177 virtual void removeUniqueId(int uniqueId);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp82 void DrmManagerService::removeUniqueId(int uniqueId) { function in class:DrmManagerService
83 mDrmManager->removeUniqueId(uniqueId);
H A DDrmManager.cpp78 void DrmManager::removeUniqueId(int uniqueId) { function in class:DrmManager
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp49 getDrmManagerService()->removeUniqueId(uniqueId);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp122 void BpDrmManagerService::removeUniqueId(int uniqueId) { function in class:BpDrmManagerService
811 removeUniqueId(data.readInt32());

Completed in 30 milliseconds