Home
last modified time | relevance | path

Searched +defs:callback +defs:delegate (Results 1 – 25 of 1234) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowWifiManagerTest.java1001 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_validRequest_successCallbackInvoked() local
1002 PnoScanResultsCallback callback = in setExternalPnoScanRequest_validRequest_successCallbackInvoked() local
1009 callback); in setExternalPnoScanRequest_validRequest_successCallbackInvoked() local
1019 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_outstandingRequest_failureCallbackInvokedWithAlreadyRegisteredStatus() local
1020 PnoScanResultsCallback callback = in setExternalPnoScanRequest_outstandingRequest_failureCallbackInvokedWithAlreadyRegisteredStatus() local
1027 callback); in setExternalPnoScanRequest_outstandingRequest_failureCallbackInvokedWithAlreadyRegisteredStatus() local
1043 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_differentUid_failureCallbackInvokedWithBusyStatus() local
1044 PnoScanResultsCallback callback = in setExternalPnoScanRequest_differentUid_failureCallbackInvokedWithBusyStatus() local
1051 callback); in setExternalPnoScanRequest_differentUid_failureCallbackInvokedWithBusyStatus() local
1064 callback); in setExternalPnoScanRequest_differentUid_failureCallbackInvokedWithBusyStatus() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dfake_proof_source_handle.cc52 ProofSource* delegate, const QuicSocketAddress& server_address, in ComputeSignatureNow()
67 ProofSource* delegate, ProofSourceHandleCallback* callback, in FakeProofSourceHandle()
167 ProofSourceHandleCallback* FakeProofSourceHandle::callback() { in callback() function in quic::test::FakeProofSourceHandle
194 ProofSource* delegate, ProofSourceHandleCallback* callback, Action action, in SelectCertOperation()
227 ProofSource* delegate, ProofSourceHandleCallback* callback, Action action, in ComputeSignatureOperation()
H A Dfake_proof_source.cc27 std::string chlo_hash, std::unique_ptr<ProofSource::Callback> callback, in GetProofOp()
28 ProofSource* delegate) in GetProofOp()
51 std::unique_ptr<ProofSource::SignatureCallback> callback, in ComputeSignatureOp()
52 ProofSource* delegate) in ComputeSignatureOp()
75 std::unique_ptr<ProofSource::Callback> callback) { in GetProof()
101 std::unique_ptr<ProofSource::SignatureCallback> callback) { in ComputeTlsSignature()
/aosp_15_r20/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java355 final IContentCaptureServiceCallback callback = mContentCaptureServiceCallback; in setContentCaptureConditions() local
422 @NonNull DataShareCallback callback) { in onDataShareRequest()
466 final IContentCaptureServiceCallback callback = mContentCaptureServiceCallback; in disableSelf() local
504 private void handleOnConnected(@NonNull IBinder callback) { in handleOnConnected()
625 private void handleOnUpdateAllowlistRequest(int uid, @NonNull IBinder callback) { in handleOnUpdateAllowlistRequest()
649 IDataShareCallback callback) { in handleOnDataShared()
856 void initializeForDelegate(DataShareReadAdapterDelegate delegate, in initializeForDelegate()
862 Executor getExecutor(DataShareReadAdapterDelegate delegate) { in getExecutor()
866 DataShareReadAdapter getAdapter(DataShareReadAdapterDelegate delegate) { in getAdapter()
870 void clearHardReferences(DataShareReadAdapterDelegate delegate) { in clearHardReferences()
/aosp_15_r20/external/cronet/base/task/
H A Djob_perftest.cc208 JobDelegate* delegate) { in RunJobWithNaiveAssignment()
256 std::atomic_size_t* index, JobDelegate* delegate) { in RunJobWithAtomicAssignment()
302 WaitableEvent* complete, JobDelegate* delegate) { in RunJobWithDynamicAssignment()
361 WaitableEvent* complete, JobDelegate* delegate) { in RunJobWithLoopAround()
412 RepeatingCallback<void(size_t)> callback = BusyWaitCallback(Microseconds(5)); in TEST_F() local
426 RepeatingCallback<void(size_t)> callback = BusyWaitCallback(Microseconds(5)); in TEST_F() local
431 RepeatingCallback<void(size_t)> callback = BusyWaitCallback(Microseconds(5)); in TEST_F() local
446 RepeatingCallback<void(size_t)> callback = BusyWaitCallback(Microseconds(5)); in TEST_F() local
452 RepeatingCallback<void(size_t)> callback = BusyWaitCallback(Microseconds(5)); in TEST_F() local
467 RepeatingCallback<void(size_t)> callback = BusyWaitCallback(Microseconds(5)); in TEST_F() local
[all …]
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_receive_frame_transformer_delegate_unittest.cc33 ChannelReceiveFrameTransformerDelegate::ReceiveFrameCallback callback() { in callback() function in webrtc::__anonbde7fdc20111::MockChannelReceive
44 rtc::scoped_refptr<ChannelReceiveFrameTransformerDelegate> delegate = in TEST() local
58 rtc::scoped_refptr<ChannelReceiveFrameTransformerDelegate> delegate = in TEST() local
74 rtc::scoped_refptr<ChannelReceiveFrameTransformerDelegate> delegate = in TEST() local
78 rtc::scoped_refptr<TransformedFrameCallback> callback; in TEST() local
106 rtc::scoped_refptr<ChannelReceiveFrameTransformerDelegate> delegate = in TEST() local
H A Dchannel_send_frame_transformer_delegate_unittest.cc41 ChannelSendFrameTransformerDelegate::SendFrameCallback callback() { in callback() function in webrtc::__anona8ecbb890111::MockChannelSend
56 rtc::scoped_refptr<ChannelSendFrameTransformerDelegate> delegate = in TEST() local
70 rtc::scoped_refptr<ChannelSendFrameTransformerDelegate> delegate = in TEST() local
86 rtc::scoped_refptr<ChannelSendFrameTransformerDelegate> delegate = in TEST() local
89 rtc::scoped_refptr<TransformedFrameCallback> callback; in TEST() local
116 rtc::scoped_refptr<ChannelSendFrameTransformerDelegate> delegate = in TEST() local
/aosp_15_r20/external/cronet/net/ssl/
H A Dthreaded_ssl_private_key.cc21 SSLPrivateKey::SignCallback callback, in DoCallback()
34 explicit Core(std::unique_ptr<ThreadedSSLPrivateKey::Delegate> delegate) in Core()
37 ThreadedSSLPrivateKey::Delegate* delegate() { return delegate_.get(); } in delegate() function in net::ThreadedSSLPrivateKey::Core
55 std::unique_ptr<ThreadedSSLPrivateKey::Delegate> delegate, in ThreadedSSLPrivateKey()
70 SSLPrivateKey::SignCallback callback) { in Sign()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_basic_stream_adapters.cc42 CompletionOnceCallback callback) { in Read()
49 CompletionOnceCallback callback, in Write()
65 Delegate* delegate, in WebSocketSpdyStreamAdapter()
84 CompletionOnceCallback callback) { in Read()
108 CompletionOnceCallback callback, in Write()
250 Delegate* delegate) in WebSocketQuicStreamAdapter()
272 CompletionOnceCallback callback) { in Read()
291 CompletionOnceCallback callback, in Write()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/privacy/
DPrivacyItemController.java111 …vate final void addCallback(java.lang.ref.WeakReference<com.android.systemui.privacy.PrivacyItemCo… in addCallback()
114 …e final void removeCallback(java.lang.ref.WeakReference<com.android.systemui.privacy.PrivacyItemCo… in removeCallback()
117 public final void addCallback(@org.jetbrains.annotations.NotNull() in addCallback()
121 public final void removeCallback(@org.jetbrains.annotations.NotNull() in removeCallback()
181 private final com.android.systemui.util.concurrency.DelayableExecutor delegate = null; field in PrivacyItemController.MyExecutor
185 public MyExecutor(@org.jetbrains.annotations.NotNull() in MyExecutor()
202 private final com.android.systemui.privacy.PrivacyItemController.Callback callback = null; field in PrivacyItemController.NotifyChangesToCallback
206 public NotifyChangesToCallback(@org.jetbrains.annotations.Nullable() in NotifyChangesToCallback()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhost_server_test.cc97 OnPairingRequestCallback callback) override { in OnPairingRequest()
234 void TestRestoreBonds(fhost::BondingDelegatePtr& delegate, in TestRestoreBonds()
398 fsys::PairingDelegate::OnPairingRequestCallback callback) { in TEST_F()
437 fsys::PairingDelegate::OnPairingRequestCallback callback) { in TEST_F()
465 fsys::PairingDelegate::OnPairingRequestCallback callback) { in TEST_F()
505 fsys::PairingDelegate::OnPairingRequestCallback callback) { in TEST_F()
524 fsys::PairingDelegate::OnPairingRequestCallback callback) { in TEST_F()
542 fsys::PairingDelegate::OnPairingRequestCallback callback) { in TEST_F()
575 OnPairingRequestCallback callback) { in TEST_F()
1173 fhost::BondingDelegatePtr delegate = delegate_handle.Bind(); in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityTransitionAnimator.kt227 var callback: Callback? = null in <lambda>() variable
290 val callback = in <lambda>() constant
752 private val delegate: Listener?, in <lambda>() constant in com.android.systemui.animation.DelegatingAnimationCompletionListener
781 private val delegate = RemoteAnimationRunnerCompat.wrap(runner) in <lambda>() constant in com.android.systemui.animation.OriginTransition
927 private val callback: Callback, in <lambda>() constant in com.android.systemui.animation.Runner
942 @VisibleForTesting var delegate: AnimationDelegate? in <lambda>() variable in com.android.systemui.animation.Runner
963 initAndRun(finishedCallback) { delegate -> in <lambda>() method
977 initAndRun(finishedCallback) { delegate -> in <lambda>() method
993 val delegate = delegate in <lambda>() constant
1008 val delegate = delegate in <lambda>() constant
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionManager.java314 public void addCallback(@NonNull Callback callback, @Nullable Handler handler) { in addCallback()
319 CallbackDelegate delegate = new CallbackDelegate(callback, handler); in addCallback() local
332 public void removeCallback(@NonNull Callback callback) { in removeCallback()
337 CallbackDelegate delegate = mCallbacks.remove(callback); in removeCallback() local
373 public CallbackDelegate(Callback callback, Handler handler) { in CallbackDelegate()
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc194 DeleteWatcher delegate( in TEST_P() local
221 StopWatcher delegate(&controller); in TEST_P() local
253 NestedPumpWatcher delegate; in TEST_P() local
300 QuitWatcher delegate(run_loop.QuitClosure()); in TEST_P() local
334 base::OnceClosure callback) in InnerNestedWatcher()
362 OuterNestedWatcher(MessagePumpLibeventTest& test, base::OnceClosure callback) in OuterNestedWatcher()
/aosp_15_r20/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewarePermission.java71 public SoundTriggerMiddlewarePermission( in SoundTriggerMiddlewarePermission()
88 @NonNull ISoundTriggerCallback callback, boolean isTrusted) { in attach()
210 @NonNull ISoundTriggerCallback callback, in ModuleWrapper()
217 ModuleWrapper attach(@NonNull ISoundTriggerModule delegate) { in attach()
308 private CallbackWrapper(ISoundTriggerCallback delegate) { in CallbackWrapper()
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver_frame_transformer_delegate_unittest.cc62 auto delegate( in TEST() local
75 auto delegate( in TEST() local
87 auto delegate( in TEST() local
102 auto delegate = in TEST() local
107 rtc::scoped_refptr<TransformedFrameCallback> callback; in TEST() local
128 auto delegate = in TEST() local
/aosp_15_r20/frameworks/base/core/java/android/security/advancedprotection/
H A DAdvancedProtectionManager.java231 @NonNull Callback callback) { in registerAdvancedProtectionCallback()
237 IAdvancedProtectionCallback delegate = new IAdvancedProtectionCallback.Stub() { in registerAdvancedProtectionCallback() local
264 public void unregisterAdvancedProtectionCallback(@NonNull Callback callback) { in unregisterAdvancedProtectionCallback()
265 IAdvancedProtectionCallback delegate = mCallbackMap.get(callback); in unregisterAdvancedProtectionCallback() local
/aosp_15_r20/frameworks/base/core/java/android/companion/virtual/
H A DVirtualDeviceInternal.java308 @Nullable VirtualDisplay.Callback callback) { in createVirtualDisplay()
479 @Nullable VirtualAudioDevice.AudioConfigurationChangeCallback callback) { in createVirtualAudioDevice()
529 final ActivityListenerDelegate delegate = new ActivityListenerDelegate( in addActivityListener() local
544 final SoundEffectListenerDelegate delegate = in addSoundEffectListener() local
566 final IntentInterceptorDelegate delegate = in registerIntentInterceptor() local
581 final IntentInterceptorDelegate delegate; in unregisterIntentInterceptor() local
/aosp_15_r20/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java318 @NonNull StorageEventListener listener, @NonNull StorageVolumeCallback callback) { in StorageEventListenerDelegate()
402 final ObbListenerDelegate delegate; in onObbResult() local
416 final ObbListenerDelegate delegate = new ObbListenerDelegate(listener); in addListener() local
505 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerListener() local
527 final StorageEventListenerDelegate delegate = i.next(); in unregisterListener() local
574 @NonNull StorageVolumeCallback callback) { in registerStorageVolumeCallback()
576 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerStorageVolumeCallback() local
593 public void unregisterStorageVolumeCallback(@NonNull StorageVolumeCallback callback) { in unregisterStorageVolumeCallback()
596 final StorageEventListenerDelegate delegate = i.next(); in unregisterStorageVolumeCallback() local
1192 public void setPrimaryStorageUuid(String volumeUuid, IPackageMoveObserver callback) { in setPrimaryStorageUuid()
[all …]
/aosp_15_r20/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/
H A DFixedWindowCallback.java27 private final Window.Callback delegate; field in FixedWindowCallback
29 FixedWindowCallback(@NonNull Window.Callback delegate) { in FixedWindowCallback()
113 @Nullable @Override public ActionMode onWindowStartingActionMode(ActionMode.Callback callback) { in onWindowStartingActionMode()
118 public ActionMode onWindowStartingActionMode(ActionMode.Callback callback, in onWindowStartingActionMode()
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipDelegateManagerTest.java137 public TestSipDelegate delegate; field in SipDelegateManagerTest.TransportInterfaces
338 ImsStateCallback callback = new ImsStateCallback() { in testIncorrectPermissions() local
397 SipDialogStateCallback callback = new SipDialogStateCallback() { in testSipDialogStateChanges() local
476 SipDialogStateCallback callback = new SipDialogStateCallback() { in testSipDialogStateChangesOnMultipleDelegates() local
846 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testImsServiceDisconnected() local
1086 TestSipDelegate delegate = getSipDelegate(transportImpl, Collections.emptySet(), 0); in testCreateDelegateMessagingAppChangesToApp() local
1370 TestSipDelegate delegate = createSipDelegateConnectionAndVerify(manager, delegateConn, in testFeatureTagDeniedByCarrierConfig() local
2128 TestSipDelegate delegate) throws Exception { in destroySipDelegate()
2139 TestSipDelegate delegate) throws Exception { in destroySipDelegateAndVerifyConnDestroyed()
2154 TestSipDelegate delegate) { in verifySipDelegateDestroyed()
[all …]
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DCronetUrlRequestContextTest.java190 TestUrlRequestCallback callback = new TestUrlRequestCallback(); in runOneRequest() local
398 TestUrlRequestCallback callback = new TestUrlRequestCallback(); in testConfigUserAgent() local
416 ShutdownTestUrlRequestCallback callback = new ShutdownTestUrlRequestCallback(cronetEngine); in testShutdown() local
541 ShutdownTestUrlRequestCallback callback = new ShutdownTestUrlRequestCallback(cronetEngine); in testShutdownAfterError() local
559 TestUrlRequestCallback callback = new TestUrlRequestCallback(); in testShutdownAfterCancel() local
585 ConnectivityManagerDelegate delegate = in testNetworkBoundContextLifetime() local
590 TestUrlRequestCallback callback = new TestUrlRequestCallback(); in testNetworkBoundContextLifetime() local
646 TestUrlRequestCallback callback = new TestUrlRequestCallback(); in testNetworkBoundRequestCancel() local
650 ConnectivityManagerDelegate delegate = in testNetworkBoundRequestCancel() local
691 TestUrlRequestCallback callback = new TestUrlRequestCallback(); in testBindToInvalidNetworkFails() local
[all …]
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DInternalSubchannel.java72 private final Callback callback; field in InternalSubchannel
160 Supplier<Stopwatch> stopwatchSupplier, SynchronizationContext syncContext, Callback callback, in InternalSubchannel()
654 private final ConnectionClientTransport delegate; field in InternalSubchannel.CallTracingTransport
657 private CallTracingTransport(ConnectionClientTransport delegate, CallTracer callTracer) { in CallTracingTransport()
663 protected ConnectionClientTransport delegate() { in delegate() method in InternalSubchannel.CallTracingTransport
/aosp_15_r20/external/cronet/net/dns/
H A Dmdns_client_impl.cc172 MDnsConnection::MDnsConnection(MDnsConnection::Delegate* delegate) in MDnsConnection() function in net::MDnsConnection
515 MDnsListener::Delegate* delegate) { in CreateListener()
524 const MDnsTransaction::ResultCallback& callback) { in CreateTransaction()
532 MDnsListener::Delegate* delegate, in MDnsListenerImpl()
663 const MDnsTransaction::ResultCallback& callback, in MDnsTransactionImpl()
720 MDnsTransaction::ResultCallback callback = callback_; in TriggerCallback() local
/aosp_15_r20/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc478 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
494 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
514 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
545 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
607 void UnpausingTimeoutCallback(PausingHttpFetcherTestDelegate* delegate, in UnpausingTimeoutCallback()
619 PausingHttpFetcherTestDelegate delegate; in TYPED_TEST() local
687 void AbortingTimeoutCallback(AbortingHttpFetcherTestDelegate* delegate, in AbortingTimeoutCallback()
700 AbortingHttpFetcherTestDelegate delegate; in TYPED_TEST() local
727 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
764 FlakyHttpFetcherTestDelegate delegate; in TYPED_TEST() local
[all …]

12345678910>>...50