/frameworks/base/telecomm/java/android/telecom/ |
D | Phone.java | 83 public void onCallAdded(Phone phone, Call call) { } in onCallAdded() 94 public void onCallRemoved(Phone phone, Call call) { } in onCallRemoved() 146 Call call = new Call(this, parcelableCall.getId(), mInCallAdapter, in internalAddCall() local 148 mCallByTelecomCallId.put(parcelableCall.getId(), call); in internalAddCall() local 155 final void internalRemoveCall(Call call) { in internalRemoveCall() 167 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); in internalUpdateCall() local 175 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait() local 208 Call call = mCallByTelecomCallId.get(telecomId); in internalOnConnectionEvent() local 215 Call call = mCallByTelecomCallId.get(callId); in internalOnRttUpgradeRequest() local 222 Call call = mCallByTelecomCallId.get(callId); in internalOnRttInitiationFailure() local [all …]
|
D | Call.java | 1091 public void onStateChanged(Call call, int state) {} in onStateChanged() 1099 public void onParentChanged(Call call, Call parent) {} in onParentChanged() 1107 public void onChildrenChanged(Call call, List<Call> children) {} in onChildrenChanged() 1115 public void onDetailsChanged(Call call, Details details) {} in onDetailsChanged() 1125 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded() 1136 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait() 1144 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} in onVideoCallChanged() 1155 public void onCallDestroyed(Call call) {} in onCallDestroyed() 1165 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {} in onConferenceableCallsChanged() 1182 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() [all …]
|
D | InCallService.java | 299 public void addCall(ParcelableCall call) { in addCall() 304 public void updateCall(ParcelableCall call) { in updateCall() 606 public void onCallAdded(Call call) { in onCallAdded() 617 public void onCallRemoved(Call call) { in onCallRemoved() 646 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent()
|
/frameworks/rs/rsov/compiler/ |
D | Builtin.cpp | 35 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 …]
|
D | GlobalAllocSPIRITPass.cpp | 141 Instruction *transform(FunctionCallInst *call) { in transform()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedGsmCallState.java | 185 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/ |
D | SipAudioCall.java | 75 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()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 98 public void onCallProgressing(ImsCall call) { in onCallProgressing() 108 public void onCallStarted(ImsCall call) { in onCallStarted() 119 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed() 130 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated() 142 public void onCallHeld(ImsCall call) { in onCallHeld() 153 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallHoldFailed() 163 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived() 173 public void onCallResumed(ImsCall call) { in onCallResumed() 184 public void onCallResumeFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallResumeFailed() 194 public void onCallResumeReceived(ImsCall call) { in onCallResumeReceived() [all …]
|
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockFindingClassVisitor.java | 119 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/telephony/java/android/telephony/ims/ |
D | RcsControllerCall.java | 36 <R> R call(RcsServiceCall<R> serviceCall) throws RcsMessageStoreException { in call() method in RcsControllerCall 51 call((iRcs, callingPackage) -> { in callWithNoReturn() method
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 87 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/tests/testables/src/android/testing/ |
D | TestableSettingsProvider.java | 72 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/services/backup/java/com/android/server/backup/remote/ |
D | RemoteCallable.java | 27 void call(T input) throws RemoteException; in call() method
|
D | RemoteCall.java | 113 public RemoteResult call() throws RemoteException { in call() method in RemoteCall
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ICallScreeningService.aidl | 29 void screenCall(in ICallScreeningAdapter adapter, in ParcelableCall call); in screenCall()
|
D | IInCallService.aidl | 36 void addCall(in ParcelableCall call); in addCall() 38 void updateCall(in ParcelableCall call); in updateCall()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 689 ImsCall call = connection.getImsCall(); in testNotifyHandovers() local 762 ImsCall call = connection.getImsCall(); in testNoRemoteHoldtone() local 788 ImsCall call = connection.getImsCall(); in testRemoteToneInactive() local 812 ImsCall call = connection.getImsCall(); in testRemoteHoldtone() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ICall.java | 44 public boolean equalsTo(ICall call); in equalsTo()
|
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
D | FakeSettingsProvider.java | 103 public Bundle call(String method, String arg, Bundle extras) { in call() method in FakeSettingsProvider
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 649 SipCall call = conn.getCall(); in add() local 980 SipCall call = (getPhone() == SipPhone.this) in separate() local 1029 public void onCallEnded(SipAudioCall call) { in onCallEnded() 1037 public void onCallBusy(SipAudioCall call) { in onCallBusy() 1043 public void onError(SipAudioCall call, int errorCode, in onError()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 1285 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() 1327 private void logHangupEvent(GsmCdmaCall call) { in logHangupEvent() 1353 public void hangupConnectionByIndex(GsmCdmaCall call, int index) in hangupConnectionByIndex() 1369 public void hangupAllConnections(GsmCdmaCall call) { in hangupAllConnections() 1385 public GsmCdmaConnection getConnectionByIndex(GsmCdmaCall call, int index) in getConnectionByIndex()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | SingleUserProvider.java | 61 public Bundle call(String method, String arg, Bundle extras) { in call() method in SingleUserProvider
|
/frameworks/base/core/java/android/content/ |
D | IContentProvider.java | 77 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/ |
D | TokenBucketTest.java | 179 interface Fn { void call(); } in call() method
|
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
D | FakeOverrideContentProvider.java | 169 public Bundle call(String method, String arg, Bundle extras) { in call() method in FakeOverrideContentProvider
|