Home
last modified time | relevance | path

Searched +defs:reason +defs:delegate (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/aosp_15_r20/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewarePermission.java71 public SoundTriggerMiddlewarePermission( in SoundTriggerMiddlewarePermission()
125 void enforcePermissionsForDataDelivery(@NonNull Identity identity, @NonNull String reason) { in enforcePermissionsForDataDelivery()
142 @NonNull String permission, @NonNull String reason) { in enforcePermissionForDataDelivery()
153 @NonNull Identity identity, @NonNull String reason) { in enforceSoundTriggerRecordAudioPermissionForDataDelivery()
217 ModuleWrapper attach(@NonNull ISoundTriggerModule delegate) { in attach()
308 private CallbackWrapper(ISoundTriggerCallback delegate) { in CallbackWrapper()
352 private void enforcePermissions(String reason) { in enforcePermissions()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DDispatchedTask.kt51 internal abstract val delegate: Continuation<T> constant in kotlinx.coroutines.DispatchedTask
84 val delegate = delegate as DispatchedContinuation<T> in getSuccessfulResult() constant
142 val reason = CoroutinesInternalError("Fatal exception in coroutines machinery for $this. " + in handleFatalException() constant
150 val delegate = this.delegate in dispatch() constant
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DSipTransportImplBaseTest.java64 DelegateStateCallback dc, DelegateMessageCallback mc, SipDelegate delegate) { in SipDelegateContainer()
90 public void destroySipDelegate(SipDelegate delegate, int reason) { in destroySipDelegate()
115 ISipDelegate delegate = createSipDelegate(t, stateCb, messageCb); in createDestroyDelegate() local
166 private void destroySipDelegate(TestSipTransport transport, ISipDelegate delegate, in destroySipDelegate()
167 int reason) throws Exception { in destroySipDelegate()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DSystemVibratorManager.java149 String reason, @Nullable VibrationAttributes attributes) { in vibrate()
166 public void performHapticFeedback(int constant, String reason, int flags, int privFlags) { in performHapticFeedback()
184 int inputSource, String reason, int flags, int privFlags) { in performHapticFeedbackForInputDevice()
213 @Nullable String reason, @Nullable CancellationSignal cancellationSignal, in startVendorSession()
358 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect vibe, String reason, in vibrate()
367 public void performHapticFeedback(int effectId, String reason, int flags, int privFlags) { in performHapticFeedback()
425 OnVibratorStateChangedListenerDelegate delegate = in addVibratorStateListener() local
450 OnVibratorStateChangedListenerDelegate delegate = mListeners.get(listener); in removeVibratorStateListener() local
467 public void startVendorSession(@NonNull VibrationAttributes attrs, String reason, in startVendorSession()
H A DSystemVibrator.java154 MultiVibratorStateListener delegate = null; in addVibratorStateListener() local
188 MultiVibratorStateListener delegate = mRegisteredListeners.get(listener); in removeVibratorStateListener() local
219 String reason, @NonNull VibrationAttributes attributes) { in vibrate()
229 public void performHapticFeedback(int constant, String reason, int flags, int privFlags) { in performHapticFeedback()
239 int inputSource, String reason, int flags, int privFlags) { in performHapticFeedbackForInputDevice()
267 public void startVendorSession(@NonNull VibrationAttributes attrs, @Nullable String reason, in startVendorSession()
/aosp_15_r20/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
H A DWebSocketRecorder.java40 private MessageDelegate delegate; field in WebSocketRecorder
43 public void setNextMessageDelegate(MessageDelegate delegate) { in setNextMessageDelegate()
70 @Override public void onClose(int code, String reason) { in onClose()
126 public void assertClose(int code, String reason) throws IOException { in assertClose()
222 public final String reason; field in WebSocketRecorder.Close
224 private Close(int code, String reason) { in Close()
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipDelegateManagerTest.java137 public TestSipDelegate delegate; field in SipDelegateManagerTest.TransportInterfaces
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()
2183 TestSipDelegate delegate, Set<String> registeredTags, in verifyRegisteredAndSendSipConfig()
2198 Set<String> newTags, int reason) { in generateDeniedSetFromRequest()
2246 TestSipDelegate delegate) throws Exception { in verifyOutgoingTransport()
[all …]
/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
1019 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_outstandingRequest_failureCallbackInvokedWithAlreadyRegisteredStatus() local
1043 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in setExternalPnoScanRequest_differentUid_failureCallbackInvokedWithBusyStatus() local
1074 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in clearExternalPnoScanRequest_outstandingRequest_callbackInvokedWithUnregisteredStatus() local
1092 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in clearExternalPnoScanRequest_wrongUid_callbackNotInvoked() local
1121 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_matchingSsid_availableCallbackInvoked() local
1139 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_matchingSsid_removedCallbackInvokedWithDeliveredStatus() local
1157 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_matchingSsid_scanResultsAvailableBroadcastSent() local
1182 TestPnoScanResultsCallbackDelegate delegate = new TestPnoScanResultsCallbackDelegate(); in networksFoundFromPnoScan_noMatchingSsid_availableCallbackNotInvoked() local
1409 public void onRegisterFailed(int reason) { in onRegisterFailed()
[all …]
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DInternalSubchannel.java404 public void shutdown(final Status reason) { in shutdown()
470 void shutdownNow(final Status reason) { in shutdownNow()
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/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java402 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
576 final StorageEventListenerDelegate delegate = new StorageEventListenerDelegate( in registerStorageVolumeCallback() local
596 final StorageEventListenerDelegate delegate = i.next(); in unregisterStorageVolumeCallback() local
2850 @AppIoBlockedReason int reason) { in notifyAppIoBlocked()
2853 mStorageManager.notifyAppIoBlocked(convert(volumeUuid), uid, tid, reason); in notifyAppIoBlocked() local
2877 @AppIoBlockedReason int reason) { in notifyAppIoResumed()
2880 mStorageManager.notifyAppIoResumed(convert(volumeUuid), uid, tid, reason); in notifyAppIoResumed() local
[all …]
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DSipTransportImplBase.java154 public void destroySipDelegate(@NonNull SipDelegate delegate, in destroySipDelegate()
155 @SipDelegateManager.SipDelegateDestroyReason int reason) { in destroySipDelegate()
167 private void destroySipDelegateInternal(ISipDelegate d, int reason) { in destroySipDelegateInternal()
179 destroySipDelegate(result.getDelegate(), reason); in destroySipDelegateInternal() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java60 public RemoteInputController(Delegate delegate, in RemoteInputController()
75 @CompileTimeConstant String reason) { in addRemoteInput()
84 reason /* reason */, in addRemoteInput() local
105 @CompileTimeConstant String reason) { in removeRemoteInput()
114 reason /* reason */, in removeRemoteInput() local
128 reason/* reason */, in removeRemoteInput() local
137 reason/* reason */, in removeRemoteInput() local
/aosp_15_r20/external/openscreen/osp/impl/presentation/
H A Dpresentation_controller.cc38 RequestDelegate* delegate; member
46 RequestDelegate* delegate; member
460 RequestDelegate* delegate, in StartPresentation()
477 RequestDelegate* delegate, in ReconnectPresentation()
504 RequestDelegate* delegate) { in ReconnectConnection()
538 Connection::CloseReason reason) { in CloseConnection()
556 TerminationReason reason) { in OnPresentationTerminated()
H A Dpresentation_receiver.cc24 Connection::CloseReason reason) { in GetEventCloseReason()
41 TerminationReason reason) { in GetEventTerminationReason()
286 TerminationReason reason = in OnStreamMessage() local
307 TerminationReason reason = in OnStreamMessage() local
343 void Receiver::SetReceiverDelegate(ReceiverDelegate* delegate) { in SetReceiverDelegate()
459 Connection::CloseReason reason) { in CloseConnection()
476 TerminationReason reason) { in OnPresentationTerminated()
H A Dpresentation_connection.cc37 Delegate* delegate, in Connection()
136 Error Connection::Close(CloseReason reason) { in Close()
146 void Connection::Terminate(TerminationReason reason) { in Terminate()
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceVibrator.java133 final OnVibratorStateChangedListenerDelegate delegate = in addVibratorStateListener() local
157 final OnVibratorStateChangedListenerDelegate delegate = mDelegates.get(listener); in removeVibratorStateListener() local
177 public void vibrate(int uid, String opPkg, @NonNull VibrationEffect effect, String reason, in vibrate()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DSipDelegateAidlWrapper.java145 public void onMessageSendFailure(String viaTransactionId, int reason) { in onMessageSendFailure()
154 public void onCreated(@NonNull SipDelegate delegate, in onCreated()
214 private void notifyLocalMessageFailedToBeReceived(SipMessage m, int reason) { in notifyLocalMessageFailedToBeReceived()
H A DISipTransport.aidl31 void destroySipDelegate(ISipDelegate delegate, int reason); in destroySipDelegate()
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnection.java191 public void destroy(int reason, Consumer<Integer> destroyedConsumer) { in destroy()
220 private void notifySipDelegateCreated(ISipDelegate delegate, in notifySipDelegateCreated()
236 private void notifySipDelegateDestroyed(int reason) { in notifySipDelegateDestroyed()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowWakeUpPolicy.java99 public void setInputWakeUpDelegate(@Nullable InputWakeUpDelegate delegate) { in setInputWakeUpDelegate()
252 private void wakeUp(long wakeTime, @WakeReason int reason, String details) { in wakeUp()
257 private void wakeUp(int displayId, long wakeTime, @WakeReason int reason, String details) { in wakeUp()
/aosp_15_r20/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java540 @NonNull ParceledListSlice<ContentCaptureEvent> parceledEvents, int reason, in handleSendEvents()
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/webrtc/test/pc/e2e/analyzer/video/
H A Dquality_analyzing_video_encoder.cc61 std::unique_ptr<VideoEncoder> delegate, in QualityAnalyzingVideoEncoder()
312 EncodedImageCallback::DropReason reason) { in OnDroppedFrame()
368 std::unique_ptr<VideoEncoderFactory> delegate, in QualityAnalyzingVideoEncoderFactory()
/aosp_15_r20/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureManager.java675 public void flush(@FlushReason int reason) { in flush()
1183 void initializeForDelegate(DataShareAdapterDelegate delegate, DataShareWriteAdapter adapter, in initializeForDelegate()
1189 Executor getExecutor(DataShareAdapterDelegate delegate) { in getExecutor()
1193 DataShareWriteAdapter getAdapter(DataShareAdapterDelegate delegate) { in getAdapter()
1197 void clearHardReferences(DataShareAdapterDelegate delegate) { in clearHardReferences()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java292 public void wakeUp(@DozeLog.Reason int reason) { in wakeUp()
506 void requestWakeUp(@DozeLog.Reason int reason); in requestWakeUp()
518 public Delegate(Service delegate) { in Delegate()
533 public void requestWakeUp(@DozeLog.Reason int reason) { in requestWakeUp()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dpipe_control_message_handler.cc19 PipeControlMessageHandlerDelegate* delegate) in PipeControlMessageHandler()
76 base::Optional<DisconnectReason> reason; in RunOrClosePipe() local

12345678910>>...45