HomeSort by relevance Sort by last modified time
    Searched full:mcall (Results 1 - 23 of 23) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
DialpadPresenter.java 27 private Call mCall;
33 mCall = CallList.getInstance().getActiveCall();
45 mCall = callList.getActiveCall();
46 Log.d(this, "DialpadPresenter mCall = " + mCall);
58 if (PhoneNumberUtils.is12Key(c) && mCall != null) {
64 TelecomAdapter.getInstance().playDtmfTone(mCall.getId(), c);
74 if (mCall != null) {
76 TelecomAdapter.getInstance().stopDtmfTone(mCall.getId());
InCallVideoCallListener.java 32 private Call mCall;
40 mCall = call;
50 int previousVideoState = mCall.getVideoState();
61 InCallVideoCallListenerNotifier.getInstance().upgradeToVideoRequest(mCall);
63 InCallVideoCallListenerNotifier.getInstance().downgradeToAudio(mCall);
67 InCallVideoCallListenerNotifier.getInstance().peerPausedStateChanged(mCall, pause);
89 InCallVideoCallListenerNotifier.getInstance().upgradeToVideoSuccess(mCall);
91 InCallVideoCallListenerNotifier.getInstance().upgradeToVideoFail(mCall);
112 InCallVideoCallListenerNotifier.getInstance().peerDimensionsChanged(mCall, width, height);
134 mCall, cameraCapabilities.getWidth(), cameraCapabilities.getHeight())
    [all...]
CallButtonPresenter.java 43 private Call mCall;
77 mCall = callList.getOutgoingCall();
79 mCall = callList.getActiveOrBackgroundCall();
86 if (oldState == InCallState.OUTGOING && mCall != null
87 && PhoneNumberUtils.isVoiceMailNumber(mCall.getNumber())) {
95 mCall = null;
97 mCall = null;
99 updateUi(newState, mCall);
114 if (!Objects.equals(call, mCall)) {
194 if (mCall == null)
    [all...]
AnswerPresenter.java 34 private Call mCall = null;
94 mCall = call;
107 mCall = call;
125 // mCallId will hold the state of the call. We don't clear the mCall variable here as
143 if (mCall.getSessionModificationState()
147 TelecomAdapter.getInstance().answerCall(mCall.getId(), videoState);
157 TelecomAdapter.getInstance().rejectCall(mCall.getId(), false, null);
168 TelecomAdapter.getInstance().rejectCall(mCall.getId(), true, message);
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 84 private final Call mCall;
96 mCall = call;
106 if (mCall.getTargetPhoneAccount() != null) {
108 mCall.getTargetPhoneAccount(), mCall.getTargetPhoneAccount()));
124 ConnectionServiceWrapper service = mCall.getConnectionService();
126 service.abort(mCall);
127 mCall.clearConnectionService();
170 mCall.setConnectionManagerPhoneAccount(attempt.connectionManagerPhoneAccount);
171 mCall.setTargetPhoneAccount(attempt.targetPhoneAccount)
    [all...]
RingbackPlayer.java 38 private Call mCall;
94 if (mCall == call) {
99 if (mCall != null) {
105 mCall = call;
121 if (mCall == call) {
124 mCall = null;
DtmfLocalTonePlayer.java 56 private Call mCall;
80 if (mCall != call) {
101 if (mCall != call) {
131 mCall = call;
151 if (call != null && mCall == call) {
155 mCall = null;
NewOutgoingCallIntentBroadcaster.java 72 private final Call mCall;
86 mCall = call;
116 if (mCall != null) {
117 mCall.disconnect();
137 mCallsManager.placeOutgoingCall(mCall, resultHandleUri, gatewayInfo,
179 mCallsManager.placeOutgoingCall(mCall, handle, null, speakerphoneOn,
242 mCallsManager.placeOutgoingCall(mCall, Uri.fromParts(scheme, number, null), null,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 51 private final GLCall mCall;
56 mCall = call;
87 return mCall;
92 private final GLCall mCall;
96 mCall = call;
121 return mCall;
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 45 private Call mCall;
71 mCall = call;
97 if (mCall != null) {
98 Call.State state = mCall.getState();
101 updateElapsedTime(mCall);
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 215 MethodCall mcall = new MethodCall(pos, iterator, clazz, minfo); local
216 if (mcall.getMethodName().equals(MethodInfo.nameInit)) {
222 expr = mcall;
223 edit(mcall);
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 54 private RadioButton mCall;
79 mCall = (RadioButton)findViewById(R.id.callRadioButton);
110 mCall.setChecked(true);
120 mCall.setFocusable(false);
125 String[] utterances = mCall.isChecked() ? mCallUtterances :
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 63 - (void) mCALL ;
FuzzyLexer.h 66 - (void)mCALL;
Fuzzy.m 1089 - (void) mCALL
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 64 - (void)mCALL;
Fuzzy.m     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 832 if (const CXXMemberCallExpr *MCall = dyn_cast<CXXMemberCallExpr>(Call))
833 handleCall(MCall, MCall->getImplicitObjectArgument(), FunDecl);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 423 CallInst *MCall = nullptr;
426 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall", InsertBefore);
427 Result = MCall;
430 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
432 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall");
433 Result = MCall;
435 InsertAtEnd->getInstList().push_back(MCall);
437 Result = new BitCastInst(MCall, AllocPtrType, Name);
440 MCall->setTailCall();
442 MCall->setCallingConv(F->getCallingConv())
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1 529 \&\fB\-mcall\-prologues \-mint8 \-mno\-interrupts \-mrelax
    [all...]
x86_64-w64-mingw32-gcc.1 529 \&\fB\-mcall\-prologues \-mint8 \-mno\-interrupts \-mrelax
    [all...]

Completed in 773 milliseconds