Searched refs:rr (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java144 RILRequest rr = null;
148 rr = sPool;
149 sPool = rr.mNext;
150 rr.mNext = null;
155 if (rr == null) {
156 rr = new RILRequest();
159 rr.mSerial = sNextSerial.getAndIncrement();
161 rr.mRequest = request;
162 rr.mResult = result;
164 rr
457 getResponseForTimedOutRILRequest(RILRequest rr) argument
659 addRequest(RILRequest rr) argument
673 handleRadioProxyExceptionForRR(RILRequest rr, String caller, Exception e) argument
4039 processResponseDone(RILRequest rr, RadioResponseInfo responseInfo, Object ret) argument
4109 acquireWakeLock(RILRequest rr, int wakeLockType) argument
4159 decrementWakeLock(RILRequest rr) argument
4258 addToRilHistogram(RILRequest rr) argument
[all...]
H A DOemHookResponse.java40 RILRequest rr = mRil.processResponse(responseInfo);
42 if (rr != null) {
46 RadioResponse.sendMessageResponse(rr.mResult, ret);
48 mRil.processResponseDone(rr, responseInfo, ret);
H A DRadioResponse.java253 RILRequest rr = mRil.processResponse(responseInfo);
255 if (rr != null) {
257 sendMessageResponse(rr.mResult, voiceRegResponse);
259 mRil.processResponseDone(rr, responseInfo, voiceRegResponse);
270 RILRequest rr = mRil.processResponse(responseInfo);
272 if (rr != null) {
274 sendMessageResponse(rr.mResult, dataRegResponse);
276 mRil.processResponseDone(rr, responseInfo, dataRegResponse);
1108 RILRequest rr = mRil.processResponse(responseInfo);
1110 if (rr !
[all...]
H A DRetryManager.java292 RetryRec rr = new RetryRec(0, 0);
295 rr.mDelayTime = value.second;
303 rr.mRandomizationTime = value.second;
305 rr.mRandomizationTime = defaultRandomization;
307 mRetryArray.add(rr);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h.h84 Word16 rr[][L_CODE], /* (o) : matrix of autocorrelation */
H A Ds10_8pf.cpp137 rr[][] = matrix of autocorrelation (Word16)
162 search_10and8i40 (10,5,5,dn, rr, ipos, pos_max, codvec); for GSMEFR
163 search_10and8i40 (8, 4,4,dn, rr, ipos, pos_max, codvec); for 10.2
184 Word16 rr[][L_CODE], // i : matrix of autocorrelation
228 alp0 = L_mult (rr[i0][i0], _1_16);
229 alp0 = L_mac (alp0, rr[i1][i1], _1_16);
230 alp0 = L_mac (alp0, rr[i0][i1], _1_8);
238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE
239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step
240 s = L_mac (s, rr[i
556 search_10and8i40( Word16 nbPulse, Word16 step, Word16 nbTracks, Word16 dn[], Word16 rr[][L_CODE], Word16 ipos[], Word16 pos_max[], Word16 codvec[], Flag *pOverflow ) argument
[all...]
H A Ds10_8pf.h115 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
H A Dc4_17pf.cpp103 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
229 Word16 rr[L_CODE][L_CODE]; local
271 rr,
277 rr,
330 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix
389 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
457 alp0 = (Word32) rr[i0][i0] << 14;
472 * "rr[i0][i3]" is a pointer initialized to "&rr[i0][ipos[3]]" *
482 /* alp1 = alp0 + rr[i
386 search_4i40( Word16 dn[], Word16 dn2[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dc2_9pf.cpp123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
253 Word16 rr[L_CODE][L_CODE];
263 cor_h(h, dn_sign, rr);
264 search_2i40(subNr, dn, rr, codvec);
319 Word16 rr[L_CODE][L_CODE]; local
377 rr,
383 rr,
437 rr = autocorrelation matrix (Word16)
475 Word16 rr[][L_CODE], // i : matrix of autocorrelation
508 alp0 = L_mult(rr[i
587 search_2i40( Word16 subNr, Word16 dn[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
804 Test_search_2i40( Word16 subNr, Word16 dn[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dc3_14pf.cpp94 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
218 Word16 rr[L_CODE][L_CODE]; local
261 rr,
267 rr,
318 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix
376 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
437 /* account for ptr. init. (rr[io]) */
444 /* alp0 = L_mult(rr[i0][i0],_1_4, pOverflow); */
445 alp0 = (Word32) rr[i0][i0] << 14;
460 * "rr[i
373 search_3i40( Word16 dn[], Word16 dn2[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dc2_11pf.cpp123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
244 Word16 rr[L_CODE][L_CODE]; local
288 rr,
293 rr,
346 rr, matrix of autocorrelation, double-array of type Word16
406 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
462 /* alp0 = L_mult(rr[i0][i0], _1_4, pOverflow); */
463 alp0 = (Word32) rr[i0][i0] << 14;
476 * "rr[i0][i2]" is a pointer initialized to "&rr[i
404 search_2i40( Word16 dn[], Word16 rr[][L_CODE], Word16 codvec[], Flag * pOverflow ) argument
[all...]
H A Dcor_h.cpp56 Description: Fixed portion of the code that builds the rr[] matrix. There
145 rr = autocorrelation matrix; matrix contents are of type Word16;
149 rr contents are the newly calculated autocorrelation values
167 rr[i][j] = sum_{n=i}^{L-1} h[n-i] h[n-j]; i>=j; i,j=0,...,L-1
170 rr[i][j] = rr[i][j]*sign[i]*sign[j]
189 Word16 rr[][L_CODE] // (o) : matrix of autocorrelation
221 // build matrix rr[]
227 rr[i][i] = pv_round (s);
238 rr[
267 cor_h( Word16 h[], Word16 sign[], Word16 rr[][L_CODE], Flag *pOverflow ) argument
[all...]
H A Dc1035pf.cpp604 Word16 rr[L_CODE][L_CODE], i;
608 cor_h (h, sign, rr);
611 dn, rr, ipos, pos_max, codvec);
660 Word16 rr[L_CODE][L_CODE], i; local
664 cor_h(h, sign, rr, pOverflow);
667 dn, rr, ipos, pos_max, codvec, pOverflow);
H A Dc8_31pf.cpp765 Word16 rr[L_CODE][L_CODE]; local
795 rr,
803 rr,
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dshadows.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dshadows.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dshadows.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dshadows_f.rs107 int rr=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
138 rr = cv;
143 rr = X;
148 rr = m;
153 rr = m;
158 rr = X;
163 rr = cv;
172 rgb.r = rr;
/frameworks/base/tools/aapt/
H A DImages.cpp824 int i, j, rr, gg, bb, aa; local
842 rr = row[0];
853 printf(" (%d)", rr);
856 printf(" (%d %d", rr, gg);
859 printf(" (%d %d %d)", rr, gg, bb);
862 printf(" (%d %d %d %d)", rr, gg, bb, aa);
882 int i, j, rr, gg, bb, aa, idx;; local
922 rr = 0;
933 rr = *(row);
940 maxGrayDeviation = MAX(ABS(rr
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp645 int rr = *in_row++; local
651 rr = gg = bb = 0;
654 const uint32_t color = rr << 24 | gg << 16 | bb << 8 | aa;
670 int rr = in_row[x * 4]; local
676 rr = gg = bb = 0;
687 (png_byte)(rr * 0.2126f + gg * 0.7152f + bb * 0.0722f);
707 int rr = *in_row++; local
713 rr = gg = bb = 0;
715 out_row[x * bpp] = rr;
H A DPng.cpp188 int i, j, rr, gg, bb, aa;
207 rr = row[0];
218 printf(" (%d)", rr);
221 printf(" (%d %d", rr, gg);
224 printf(" (%d %d %d)", rr, gg, bb);
227 printf(" (%d %d %d %d)", rr, gg, bb, aa);
254 int i, j, rr, gg, bb, aa, idx; local
277 rr = *row++;
283 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
285 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviatio
[all...]
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java214 int rr = computePrePostMul(a0, r0);
215 assertTrue("red", Math.abs(rr - r1) <= tolerance);
228 int cc = Color.argb(a0, rr, gg, bb);
/frameworks/opt/net/wifi/tests/wifitests/assets/
H A Dr1.PerProviderSubscription.conf19 5:Realm=6:rr.com
H A Dr2.PerProviderSubscription.conf88 5:Realm=6:rr.com
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java214 final PeopleRankingReconsideration rr =
218 if (rr == null) {
222 rr.setRecord(record);
224 return rr;

Completed in 1124 milliseconds

12