Home
last modified time | relevance | path

Searched defs:rr (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java133 RILRequest rr = null; in obtain() local
403 RILRequest rr = (RILRequest)(msg.obj); in handleMessage() local
549 private static Object getResponseForTimedOutRILRequest(RILRequest rr) { in getResponseForTimedOutRILRequest()
814 RILRequest rr = RILRequest.obtain(RIL_REQUEST_VOICE_RADIO_TECH, result); in getVoiceRadioTechnology() local
823 RILRequest rr = RILRequest.obtain(RIL_REQUEST_IMS_REGISTRATION_STATE, result); in getImsRegistrationState() local
848 RILRequest rr = RILRequest.obtain(RIL_REQUEST_GET_SIM_STATUS, result); in getIccCardStatus() local
858 RILRequest rr = RILRequest.obtain(RIL_REQUEST_SET_UICC_SUBSCRIPTION, result); in setUiccSubscription() local
874 RILRequest rr = RILRequest.obtain(RIL_REQUEST_ALLOW_DATA, result); in setDataAllowed() local
894 RILRequest rr = RILRequest.obtain(RIL_REQUEST_ENTER_SIM_PIN, result); in supplyIccPinForApp() local
914 RILRequest rr = RILRequest.obtain(RIL_REQUEST_ENTER_SIM_PUK, result); in supplyIccPukForApp() local
[all …]
DRetryManager.java284 RetryRec rr = new RetryRec(0, 0); in configure() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest7.java56 final ResultReceiver rr = new ResultReceiver(mHandler) { in callShellCommand() local
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dc1035pf.cpp660 Word16 rr[L_CODE][L_CODE], i; in code_10i40_35bits() local
Dc3_14pf.cpp218 Word16 rr[L_CODE][L_CODE]; in code_3i40_14bits() local
Dc4_17pf.cpp229 Word16 rr[L_CODE][L_CODE]; in code_4i40_17bits() local
Dc2_11pf.cpp244 Word16 rr[L_CODE][L_CODE]; in code_2i40_11bits() local
Dc8_31pf.cpp765 Word16 rr[L_CODE][L_CODE]; in code_8i40_31bits() local
Dc2_9pf.cpp319 Word16 rr[L_CODE][L_CODE]; in code_2i40_9bits() local
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java213 int rr = computePrePostMul(a0, r0); in testSetPixelsWithNonOpaqueAlpha() local
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java210 final PeopleRankingReconsideration rr = validatePeople(context, key, extras, affinityOut); in validatePeople() local
/frameworks/base/tools/aapt/
DImages.cpp824 int i, j, rr, gg, bb, aa; in dump_image() local
881 int i, j, rr, gg, bb, aa, idx;; in analyze_image() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant_inline.h434 register int32 rr = round; in aan_scale() local
/frameworks/base/tools/aapt2/compile/
DPng.cpp236 int i, j, rr, gg, bb, aa, idx; in analyze_image() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java519 ResultReceiver rr = new ResultReceiver(null) { in getProxyReceiver() local