Searched defs:defaultMsg (Results 1 – 3 of 3) sorted by relevance
292 std::string GetExceptionMessage(const DrmStatus &err, const char *defaultMsg, const sp<T> &iface) { in GetExceptionMessage()
366 std::string GetExceptionMessage(const DrmStatus &err, const char* defaultMsg, in GetExceptionMessage()
1249 static void CryptoErrorToJavaError(status_t err, jint& jerr, std::string& defaultMsg) { in CryptoErrorToJavaError()1299 std::string defaultMsg = "Unknown Error"; in createCryptoException() local