Searched refs:GetExceptionMessage (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/drm/libmediadrm/interface/mediadrm/ |
D | DrmUtils.h | 226 std::string GetExceptionMessage(status_t err, const char *msg, 230 std::string GetExceptionMessage(status_t err, const char *msg, const sp<T> &iface) { in GetExceptionMessage() function 233 return GetExceptionMessage(err, msg, logs); in GetExceptionMessage()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmUtils.cpp | 327 std::string GetExceptionMessage(status_t err, const char *msg, in GetExceptionMessage() function
|
/frameworks/base/media/jni/ |
D | android_media_MediaDrm.cpp | 429 msgStr = DrmUtils::GetExceptionMessage(err, msg, drm); in throwExceptionAsNecessary() 971 auto msg(DrmUtils::GetExceptionMessage(err, "Failed to instantiate drm object", logs)); in android_media_MediaDrm_native_setup()
|
D | android_media_MediaCodec.cpp | 1342 msgStr = DrmUtils::GetExceptionMessage(err, msgStr.c_str(), crypto); in throwCryptoException()
|