Searched refs:GetExceptionMessage (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | DrmUtils.h | 288 std::string GetExceptionMessage(const DrmStatus & err, const char *defaultMsg, 292 std::string GetExceptionMessage(const DrmStatus &err, const char *defaultMsg, const sp<T> &iface) { in GetExceptionMessage() function 297 return GetExceptionMessage(err, defaultMsg, logs); in GetExceptionMessage()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmUtils.cpp | 366 std::string GetExceptionMessage(const DrmStatus &err, const char* defaultMsg, in GetExceptionMessage() function
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 1316 DrmUtils::GetExceptionMessage(dStatus, defaultMsg.c_str(), crypto)); in createCryptoException() 1623 static std::string GetExceptionMessage(const sp<JMediaCodec> &codec, const char *msg) { in GetExceptionMessage() function 1650 GetExceptionMessage(codec, msg).c_str()); in throwExceptionAsNecessary() 1656 GetExceptionMessage(codec, msg).c_str()); in throwExceptionAsNecessary() 1663 GetExceptionMessage(codec, msg).c_str(), in throwExceptionAsNecessary() 1669 GetExceptionMessage(codec, msg).c_str()); in throwExceptionAsNecessary() 3407 GetExceptionMessage(codec, NULL).c_str()); in android_media_MediaCodec_native_getMetrics()
|
D | android_media_MediaDrm.cpp | 472 msgStr = DrmUtils::GetExceptionMessage(err, msg, drm); in throwExceptionAsNecessary() 1018 auto msg(DrmUtils::GetExceptionMessage(err, "Failed to instantiate drm object", logs)); in android_media_MediaDrm_native_setup()
|