Searched refs:rep (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java74 final Report rep = reports.get(i);
76 if (rep.mType == REPORT_TYPE_STATUS) {
77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher
78 + ": " + rep.mName.flattenToShortString()
79 + " code=" + rep.mResultCode + " result=" + rep.mResults);
80 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode,
81 rep
[all...]
/frameworks/wilhelm/src/android/
H A Dchannels.c94 audio_channel_representation_t rep local
97 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) {
100 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){
173 audio_channel_representation_t rep = sles_to_audio_channel_mask_representation(mask); local
177 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) {
181 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){
191 SL_LOGE("Unrecognized channel representation %#x", rep);
195 rep,
207 (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION) ? "positional" : "indexed",
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java505 final Icon rep = new Icon(TYPE_RESOURCE);
506 rep.mInt1 = resId;
507 rep.mString1 = context.getPackageName();
508 return rep;
519 final Icon rep = new Icon(TYPE_RESOURCE);
520 rep.mInt1 = resId;
521 rep.mString1 = res.getResourcePackageName(resId);
522 return rep;
534 final Icon rep = new Icon(TYPE_RESOURCE);
535 rep
[all...]
/frameworks/rs/api/
H A DUtilities.h30 // Replaces in string s all occurences of match with rep.
31 std::string stringReplace(std::string s, std::string match, std::string rep);
H A DUtilities.cpp77 string stringReplace(string s, string match, string rep) { argument
84 s.insert(p, rep);
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java108 String rep = primitiveMapping.get(name);
109 if (rep != null) {
110 return rep;
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c431 effect_param_t *rep = (effect_param_t *) pReplyData; local
434 *(int32_t *)rep->data, rep->vsize);
435 rep->status = Downmix_getParameter(pDownmixer, *(int32_t *)rep->data, &rep->vsize,
436 rep->data + sizeof(int32_t));
437 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c328 effect_param_t *rep = (effect_param_t *) pReplyData; local
330 ALOGV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize);
331 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize,
332 rep->data + sizeof(int32_t));
333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad.cpp53 Int SAD_MB_PAD1(UChar *ref,UChar *cur,Int dmin,Int lx,Int *rep);
64 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep);
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java789 ChangeRec rep = reports.get(i);
791 cb.mCallback.opChanged(rep.op, rep.uid, rep.pkg);

Completed in 389 milliseconds