Lines Matching refs:retCode
106 bool retCode = false; in canHandle() local
108 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle()
110 return retCode; in canHandle()
191 bool retCode = false; in validateAction() local
193 retCode = getDrmManagerService()->validateAction( in validateAction()
196 return retCode; in validateAction()
213 int retCode = INVALID_VALUE; in openConvertSession() local
215 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession()
217 return retCode; in openConvertSession()
315 ssize_t retCode = INVALID_VALUE; in pread() local
317 retCode = getDrmManagerService()->pread( in pread()
320 return retCode; in pread()