HomeSort by relevance Sort by last modified time
    Searched refs:mmi (Results 1 - 12 of 12) sorted by null

  /external/libunwind/tests/
ia64-dyn-asm.S 14 {.mmi; alloc loc0 = ar.pfs, 2, 1, 2, 0
22 {.mmi; ld8 r9 = [r8], 8 // load the entry-point
34 {.mmi; add r2 = 16, sp
57 {.mmi; sub sp = sp, in0
69 {.mmi; ld8 r16 = [loc1]
74 {.mmi; mov sp = loc1 // 10
83 {.mmi; ld8 r16 = [loc1]
88 {.mmi; mov sp = loc1
ia64-test-nat-asm.S 411 .mmi
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 550 // handle in-call MMI first if applicable
559 // Only look at the Network portion for mmi
561 ImsPhoneMmiCode mmi = local
564 "dialing w/ mmi '" + mmi + "'...");
566 if (mmi == null) {
568 } else if (mmi.isTemporaryModeCLIR()) {
569 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState, intentExtras);
570 } else if (!mmi.isSupportedOverImsPhone())
867 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newFromUssdUserInput(ussdMessge, this); local
987 ImsPhoneMmiCode mmi; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 866 // handle in-call MMI first if applicable
871 // Only look at the Network portion for mmi
873 GsmMmiCode mmi = local
876 "dialing w/ mmi '" + mmi + "'...");
878 if (mmi == null) {
880 } else if (mmi.isTemporaryModeCLIR()) {
881 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo, intentExtras);
883 mPendingMMIs.add(mmi);
894 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
908 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get()); local
1404 GsmMmiCode mmi; local
1629 GsmMmiCode mmi = new GsmMmiCode(this, mUiccApplication.get()); local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken     [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.h 36 MachineModuleInfo *mmi);
97 MachineModuleInfo *MMI;
MachineFunction.cpp 56 unsigned FunctionNum, MachineModuleInfo &mmi)
57 : Fn(F), Target(TM), STI(TM.getSubtargetImpl(*F)), Ctx(mmi.getContext()),
58 MMI(mmi) {
    [all...]
BranchFolding.cpp 192 MachineModuleInfo *mmi) {
199 MMI = mmi;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 682 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
684 if (mmi == null) {
685 Rlog.e(LOG_TAG, "Mmi is NULL!");
687 } else if (mmi.isPinPukCommand()) {
688 mPendingMmis.add(mmi);
689 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
690 mmi.processCode();
693 Rlog.e(LOG_TAG, "Unrecognized mmi!");
698 * Removes the given MMI from the pending list and notifies registrants that
701 * @param mmi MMI that is don
    [all...]
  /device/moto/shamu/
device.mk 97 $(LOCAL_PATH)/init.mmi.touch.sh:system/bin/init.mmi.touch.sh
init.shamu.rc 582 service mmi-touch-sh /system/bin/init.mmi.touch.sh atmel
  /external/elfutils/src/src/
unstrip.c 2224 struct match_module_info mmi = { info->args, NULL, info->match_files }; local
    [all...]

Completed in 334 milliseconds