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