Home
last modified time | relevance | path

Searched refs:badness (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_media_MediaMetricsJNI.cpp135 { if ((size) > left) goto badness; memcpy(&val, buf, (size)); buf += (size); left -= (size);} in writeAttributesToBundle()
137 { if ((size) > left) goto badness; buf += (size); left -= (size);} in writeAttributesToBundle()
142 goto badness; in writeAttributesToBundle()
148 goto badness; in writeAttributesToBundle()
160 if (keylen <= 0) goto badness; in writeAttributesToBundle()
217 goto badness; in writeAttributesToBundle()
222 badness: in writeAttributesToBundle()
/frameworks/base/media/jni/
Dandroid_media_MediaMetricsJNI.cpp135 { if ((size) > left) goto badness; memcpy(&val, buf, (size)); buf += (size); left -= (size);} in writeAttributesToBundle()
137 { if ((size) > left) goto badness; buf += (size); left -= (size);} in writeAttributesToBundle()
142 goto badness; in writeAttributesToBundle()
148 goto badness; in writeAttributesToBundle()
160 if (keylen <= 0) goto badness; in writeAttributesToBundle()
217 goto badness; in writeAttributesToBundle()
222 badness: in writeAttributesToBundle()
/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp1004 const char *badness = ""; in getInstance() local
1021 badness = "did not find service"; in getInstance()
1024 badness = "No Service Manager access"; in getInstance()
1032 ALOGD("Unable to bind to service %s: %s", servicename, badness); in getInstance()
1229 goto badness; in dumpAttributes()
1236 goto badness; in dumpAttributes()
1244 badness: in dumpAttributes()