Home
last modified time | relevance | path

Searched defs:handler (Results 226 – 250 of 6713) sorted by relevance

12345678910>>...269

/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DAsynchronousFileChannel.java471 CompletionHandler<FileLock,? super A> handler); in lock()
502 CompletionHandler<FileLock,? super A> handler) in lock()
689 CompletionHandler<Integer,? super A> handler); in read()
755 CompletionHandler<Integer,? super A> handler); in write()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DPersistentConnectionTest.java54 public MyConnection(String tag, Context context, Handler handler, int userId, in MyConnection()
119 final Handler handler = new Handler(Looper.getMainLooper()); in testAll() local
322 final Handler handler = new Handler(Looper.getMainLooper()); in testReconnectFiresAfterUnbind() local
371 final Handler handler = new Handler(Looper.getMainLooper()); in testResetBackoff() local
/aosp_15_r20/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
H A DOkApacheClient.java176 @Override public <T> T execute(HttpUriRequest request, ResponseHandler<? extends T> handler) in execute()
181 @Override public <T> T execute(HttpUriRequest request, ResponseHandler<? extends T> handler, in execute()
187 ResponseHandler<? extends T> handler) throws IOException { in execute()
192 ResponseHandler<? extends T> handler, HttpContext context) throws IOException { in execute()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler()
91 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
128 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler()
222 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
/aosp_15_r20/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
H A DProxyVoiceInteractionService.java236 Handler handler) { in createWithTrustedProcess()
246 }, handler); in createWithTrustedProcess() field in ProxyVoiceInteractionService.AlwaysOnHotwordDetectorAdapter
252 Handler handler) { in createWithoutTrustedProcess()
262 }, handler); in createWithoutTrustedProcess() field in ProxyVoiceInteractionService
270 Handler handler) { in create()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/broadcast/
DBroadcastDispatcher.java64 private final android.os.Handler handler = null; field in BroadcastDispatcher
104 android.content.IntentFilter filter, @org.jetbrains.annotations.NotNull() in registerReceiverWithHandler()
293 android.content.IntentFilter filter, @org.jetbrains.annotations.NotNull() in registerReceiverWithHandler()
301 android.content.IntentFilter filter, @org.jetbrains.annotations.NotNull() in registerReceiverWithHandler()
310 android.content.IntentFilter filter, @org.jetbrains.annotations.NotNull() in registerReceiverWithHandler()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler()
95 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
129 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler()
220 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
/aosp_15_r20/cts/tests/tests/database/src/android/database/cts/
H A DContentObserverTest.java69 Handler handler = new Handler(looper); in testContentObserver() local
115 Handler handler = new Handler(looper); in testContentObserverWithUri() local
177 public MyContentObserver(Handler handler) { in MyContentObserver()
251 public MyContentObserverWithUri(Handler handler) { in MyContentObserverWithUri()
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/
DCar.java2038 @Nullable Handler handler) { in createCar()
2089 public static Car createCar(Context context, @Nullable Handler handler) { in createCar()
2135 public static Car createCar(@NonNull Context context, @Nullable Handler handler, in createCar()
2174 @Nullable Handler handler) { in createCar()
2201 public Car createCar(Context context, @Nullable Handler handler) { in createCar()
2217 public Car createCar(@NonNull Context context, @Nullable Handler handler, in createCar()
2232 @Nullable Handler handler, long waitTimeoutMs, in createCarInternal()
2270 private @Nullable Car createCarInternalLegacy(Context context, @Nullable Handler handler) { in createCarInternalLegacy()
2327 @Nullable Handler handler, long waitTimeoutMs, in createCarInternalLegacy()
2583 @Nullable Handler handler, Deps deps) { in Car()
[all …]
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc75 ByteReader* reader, Dwarf2Handler* handler) in CompilationUnit()
1311 size_t line_string_buffer_length, LineInfoHandler* handler): in LineInfo()
1599 LineInfoHandler* handler, in ProcessOneOpcode()
1996 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
2013 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
2032 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
2061 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
2086 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
2106 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
2126 bool Handle(Handler* handler, uint64_t address, int reg) const { in Handle()
[all …]
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DMessageQueueTest.java159 Handler handler = new Handler(thread.getLooper()); in testIsIdle() local
499 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks1() local
580 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks2() local
671 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks3() local
761 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks4() local
913 private void syncWait(Handler handler) throws InterruptedException { in syncWait()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
H A DCamera2SurfaceViewTestCase.java397 CaptureRequest request, int count, CaptureCallback listener, Handler handler) in captureRequestsSynchronizedBurst()
422 CaptureRequest request, CaptureCallback listener, Handler handler) in captureRequestsSynchronized()
450 CaptureRequest request, int count, CaptureCallback listener, Handler handler) in captureRequestsSynchronized()
685 Handler handler = new Handler(Looper.getMainLooper()); in updatePreviewSurface() local
729 Handler handler = new Handler(Looper.getMainLooper()); in setPreviewVisibility() local
880 CaptureRequest request, int count, CaptureCallback listener, Handler handler, in captureRequestsSynchronizedImpl()
/aosp_15_r20/external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/
H A DRouterNanoHTTPD.java331 private final Class<?> handler; field in RouterNanoHTTPD.UriResource
337 public UriResource(String uri, int priority, Class<?> handler, Object... initParameter) { in UriResource()
482 private void addRoute(String url, int priority, Class<?> handler, Object... initParameter) { in addRoute()
515 public void setNotFoundHandler(Class<?> handler) { in setNotFoundHandler()
519 public void setNotImplemented(Class<?> handler) { in setNotImplemented()
547 public void addRoute(String url, Class<?> handler, Object... initParameter) { in addRoute()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DAmbientSensor.java78 AmbientSensor(String tag, @NonNull Handler handler, @NonNull SensorManager sensorManager, in AmbientSensor()
142 private static void validateArguments(Handler handler, SensorManager sensorManager, int rate) { in validateArguments()
249 AmbientBrightnessSensor(@NonNull Handler handler, @NonNull SensorManager sensorManager, in AmbientBrightnessSensor()
328 AmbientColorTemperatureSensor(@NonNull Handler handler, in AmbientColorTemperatureSensor()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dreactive_socket_accept_op.hpp104 Handler& handler, const IoExecutor& io_ex) in reactive_socket_accept_op()
139 handler(o->handler_, o->ec_); in do_complete() local
174 typename Protocol::endpoint* peer_endpoint, Handler& handler, in reactive_socket_move_accept_op()
213 handler(0, BOOST_ASIO_MOVE_CAST(Handler)(o->handler_), o->ec_, in do_complete() local
Dwin_iocp_handle_service.hpp149 Handler& handler, const IoExecutor& io_ex) in async_write_some()
172 Handler& handler, const IoExecutor& io_ex) in async_write_some_at()
216 Handler& handler, const IoExecutor& io_ex) in async_read_some()
241 Handler& handler, const IoExecutor& io_ex) in async_read_some_at()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DPointingAppController.java315 SatelliteTransmissionUpdateHandler handler = in registerForSatelliteTransmissionUpdates() local
344 SatelliteTransmissionUpdateHandler handler = in unregisterForSatelliteTransmissionUpdates() local
453 SatelliteTransmissionUpdateHandler handler = in updateSendDatagramTransferState() local
473 SatelliteTransmissionUpdateHandler handler = in onSendDatagramRequested() local
492 SatelliteTransmissionUpdateHandler handler = in updateReceiveDatagramTransferState() local
/aosp_15_r20/external/libchrome/base/debug/
H A Dstack_trace_posix.cc136 void OutputPointer(void* pointer, BacktraceOutputHandler* handler) { in OutputPointer()
147 void OutputFrameId(intptr_t frame_id, BacktraceOutputHandler* handler) { in OutputFrameId()
160 BacktraceOutputHandler* handler) { in ProcessBacktrace()
819 PrintBacktraceOutputHandler handler; in Print() local
826 StreamBacktraceOutputHandler handler(os); in OutputToStream() local
/aosp_15_r20/external/cronet/base/win/
H A Dvector_unittest.cc388 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
417 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
452 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
489 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
514 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
542 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
636 auto handler = Make<FakeVectorChangedEventHandler<int>>(vec.Get()); in TEST() local
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/
Dwifi_logger.cpp497 SetLogHandler(wifi_interface_handle iface, int id, wifi_ring_buffer_data_handler handler) in SetLogHandler()
576 wifi_ring_buffer_data_handler handler) in wifi_set_log_handler()
603 wifi_ring_buffer_data_handler handler; in wifi_reset_log_handler() local
625 SetAlertHandler(wifi_interface_handle iface, int id, wifi_alert_handler handler) in SetAlertHandler()
759 wifi_alert_handler handler) in wifi_set_alert_handler()
786 wifi_alert_handler handler; in wifi_reset_alert_handler() local
807 MemoryDumpCommand(wifi_interface_handle iface, wifi_firmware_memory_dump_handler handler) in MemoryDumpCommand()
907 wifi_firmware_memory_dump_handler handler) in wifi_get_firmware_memory_dump()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
H A DBuilderExceptionHandler.java40 @Nonnull protected final Label handler; field in BuilderExceptionHandler
42 private BuilderExceptionHandler(@Nonnull Label handler) { in BuilderExceptionHandler()
52 @Nonnull Label handler) { in newExceptionHandler()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java69 public static ScheduledExecutorService newHandlerExecutor(final Handler handler) { in newHandlerExecutor()
105 private HandlerExecutorService(Handler handler) { in HandlerExecutorService()
180 private HandlerFuture(Handler handler, long delay, TimeUnit timeUnit, Callable<T> task) { in HandlerFuture()
231 public static HandlerFuture<Void> fromRunnable(Handler handler, long delay, TimeUnit unit, in fromRunnable()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DHttp1TunnelConnectionPool.java55 private final ChannelPoolHandler handler; field in Http1TunnelConnectionPool
61 … URI remoteAddress, ChannelPoolHandler handler, NettyConfiguration nettyConfiguration) { in Http1TunnelConnectionPool()
68 … URI proxyAddress, URI remoteAddress, ChannelPoolHandler handler, in Http1TunnelConnectionPool()
79 ChannelPoolHandler handler, InitHandlerSupplier initHandlerSupplier, in Http1TunnelConnectionPool()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DIntraPreviewAction.java97 Handler handler, in IntraPreviewAction()
153 Handler handler, in PreviewSleepAction()
176 Handler handler, in PreviewDynamicZoomAction()
228 Handler handler, in PreviewDynamicMeteringAction()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource.java45 public void setContentHandler(ContentHandler handler); in setContentHandler()
49 public void setLexicalHandler(org.xml.sax.ext.LexicalHandler handler); in setLexicalHandler()
53 public void setDTDHandler(org.xml.sax.DTDHandler handler); in setDTDHandler()

12345678910>>...269