Home
last modified time | relevance | path

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

1234

/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.java1345 public void onStateChanged(Call call, @CallState int state) {} in onStateChanged()
1353 public void onParentChanged(Call call, Call parent) {} in onParentChanged()
1361 public void onChildrenChanged(Call call, List<Call> children) {} in onChildrenChanged()
1369 public void onDetailsChanged(Call call, Details details) {} in onDetailsChanged()
1379 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
1390 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
1398 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} in onVideoCallChanged()
1409 public void onCallDestroyed(Call call) {} in onCallDestroyed()
1419 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {} in onConferenceableCallsChanged()
1438 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent()
[all …]
DCallDiagnosticService.java81 public void initializeDiagnosticCall(ParcelableCall call) throws RemoteException { in initializeDiagnosticCall()
86 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall()
210 public abstract @NonNull CallDiagnostics onInitializeCallDiagnostics(@NonNull in onInitializeCallDiagnostics()
222 public abstract void onRemoveCallDiagnostics(@NonNull CallDiagnostics call); in onRemoveCallDiagnostics()
DInCallService.java344 public void addCall(ParcelableCall call) { in addCall()
349 public void updateCall(ParcelableCall call) { in updateCall()
651 public void onCallAdded(Call call) { in onCallAdded()
662 public void onCallRemoved(Call call) { in onCallRemoved()
691 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.java81 public void onReadyToCall(SipAudioCall call) { in onReadyToCall()
91 public void onCalling(SipAudioCall call) { in onCalling()
102 public void onRinging(SipAudioCall call, SipProfile caller) { in onRinging()
112 public void onRingingBack(SipAudioCall call) { in onRingingBack()
122 public void onCallEstablished(SipAudioCall call) { in onCallEstablished()
132 public void onCallEnded(SipAudioCall call) { in onCallEnded()
142 public void onCallBusy(SipAudioCall call) { in onCallBusy()
152 public void onCallHeld(SipAudioCall call) { in onCallHeld()
164 public void onError(SipAudioCall call, int errorCode, in onError()
174 public void onChanged(SipAudioCall call) { in onChanged()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java104 public void onCallInitiating(ImsCall call) { in onCallInitiating()
114 public void onCallProgressing(ImsCall call) { in onCallProgressing()
124 public void onCallStarted(ImsCall call) { in onCallStarted()
135 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed()
146 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated()
158 public void onCallHeld(ImsCall call) { in onCallHeld()
169 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallHoldFailed()
179 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived()
189 public void onCallResumed(ImsCall call) { in onCallResumed()
200 public void onCallResumeFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallResumeFailed()
[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/base/telecomm/java/com/android/internal/telecom/
DICallDiagnosticService.aidl33 void initializeDiagnosticCall(in ParcelableCall call); in initializeDiagnosticCall()
34 void updateCall(in ParcelableCall call); in updateCall()
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/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java868 ImsCall call = connection.getImsCall(); in testNotifyHandovers() local
941 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone() local
967 ImsCall call = connection.getImsCall(); in testRemoteToneInactive() local
991 ImsCall call = connection.getImsCall(); in testRemoteHoldtone() local
1102 ImsCall call = connection.getImsCall(); in testMergeComplete() local
1173 final ImsCall call = connection.getImsCall(); in testVtDataUsageProvider() local
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DICall.java44 public boolean equalsTo(ICall call); in equalsTo()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogCallProcessor.kt88 .filter { call -> in <lambda>() method
90 }.forEach { call -> in <lambda>() method
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DFakeSettingsProvider.java111 public Bundle call(String method, String arg, Bundle extras) { in call() method in FakeSettingsProvider
/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/native/cmds/idlcli/
Dvibrator.h91 R call(R (I::*fn)(Args0...), Args1&&... args1) { in call() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java667 SipCall call = conn.getCall(); in add() local
998 SipCall call = (getPhone() == SipPhone.this) in separate() local
1060 public void onCallEnded(SipAudioCall call) { in onCallEnded()
1068 public void onCallBusy(SipAudioCall call) { in onCallBusy()
1074 public void onError(SipAudioCall call, int errorCode, in onError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1327 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup()
1369 private void logHangupEvent(GsmCdmaCall call) { in logHangupEvent()
1397 public void hangupConnectionByIndex(GsmCdmaCall call, int index) in hangupConnectionByIndex()
1411 public void hangupAllConnections(GsmCdmaCall call) { in hangupAllConnections()
1426 public GsmCdmaConnection getConnectionByIndex(GsmCdmaCall call, int index) in getConnectionByIndex()

1234