Lines Matching full:path
30 int uniqueId, const String8* path, int action) {
31 return onGetConstraints(uniqueId, path, action);
34 DrmMetadata* DrmEngineBase::getMetadata(int uniqueId, const String8* path) {
35 return onGetMetadata(uniqueId, path);
51 bool DrmEngineBase::canHandle(int uniqueId, const String8& path) {
52 return onCanHandle(uniqueId, path);
69 String8 DrmEngineBase::getOriginalMimeType(int uniqueId, const String8& path, int fd) {
70 return onGetOriginalMimeType(uniqueId, path, fd);
73 int DrmEngineBase::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) {
74 return onGetDrmObjectType(uniqueId, path, mimeType);
77 int DrmEngineBase::checkRightsStatus(int uniqueId, const String8& path, int action) {
78 return onCheckRightsStatus(uniqueId, path, action);
92 int uniqueId, const String8& path,
94 return onValidateAction(uniqueId, path, action, description);
97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) {
98 return onRemoveRights(uniqueId, path);