Home
last modified time | relevance | path

Searched defs:handler (Results 51 – 75 of 6713) sorted by relevance

12345678910>>...269

/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java140 Handler handler) { in send()
170 !euiccSession /* closeChannelImmediately */, resultCallback, handler); in send() local
184 Handler handler) { in getRequestBuilderWithOpenedChannel()
212 Handler handler) { in openChannel()
282 Handler handler) { in sendCommand()
350 Handler handler) { in getCompleteResponse()
396 Handler handler) { in returnRespnseOrException()
426 Handler handler) { in closeAndReturn()
486 Handler handler) { in releaseChannelLockAndReturn()
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/tests/
DSilentModeHandlerTest.cpp61 explicit SilentModeHandlerPeer(SilentModeHandler* handler) : mHandler(handler) {} in SilentModeHandlerPeer()
128 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
144 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
159 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
176 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
194 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
212 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
231 SilentModeHandler handler(carPowerPolicyServer.get()); in TEST_F() local
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Deloop.c46 eloop_sock_handler handler; member
57 eloop_timeout_handler handler; member
66 eloop_signal_handler handler; member
260 int sock, eloop_sock_handler handler, in eloop_sock_table_add_sock()
721 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock()
751 eloop_sock_handler handler, in eloop_register_sock()
773 eloop_timeout_handler handler, in eloop_register_timeout()
837 int eloop_cancel_timeout(eloop_timeout_handler handler, in eloop_cancel_timeout()
859 int eloop_cancel_timeout_one(eloop_timeout_handler handler, in eloop_cancel_timeout_one()
886 int eloop_is_timeout_registered(eloop_timeout_handler handler, in eloop_is_timeout_registered()
[all …]
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DProtocolNegotiatorsTest.java591 final WaitUntilActiveHandler handler = in waitUntilActiveHandler_handlerAdded() local
635 WaitUntilActiveHandler handler = in waitUntilActiveHandler_channelActive() local
679 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in tlsHandler_handlerAddedAddsSslHandler() local
688 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in tlsHandler_userEventTriggeredNonSslEvent() local
709 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in tlsHandler_userEventTriggeredSslEvent_unsupportedProtocol() local
736 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in tlsHandler_userEventTriggeredSslEvent_handshakeFailure() local
768 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in tlsHandler_userEventTriggeredSslEvent_supportedProtocolH2() local
804 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in serverTlsHandler_userEventTriggeredSslEvent_supportedProtocolCustom() local
839 ChannelHandler handler = new ServerTlsHandler(grpcHandler, sslContext, null); in serverTlsHandler_userEventTriggeredSslEvent_unsupportedProtocolCustom() local
874 ClientTlsHandler handler = new ClientTlsHandler(grpcHandler, sslContext, in clientTlsHandler_userEventTriggeredSslEvent_supportedProtocolH2() local
[all …]
/aosp_15_r20/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java56 Handler handler, CameraStartPreviewCallback cb) { in getNewInstance()
96 Handler handler, CameraOpenCallback cb) { in getNewInstance()
286 public void openCamera(final Handler handler, final int cameraId, in openCamera()
420 public void reconnect(final Handler handler, final CameraOpenCallback cb) { in reconnect()
625 public abstract void setPreviewDataCallback(Handler handler, CameraPreviewDataCallback cb); in setPreviewDataCallback()
635 public abstract void setOneShotPreviewCallback(Handler handler, in setOneShotPreviewCallback()
645 public abstract void setPreviewDataCallbackWithBuffer(Handler handler, in setPreviewDataCallbackWithBuffer()
674 public abstract void autoFocus(Handler handler, CameraAFCallback cb); in autoFocus()
699 public abstract void setAutoFocusMoveCallback(Handler handler, CameraAFMoveCallback cb); in setAutoFocusMoveCallback()
715 Handler handler, in takePicture()
[all …]
H A DAndroidCameraAgentImpl.java809 final Handler handler, final CameraPreviewDataCallback cb) { in setPreviewDataCallback()
822 public void setOneShotPreviewCallback(final Handler handler, in setOneShotPreviewCallback()
837 final Handler handler, final CameraPreviewDataCallback cb) { in setPreviewDataCallbackWithBuffer()
850 public void autoFocus(final Handler handler, final CameraAFCallback cb) { in autoFocus()
884 final Handler handler, final CameraAFMoveCallback cb) { in setAutoFocusMoveCallback()
902 final Handler handler, final CameraShutterCallback shutter, in takePicture()
963 public void setFaceDetectionCallback(final Handler handler, in setFaceDetectionCallback()
1104 Handler handler, CameraProxy camera, CameraAFCallback cb) { in getNewInstance()
1146 Handler handler, CameraProxy camera, CameraAFMoveCallback cb) { in getNewInstance()
1190 Handler handler, CameraProxy camera, CameraShutterCallback cb) { in getNewInstance()
[all …]
/aosp_15_r20/external/google-smali/util/src/test/java/com/android/tools/smali/util/
H A DClassFileNameHandlerTest.java123 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali"); in testMultipleLongNames() local
139 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali"); in testBasicFunctionality() local
160 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali", false, false); in testCaseInsensitiveFilesystem() local
181 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali", true, false); in testCaseSensitiveFilesystem() local
196 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali", false, true); in testWindowsReservedFilenames() local
222 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali", true, false); in testIgnoringWindowsReservedFilenames() local
261 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali", true, false); in testUnicodeCollisionOnMac() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DAsynchronousFileChannelTest.java291 RecordingHandler handler = new RecordingHandler(); in testRead_CompletionListener() local
353 afc.read(buf.asReadOnlyBuffer(), 1, attachment, handler); in testRead_CompletionListener() local
463 RecordingHandler handler = new RecordingHandler(); in testWrite_CompletionListener() local
477 afc.write(ByteBuffer.wrap(new byte[] { 'x', 'y'}), 0, attachment, handler); in testWrite_CompletionListener() local
494 afc.write(ByteBuffer.wrap(new byte[] { 'x', 'y', 'z'}), 6, attachment, handler); in testWrite_CompletionListener() local
512 afc.write(ByteBuffer.wrap(new byte[] { 'x', 'y' }), 9, attachment, handler); in testWrite_CompletionListener() local
528 afc.write(ByteBuffer.wrap(new byte[] { '0', '2' }), 13, attachment, handler); in testWrite_CompletionListener() local
666 CompletionHandler<Integer, String> handler = new CompletionHandler<Integer, String>() { in testCustomExecutor() local
736 LockHandler handler = new LockHandler(); in testLock() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java195 CompletionHandler<Void,? super A> handler); in implConnect()
205 CompletionHandler<Void,? super A> handler) in connect()
221 CompletionHandler<V,? super A> handler); in implRead()
230 CompletionHandler<V,? super A> handler) in read()
291 CompletionHandler<Integer,? super A> handler) in read()
307 CompletionHandler<Long,? super A> handler) in read()
330 CompletionHandler<V,? super A> handler); in implWrite()
339 CompletionHandler<V,? super A> handler) in write()
395 CompletionHandler<Integer,? super A> handler) in write()
409 CompletionHandler<Long,? super A> handler) in write()
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object_internal_impl.h78 const base::Callback<R(Args...)>& handler) : handler_(handler) {} in SimpleDBusInterfaceMethodHandler()
112 const base::Callback<void(Args...)>& handler) : handler_(handler) {} in SimpleDBusInterfaceMethodHandler()
157 const base::Callback<bool(ErrorPtr*, Args...)>& handler) in SimpleDBusInterfaceMethodHandlerWithError()
208 const base::Callback<bool(ErrorPtr*, ::dbus::Message*, Args...)>& handler) in SimpleDBusInterfaceMethodHandlerWithErrorAndMessage()
255 const base::Callback<void(std::unique_ptr<Response>, Args...)>& handler) in DBusInterfaceMethodHandler()
302 void(std::unique_ptr<Response>, ::dbus::Message*, Args...)>& handler) in DBusInterfaceMethodHandlerWithMessage()
346 const base::Callback<void(::dbus::MethodCall*, ResponseSender)>& handler) in RawDBusInterfaceMethodHandler()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dbind_handler.hpp37 binder1(int, BOOST_ASIO_MOVE_ARG(T) handler, const Arg1& arg1) in binder1()
43 binder1(Handler& handler, const Arg1& arg1) in binder1()
137 inline binder1<typename decay<Handler>::type, Arg1> bind_handler( in bind_handler()
149 binder2(int, BOOST_ASIO_MOVE_ARG(T) handler, in binder2()
157 binder2(Handler& handler, const Arg1& arg1, const Arg2& arg2) in binder2()
256 inline binder2<typename decay<Handler>::type, Arg1, Arg2> bind_handler( in bind_handler()
268 binder3(int, BOOST_ASIO_MOVE_ARG(T) handler, const Arg1& arg1, in binder3()
277 binder3(Handler& handler, const Arg1& arg1, in binder3()
383 inline binder3<typename decay<Handler>::type, Arg1, Arg2, Arg3> bind_handler( in bind_handler()
397 binder4(int, BOOST_ASIO_MOVE_ARG(T) handler, const Arg1& arg1, in binder4()
[all …]
Dnull_socket_service.hpp278 socket_base::message_flags, Handler& handler, const IoExecutor& io_ex) in async_send()
289 socket_base::message_flags, Handler& handler, const IoExecutor& io_ex) in async_send()
319 socket_base::message_flags, Handler& handler, const IoExecutor& io_ex) in async_receive()
330 socket_base::message_flags, Handler& handler, const IoExecutor& io_ex) in async_receive()
364 socket_base::message_flags&, Handler& handler, const IoExecutor& io_ex) in async_receive_with_flags()
376 Handler& handler, const IoExecutor& io_ex) in async_receive_with_flags()
409 Handler& handler) in async_send_to()
421 Handler& handler, const IoExecutor& io_ex) in async_send_to()
455 endpoint_type&, socket_base::message_flags, Handler& handler, in async_receive_from()
467 endpoint_type&, socket_base::message_flags, Handler& handler, in async_receive_from()
[all …]
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
DDeviceCapabilityListenerTest.java136 Handler handler = deviceCapListener.getHandler(); in testTtyPreferredModeChange() local
153 Handler handler = deviceCapListener.getHandler(); in testMmtelRegistration() local
184 Handler handler = deviceCapListener.getHandler(); in testRcsRegistration() local
203 Handler handler = deviceCapListener.getHandler(); in testMmtelCapabilityChange() local
225 Handler handler = deviceCapListener.getHandler(); in testImsUnregistration() local
259 Handler handler = deviceCapListener.getHandler(); in testRcsAndMmtelUnregistration() local
288 Handler handler = deviceCapListener.getHandler(); in testUnregisterRcsOnlyFromImsRegistration() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dextend.hpp114 struct handler struct
118 void on_setup(Executor&) const {} in on_setup()
124 void on_error(Executor&, const std::error_code &) const {} in on_error()
130 void on_success(Executor&) const {} in on_success()
136 void on_fork_error (Executor &, const std::error_code&) const {} in on_fork_error()
144 void on_exec_setup (Executor &) const {} in on_exec_setup()
151 void on_exec_error (Executor &, const std::error_code&) const {} in on_exec_error()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/downloader/offroad/
H A DExceptionHandlerTest.java41 ExceptionHandler handler = ExceptionHandler.withDefaultHandling(); in mapToDownloadException_withDefaultImpl_handlesHttpStatusErrors() local
65 ExceptionHandler handler = ExceptionHandler.withDefaultHandling(); in mapToDownloadException_withDefaultImpl_handlesHttpStatusErrorsWithDownloadExceptionUnwrapping() local
81 ExceptionHandler handler = ExceptionHandler.withDefaultHandling(); in mapToDownloadException_withDefaultImpl_handlesGeneralDownloadExceptionError() local
96 ExceptionHandler handler = ExceptionHandler.withDefaultHandling(); in mapToDownloadException_withDefaultImpl_returnsUnknownExceptionWhenCommonMappingFails() local
112 ExceptionHandler handler = ExceptionHandler.withDefaultHandling(); in mapToDownloadException_withDefaultImpl_returnsUnknownExceptionWhenRequestExceptionMappingFails() local
129 ExceptionHandler handler = ExceptionHandler.withDefaultHandling(); in mapToDownloadException_withDefaultImpl_handlesMalformedExceptionChain() local
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jar ... netty/handler/proxy/ io/netty/handler/logging/ io/netty/handler/codec ...
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
H A DExceptionHandlerTest.java75 ExceptionHandler handler = ExceptionHandler.getDefaultInstance(); in testVerifyCaller() local
95 private static <T> void assertValidCallable(Callable<T> callable, ExceptionHandler handler) { in assertValidCallable()
99 private static <T> void assertInvalidCallable(Callable<T> callable, ExceptionHandler handler) { in assertInvalidCallable()
110 ExceptionHandler handler = ExceptionHandler.newBuilder().retryOn(IOException.class).build(); in testShouldTry() local
186 ExceptionHandler handler = ExceptionHandler.newBuilder().addInterceptors(interceptor).build(); in testNullRetryResultFromBeforeEval() local
207 ExceptionHandler handler = ExceptionHandler.newBuilder().addInterceptors(interceptor).build(); in testNullRetryResultFromAfterEval() local
/aosp_15_r20/hardware/interfaces/automotive/sv/1.0/vts/functional/
H A DVtsHalSurroundViewV1_0TargetTest.cpp92 sp<SurroundViewServiceHandler> handler = in TEST_P() local
122 sp<SurroundViewServiceHandler> handler = in TEST_P() local
154 sp<SurroundViewServiceHandler> handler = in TEST_P() local
177 sp<SurroundViewServiceHandler> handler = in TEST_P() local
194 sp<SurroundViewServiceHandler> handler = in TEST_P() local
256 sp<SurroundViewServiceHandler> handler = in TEST_P() local
305 sp<SurroundViewServiceHandler> handler = in TEST_P() local
363 sp<SurroundViewServiceHandler> handler = in TEST_P() local
497 sp<SurroundViewServiceHandler> handler = in TEST_P() local
531 sp<SurroundViewServiceHandler> handler = in TEST_P() local
[all …]
/aosp_15_r20/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp283 auto handler = InstantiateDynHandler(path, wsi); in DynServerCallback() local
323 auto handler = dyn_handlers_[wsi].get(); in DynServerCallback() local
332 auto handler = dyn_handlers_[wsi].get(); in DynServerCallback() local
346 auto handler = dyn_handlers_[wsi].get(); in DynServerCallback() local
371 auto handler = InstantiateHandler(path, wsi); in ServerCallback() local
382 auto handler = handlers_[wsi]; in ServerCallback() local
390 auto handler = handlers_[wsi]; in ServerCallback() local
404 auto handler = handlers_[wsi]; in ServerCallback() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousSocketChannel.java331 CompletionHandler<Void,? super A> handler); in connect()
410 CompletionHandler<Integer,? super A> handler); in read()
423 CompletionHandler<Integer,? super A> handler) in read()
520 CompletionHandler<Long,? super A> handler); in read()
567 CompletionHandler<Integer,? super A> handler); in write()
579 CompletionHandler<Integer,? super A> handler) in write()
671 CompletionHandler<Long,? super A> handler); in write()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DAsynchronousSocketChannel.java331 CompletionHandler<Void,? super A> handler); in connect()
410 CompletionHandler<Integer,? super A> handler); in read()
423 CompletionHandler<Integer,? super A> handler) in read()
520 CompletionHandler<Long,? super A> handler); in read()
567 CompletionHandler<Integer,? super A> handler); in write()
579 CompletionHandler<Integer,? super A> handler) in write()
671 CompletionHandler<Long,? super A> handler); in write()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousSocketChannel.java331 CompletionHandler<Void,? super A> handler); in connect()
410 CompletionHandler<Integer,? super A> handler); in read()
423 CompletionHandler<Integer,? super A> handler) in read()
520 CompletionHandler<Long,? super A> handler); in read()
567 CompletionHandler<Integer,? super A> handler); in write()
579 CompletionHandler<Integer,? super A> handler) in write()
671 CompletionHandler<Long,? super A> handler); in write()
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DHandlerTest.java49 Handler handler = new Handler(startPc, endPc, handlerPc, catchType, catchDescriptor); in testConstructor() local
80 Handler handler = newHandler(10, 20); in testRemoveRange_removeAllOrNothing() local
91 Handler handler = Handler.removeRange(newHandler(10, 20), newLabel(0), newLabel(15)); in testRemoveRange_removeStart() local
100 Handler handler = Handler.removeRange(newHandler(10, 20), newLabel(15), newLabel(30)); in testRemoveRange_removeEnd() local
109 Handler handler = Handler.removeRange(newHandler(10, 20), newLabel(13), newLabel(17)); in testRemoveRange_removeMiddle() local
120 Handler handler = newHandler(10, 20); in testGetExceptionTableLength() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/
DConnectivityManagerTest.java241 Handler handler = new Handler(Looper.getMainLooper()); in testCallbackRelease() local
270 Handler handler = new Handler(Looper.getMainLooper()); in testCallbackRecycling() local
319 Handler handler = new Handler(Looper.getMainLooper()); in noDoubleCallbackRegistration() local
354 Handler handler = mock(Handler.class); in testArgumentValidation() local
420 Handler handler = new Handler(ConnectivityThread.getInstanceLooper()); in testRequestType() local
627 final Handler handler = new Handler(Looper.getMainLooper()); in testDeclaredMethodsFlag_requestWithoutAvailableCallback_RegistrationFlagsMatch() local
643 final Handler handler = new Handler(Looper.getMainLooper()); in testDeclaredMethodsFlag_listenWithMock_OptimizationDisabled() local
661 final Handler handler = new Handler(Looper.getMainLooper()); in testDeclaredMethodsFlag_requestWitNoCallback_OptimizationDisabled() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageMonitorCallbackHelper.java97 @NonNull Handler handler) { in notifyPackageAddedForNewUsers()
113 @NonNull String[] pkgNames, @NonNull int[] uids, @NonNull Handler handler) { in notifyResourcesChanged()
129 int[] instantUserIds, SparseArray<int[]> broadcastAllowList, Handler handler) { in notifyPackageChanged()
146 Handler handler, BiFunction<Integer, Bundle, Bundle> filterExtras) { in notifyPackageMonitor()
176 int userId, int[] broadcastAllowList, Handler handler) { in notifyPackageMonitorWithIntent()
199 int[] broadcastAllowList, Handler handler) { in doNotifyCallbacksByIntent()
205 SparseArray<int[]> broadcastAllowList, Handler handler, in doNotifyCallbacksByAction()
226 private void doNotifyCallbacks(Intent intent, int userId, int[] allowUids, Handler handler, in doNotifyCallbacks()

12345678910>>...269