Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 84) sorted by relevance

1234

/frameworks/base/telecomm/java/android/telecom/
DPhone.java79 public void onCallAdded(Phone phone, Call call) { } in onCallAdded()
90 public void onCallRemoved(Phone phone, Call call) { } in onCallRemoved()
142 Call call = new Call(this, parcelableCall.getId(), mInCallAdapter, in internalAddCall() local
144 mCallByTelecomCallId.put(parcelableCall.getId(), call); in internalAddCall() local
151 final void internalRemoveCall(Call call) { in internalRemoveCall()
163 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); in internalUpdateCall() local
171 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait() local
204 Call call = mCallByTelecomCallId.get(telecomId); in internalOnConnectionEvent() local
211 Call call = mCallByTelecomCallId.get(callId); in internalOnRttUpgradeRequest() local
218 Call call = mCallByTelecomCallId.get(callId); in internalOnRttInitiationFailure() local
[all …]
DCall.java783 public void onStateChanged(Call call, int state) {} in onStateChanged()
791 public void onParentChanged(Call call, Call parent) {} in onParentChanged()
799 public void onChildrenChanged(Call call, List<Call> children) {} in onChildrenChanged()
807 public void onDetailsChanged(Call call, Details details) {} in onDetailsChanged()
817 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
828 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
836 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} in onVideoCallChanged()
847 public void onCallDestroyed(Call call) {} in onCallDestroyed()
857 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {} in onConferenceableCallsChanged()
874 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent()
[all …]
DInCallService.java165 public void addCall(ParcelableCall call) { in addCall()
170 public void updateCall(ParcelableCall call) { in updateCall()
447 public void onCallAdded(Call call) { in onCallAdded()
458 public void onCallRemoved(Call call) { in onCallRemoved()
487 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent()
DCallScreeningService.java78 public void screenCall(ICallScreeningAdapter adapter, ParcelableCall call) { in screenCall()
/frameworks/rs/rsov/compiler/
DBuiltin.cpp35 const FunctionCallInst *call, Transformer *tr, in translateClampVector()
73 const FunctionCallInst *call, Builder *b, in translateExtInst()
99 [](const char *, const FunctionCallInst *call, Transformer *, in BuiltinLookupTable()
106 {1, 2, 3, 4}, [](const char *name, const FunctionCallInst *call, in BuiltinLookupTable()
113 [](const char *, const FunctionCallInst *call, Transformer *, in BuiltinLookupTable()
120 {1, 2, 3, 4}, [](const char *, const FunctionCallInst *call, in BuiltinLookupTable()
127 {1, 2, 3, 4}, [](const char *, const FunctionCallInst *call, in BuiltinLookupTable()
133 [](const char *, const FunctionCallInst *call, Transformer *, in BuiltinLookupTable()
140 [](const char *, const FunctionCallInst *call, Transformer *, in BuiltinLookupTable()
146 [](const char *, const FunctionCallInst *call, Transformer *, in BuiltinLookupTable()
[all …]
DGlobalAllocSPIRITPass.cpp141 Instruction *transform(FunctionCallInst *call) { in transform()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedGsmCallState.java185 CallInfo call = mCalls[i]; in triggerRing() local
222 CallInfo call = mCalls[i]; in progressConnectingCallState() local
248 CallInfo call = mCalls[i]; in progressConnectingToActive() local
285 CallInfo call = mCalls[i]; in triggerHangupForeground() local
297 CallInfo call = mCalls[i]; in triggerHangupForeground() local
322 CallInfo call = mCalls[i]; in triggerHangupBackground() local
344 CallInfo call = mCalls[i]; in triggerHangupAll() local
361 CallInfo call = mCalls[i]; in onAnswer() local
380 CallInfo call = mCalls[i]; in onHangup() local
659 CallInfo call; in onDial() local
[all …]
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java75 public void onReadyToCall(SipAudioCall call) { in onReadyToCall()
85 public void onCalling(SipAudioCall call) { in onCalling()
96 public void onRinging(SipAudioCall call, SipProfile caller) { in onRinging()
106 public void onRingingBack(SipAudioCall call) { in onRingingBack()
116 public void onCallEstablished(SipAudioCall call) { in onCallEstablished()
126 public void onCallEnded(SipAudioCall call) { in onCallEnded()
136 public void onCallBusy(SipAudioCall call) { in onCallBusy()
146 public void onCallHeld(SipAudioCall call) { in onCallHeld()
158 public void onError(SipAudioCall call, int errorCode, in onError()
168 public void onChanged(SipAudioCall call) { in onChanged()
DSipManager.java353 SipAudioCall call = new SipAudioCall(mContext, localProfile); in makeAudioCall() local
431 SipAudioCall call = new SipAudioCall( in takeAudioCall() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java92 public void onCallProgressing(ImsCall call) { in onCallProgressing()
102 public void onCallStarted(ImsCall call) { in onCallStarted()
113 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed()
124 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated()
136 public void onCallHeld(ImsCall call) { in onCallHeld()
147 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallHoldFailed()
157 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived()
167 public void onCallResumed(ImsCall call) { in onCallResumed()
178 public void onCallResumeFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallResumeFailed()
188 public void onCallResumeReceived(ImsCall call) { in onCallResumeReceived()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call, in setupGEMM()
145 RsBlasCall* call, const MTLaunchStructForEachBlas *mtls) { in walk_tiled_gemm()
194 RsBlasCall* call = (RsBlasCall*) mtls->sc; in walk_2d_sgemm() local
205 RsBlasCall* call = (RsBlasCall*) mtls->sc; in walk_2d_dgemm() local
216 RsBlasCall* call = (RsBlasCall*) mtls->sc; in walk_2d_cgemm() local
227 RsBlasCall* call = (RsBlasCall*) mtls->sc; in walk_2d_zgemm() local
243 RsBlasCall* call = (RsBlasCall*) usr; in invokeForEach() local
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl36 void addCall(in ParcelableCall call); in addCall()
38 void updateCall(in ParcelableCall call); in updateCall()
DICallScreeningService.aidl29 void screenCall(in ICallScreeningAdapter adapter, in ParcelableCall call); in screenCall()
/frameworks/base/tests/testables/src/android/testing/
DTestableSettingsProvider.java69 public Bundle call(String method, String arg, Bundle extras) { in call() method in TestableSettingsProvider
91 Bundle call = mSettings.call(method, arg, extras); in call() local
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DICall.java44 public boolean equalsTo(ICall call); in equalsTo()
/frameworks/base/telephony/java/com/android/internal/telephony/
DICallService.aidl48 void call(String handle); in call() method
/frameworks/av/media/common_time/
Dcc_helper.cpp95 #define CCHELPER_METHOD(decl, call) \ argument
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DFakeSettingsProvider.java93 public Bundle call(String method, String arg, Bundle extras) { in call() method in FakeSettingsProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java649 SipCall call = conn.getCall(); in add() local
980 SipCall call = (getPhone() == SipPhone.this) in separate() local
1023 public void onCallEnded(SipAudioCall call) { in onCallEnded()
1031 public void onCallBusy(SipAudioCall call) { in onCallBusy()
1037 public void onError(SipAudioCall call, int errorCode, in onError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1222 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup()
1264 private void logHangupEvent(GsmCdmaCall call) { in logHangupEvent()
1290 public void hangupConnectionByIndex(GsmCdmaCall call, int index) in hangupConnectionByIndex()
1305 public void hangupAllConnections(GsmCdmaCall call) { in hangupAllConnections()
1320 public GsmCdmaConnection getConnectionByIndex(GsmCdmaCall call, int index) in getConnectionByIndex()
DCallManager.java1863 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall() local
1873 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall() local
1928 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall() local
1956 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall() local
1980 Call call = getFirstNonIdleCall(mRingingCalls); in getFirstActiveRingingCall() local
1991 Call call = getFirstNonIdleCall(mRingingCalls, subId); in getFirstActiveRingingCall() local
2374 Call call; in toString() local
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DSingleUserProvider.java61 public Bundle call(String method, String arg, Bundle extras) { in call() method in SingleUserProvider
/frameworks/base/core/tests/coretests/src/android/util/
DTokenBucketTest.java178 interface Fn { void call(); } in call() method
/frameworks/base/test-runner/src/android/test/mock/
DMockContentProvider.java115 public Bundle call(String callingPackage, String method, String request, Bundle args) in call() method in MockContentProvider.InversionIContentProvider
248 public Bundle call(String method, String request, Bundle args) { in call() method in MockContentProvider
/frameworks/compile/libbcc/lib/
DRSInvokeHelperPass.cpp198 if (llvm::CallInst *call = llvm::dyn_cast<llvm::CallInst>(&Inst)) { in runOnFunction() local

1234