/frameworks/base/services/core/java/com/android/server/am/ |
D | InstrumentationReporter.java | 74 final Report rep = reports.get(i); in run() local 76 if (rep.mType == REPORT_TYPE_STATUS) { in run() 77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher in run() 78 + ": " + rep.mName.flattenToShortString() in run() 79 + " code=" + rep.mResultCode + " result=" + rep.mResults); in run() 80 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode, in run() 81 rep.mResults); in run() 83 if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.mWatcher in run() 84 + ": " + rep.mName.flattenToShortString() in run() 85 + " code=" + rep.mResultCode + " result=" + rep.mResults); in run() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Icon.java | 563 final Icon rep = new Icon(TYPE_RESOURCE); in createWithResource() local 564 rep.mInt1 = resId; in createWithResource() 565 rep.mString1 = context.getPackageName(); in createWithResource() 566 return rep; in createWithResource() 578 final Icon rep = new Icon(TYPE_RESOURCE); in createWithResource() local 579 rep.mInt1 = resId; in createWithResource() 580 rep.mString1 = res.getResourcePackageName(resId); in createWithResource() 581 return rep; in createWithResource() 593 final Icon rep = new Icon(TYPE_RESOURCE); in createWithResource() local 594 rep.mInt1 = resId; in createWithResource() [all …]
|
/frameworks/wilhelm/src/android/ |
D | channels.cpp | 95 audio_channel_representation_t rep in sles_channel_count_from_mask() local 98 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) { in sles_channel_count_from_mask() 101 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){ in sles_channel_count_from_mask() 174 audio_channel_representation_t rep = sles_to_audio_channel_mask_representation(mask); in sles_to_android_mask_helper() local 178 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) { in sles_to_android_mask_helper() 182 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){ in sles_to_android_mask_helper() 192 SL_LOGE("Unrecognized channel representation %#x", rep); in sles_to_android_mask_helper() 196 rep, in sles_to_android_mask_helper() 208 (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION) ? "positional" : "indexed", in sles_to_android_mask_helper()
|
/frameworks/base/media/apex/java/android/media/ |
D | CloseGuard.java | 173 public static void setReporter(Reporter rep) { in setReporter() argument 174 if (rep == null) { in setReporter() 177 CloseGuard.reporter = rep; in setReporter()
|
/frameworks/av/media/libeffects/downmix/ |
D | EffectDownmix.c | 551 effect_param_t *rep = (effect_param_t *) pReplyData; in Downmix_Command() local 554 *(int32_t *)rep->data, rep->vsize); in Downmix_Command() 555 rep->status = Downmix_getParameter(pDownmixer, *(int32_t *)rep->data, &rep->vsize, in Downmix_Command() 556 rep->data + sizeof(int32_t)); in Downmix_Command() 557 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; in Downmix_Command()
|
/frameworks/rs/script_api/ |
D | Utilities.cpp | 77 string stringReplace(string s, string match, string rep) { in stringReplace() argument 84 s.insert(p, rep); in stringReplace()
|
D | Utilities.h | 31 std::string stringReplace(std::string s, std::string match, std::string rep);
|
/frameworks/base/core/java/android/text/method/ |
D | QwertyKeyListener.java | 265 String rep = getReplacement(content, x, oldStart, view); in onKeyDown() local 267 if (rep != null) { in onKeyDown() 278 content.replace(x, oldStart, rep); in onKeyDown()
|
/frameworks/av/media/libeffects/testlibs/ |
D | EffectReverb.c | 331 effect_param_t *rep = (effect_param_t *) pReplyData; in Reverb_Command() local 333 …GV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize); in Reverb_Command() 334 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize, in Reverb_Command() 335 rep->data + sizeof(int32_t)); in Reverb_Command() 336 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; in Reverb_Command()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad.cpp | 64 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep);
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 1689 ChangeRec rep = reports.get(i); in resetAllModes() local 1692 this, cb, rep.op, rep.uid, rep.pkg)); in resetAllModes()
|