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;
179 virtual void removeUniqueId(int uniqueId);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp71 void DrmManagerService::removeUniqueId(int uniqueId) { function in class:DrmManagerService
72 mDrmManager->removeUniqueId(uniqueId);
H A DDrmManager.cpp90 void DrmManager::removeUniqueId(int uniqueId) { function in class:DrmManager
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp44 getDrmManagerService()->removeUniqueId(uniqueId);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp122 void BpDrmManagerService::removeUniqueId(int uniqueId) { function in class:BpDrmManagerService
821 removeUniqueId(data.readInt32());

Completed in 211 milliseconds