Home
last modified time | relevance | path

Searched refs:GetExceptionMessage (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/libmediadrm/interface/mediadrm/
DDrmUtils.h226 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/
DDrmUtils.cpp327 std::string GetExceptionMessage(status_t err, const char *msg, in GetExceptionMessage() function
/frameworks/base/media/jni/
Dandroid_media_MediaDrm.cpp429 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()
Dandroid_media_MediaCodec.cpp1342 msgStr = DrmUtils::GetExceptionMessage(err, msgStr.c_str(), crypto); in throwCryptoException()