Home
last modified time | relevance | path

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

123

/frameworks/base/telecomm/java/android/telecom/
DPhone.java82 public void onCallAdded(Phone phone, Call call) { } in onCallAdded()
93 public void onCallRemoved(Phone phone, Call call) { } in onCallRemoved()
155 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); in internalAddCall() local
159 mCallByTelecomCallId.put(parcelableCall.getId(), call); in internalAddCall() local
171 final void internalRemoveCall(Call call) { in internalRemoveCall()
186 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); in internalUpdateCall() local
193 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); in internalUpdateCall() local
211 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait() local
244 Call call = mCallByTelecomCallId.get(telecomId); in internalOnConnectionEvent() local
251 Call call = mCallByTelecomCallId.get(callId); in internalOnRttUpgradeRequest() local
[all …]
DCall.java1212 public void onStateChanged(Call call, int state) {} in onStateChanged()
1220 public void onParentChanged(Call call, Call parent) {} in onParentChanged()
1228 public void onChildrenChanged(Call call, List<Call> children) {} in onChildrenChanged()
1236 public void onDetailsChanged(Call call, Details details) {} in onDetailsChanged()
1246 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
1257 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
1265 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} in onVideoCallChanged()
1276 public void onCallDestroyed(Call call) {} in onCallDestroyed()
1286 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {} in onConferenceableCallsChanged()
1305 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent()
[all …]
DInCallService.java326 public void addCall(ParcelableCall call) { in addCall()
331 public void updateCall(ParcelableCall call) { in updateCall()
633 public void onCallAdded(Call call) { in onCallAdded()
644 public void onCallRemoved(Call call) { in onCallRemoved()
673 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedGsmCallState.java187 CallInfo call = mCalls[i]; in triggerRing() local
224 CallInfo call = mCalls[i]; in progressConnectingCallState() local
250 CallInfo call = mCalls[i]; in progressConnectingToActive() local
287 CallInfo call = mCalls[i]; in triggerHangupForeground() local
299 CallInfo call = mCalls[i]; in triggerHangupForeground() local
324 CallInfo call = mCalls[i]; in triggerHangupBackground() local
346 CallInfo call = mCalls[i]; in triggerHangupAll() local
363 CallInfo call = mCalls[i]; in onAnswer() local
382 CallInfo call = mCalls[i]; in onHangup() local
667 CallInfo call; in onDial() local
[all …]
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java79 public void onReadyToCall(SipAudioCall call) { in onReadyToCall()
89 public void onCalling(SipAudioCall call) { in onCalling()
100 public void onRinging(SipAudioCall call, SipProfile caller) { in onRinging()
110 public void onRingingBack(SipAudioCall call) { in onRingingBack()
120 public void onCallEstablished(SipAudioCall call) { in onCallEstablished()
130 public void onCallEnded(SipAudioCall call) { in onCallEnded()
140 public void onCallBusy(SipAudioCall call) { in onCallBusy()
150 public void onCallHeld(SipAudioCall call) { in onCallHeld()
162 public void onError(SipAudioCall call, int errorCode, in onError()
172 public void onChanged(SipAudioCall call) { in onChanged()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java101 public void onCallProgressing(ImsCall call) { in onCallProgressing()
111 public void onCallStarted(ImsCall call) { in onCallStarted()
122 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed()
133 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated()
145 public void onCallHeld(ImsCall call) { in onCallHeld()
156 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallHoldFailed()
166 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived()
176 public void onCallResumed(ImsCall call) { in onCallResumed()
187 public void onCallResumeFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallResumeFailed()
197 public void onCallResumeReceived(ImsCall call) { in onCallResumeReceived()
[all …]
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java119 MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC, in visitEnd() local
134 MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC, in visitEnd() local
164 MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC, in visitEnd() local
174 MethodInsnNode call = in visitEnd() local
188 MethodInsnNode call) { in insertMethodCallBefore()
208 MethodInsnNode call) { in insertMethodCallAfter()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call, in setupGEMM()
145 RsBlasCall* call, 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java784 ImsCall call = connection.getImsCall(); in testNotifyHandovers() local
857 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone() local
883 ImsCall call = connection.getImsCall(); in testRemoteToneInactive() local
907 ImsCall call = connection.getImsCall(); in testRemoteHoldtone() local
1018 ImsCall call = connection.getImsCall(); in testMergeComplete() local
1089 final ImsCall call = connection.getImsCall(); in testVtDataUsageProvider() local
/frameworks/base/services/backup/java/com/android/server/backup/remote/
DRemoteCallable.java27 void call(T input) throws RemoteException; in call() method
DRemoteCall.java113 public RemoteResult call() throws RemoteException { in call() method in RemoteCall
/frameworks/native/libs/binderthreadstate/
DIAidlStuff.aidl20 void call(int idx); in call() method
Dtest.cpp85 Return<void> call(int32_t idx) { in call() function in HidlServer
110 Status call(int32_t idx) { in call() function in AidlServer
/frameworks/base/tests/testables/src/android/testing/
DTestableSettingsProvider.java72 public Bundle call(String method, String arg, Bundle extras) { in call() method in TestableSettingsProvider
94 Bundle call = mSettings.call(method, arg, extras); in call() local
/frameworks/base/telecomm/java/com/android/internal/telecom/
DICallScreeningService.aidl29 void screenCall(in ICallScreeningAdapter adapter, in ParcelableCall call); in screenCall()
DIInCallService.aidl36 void addCall(in ParcelableCall call); in addCall()
38 void updateCall(in ParcelableCall call); in updateCall()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DICall.java44 public boolean equalsTo(ICall call); in equalsTo()
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DFakeSettingsProvider.java103 public Bundle call(String method, String arg, Bundle extras) { in call() method in FakeSettingsProvider
/frameworks/native/cmds/idlcli/
Dvibrator.h72 R call(R (I::*fn)(Args0...), Args1&&... args1) { in call() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1284 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup()
1326 private void logHangupEvent(GsmCdmaCall call) { in logHangupEvent()
1354 public void hangupConnectionByIndex(GsmCdmaCall call, int index) in hangupConnectionByIndex()
1368 public void hangupAllConnections(GsmCdmaCall call) { in hangupAllConnections()
1383 public GsmCdmaConnection getConnectionByIndex(GsmCdmaCall call, int index) in getConnectionByIndex()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java663 SipCall call = conn.getCall(); in add() local
994 SipCall call = (getPhone() == SipPhone.this) in separate() local
1056 public void onCallEnded(SipAudioCall call) { in onCallEnded()
1064 public void onCallBusy(SipAudioCall call) { in onCallBusy()
1070 public void onError(SipAudioCall call, int errorCode, in onError()
/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/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java65 public synchronized void addVoiceCallSession(VoiceCallSession call) { in addVoiceCallSession()
/frameworks/base/core/java/android/content/
DIContentProvider.java77 public default Bundle call(String callingPkg, String method, in call() method
82 public Bundle call(String callingPkg, String authority, String method, in call() method
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DTokenBucketTest.java179 interface Fn { void call(); } in call() method

123