Home | History | Annotate | Download | only in libdrmframework

Lines Matching defs:retCode

120     bool retCode = false;
122 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType);
124 return retCode;
205 bool retCode = false;
207 retCode = getDrmManagerService()->validateAction(
210 return retCode;
227 int retCode = INVALID_VALUE;
229 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType);
231 return retCode;
329 ssize_t retCode = INVALID_VALUE;
331 retCode = getDrmManagerService()->pread(
334 return retCode;