/aosp_15_r20/external/sdv/vsomeip/implementation/compat/runtime/src/ |
D | application_impl.cpp | 207 application_impl::register_state_handler(state_handler_t _handler) { in register_state_handler() 225 message_handler_t _handler) { in register_message_handler() 245 availability_handler_t _handler, in register_availability_handler() 263 subscription_handler_t _handler) { in register_subscription_handler() 295 error_handler_t _handler) { in register_subscription_error_handler() 457 subscription_status_handler_t _handler) { in register_subscription_status_handler() 466 subscription_status_handler_t _handler, bool _is_selective) { in register_subscription_status_handler() 496 offer_type_e _offer_type, offered_services_handler_t _handler) { in get_offered_services_async() 504 watchdog_handler_t _handler, std::chrono::seconds _interval) { in set_watchdog_handler() 512 async_subscription_handler_t _handler) { in register_async_subscription_handler() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/implementation/runtime/src/ |
D | application_impl.cpp | 869 void application_impl::register_state_handler(state_handler_t _handler) { in register_state_handler() 880 instance_t _instance, availability_handler_t _handler, in register_availability_handler() 893 instance_t _instance, availability_handler_t _handler, in do_register_availability_handler() 979 subscription_handler_t _handler) { in register_subscription_handler() 1152 subscription_status_handler_t _handler, bool _is_selective) { in register_subscription_status_handler() 1194 instance_t _instance, method_t _method, message_handler_t _handler) { in register_message_handler() 1719 const std::shared_ptr<sync_handler> &_handler) { in reschedule_availability_handler() 1744 void application_impl::invoke_handler(std::shared_ptr<sync_handler> &_handler) { in invoke_handler() 2216 void application_impl::print_blocking_call(const std::shared_ptr<sync_handler>& _handler) { in print_blocking_call() 2260 …n_impl::get_offered_services_async(offer_type_e _offer_type, offered_services_handler_t _handler) { in get_offered_services_async() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/extensions/ |
H A D | ras.h | 35 #define ERR_RECORD_COMMON_(_probe, _handler, _aux) \ argument 40 #define ERR_RECORD_SYSREG_V1(_idx_start, _num_idx, _probe, _handler, _aux) \ argument 49 #define ERR_RECORD_MEMMAP_V1(_base_addr, _size_num_k, _probe, _handler, _aux) \ argument
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/extensions/ |
D | ras.h | 35 #define ERR_RECORD_COMMON_(_probe, _handler, _aux) \ argument 40 #define ERR_RECORD_SYSREG_V1(_idx_start, _num_idx, _probe, _handler, _aux) \ argument 49 #define ERR_RECORD_MEMMAP_V1(_base_addr, _size_num_k, _probe, _handler, _aux) \ argument
|
/aosp_15_r20/external/iw/ |
H A D | iw.h | 112 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help… argument 129 #define __ACMD(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _… argument 139 #define TOPLEVEL(_name, _args, _nlcmd, _flags, _idby, _handler, _help) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/ |
D | virtual_server_endpoint_impl.cpp | 26 void virtual_server_endpoint_impl::prepare_stop(endpoint::prepare_stop_handler_t _handler, in prepare_stop() 150 error_handler_t _handler) { in register_error_handler()
|
D | netlink_connector.cpp | 26 void netlink_connector::register_net_if_changes_handler(const net_if_changed_handler_t& _handler) { in register_net_if_changes_handler()
|
D | client_endpoint_impl.cpp | 103 endpoint::prepare_stop_handler_t _handler, service_t _service) { in prepare_stop()
|
D | server_endpoint_impl.cpp | 48 endpoint::prepare_stop_handler_t _handler, service_t _service) { in prepare_stop()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/juno/aarch32/ |
H A D | juno_helpers.S | 30 .macro jump_to_handler _revision, _handler
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/juno/aarch32/ |
D | juno_helpers.S | 30 .macro jump_to_handler _revision, _handler
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/juno/aarch64/ |
D | juno_helpers.S | 34 .macro jump_to_handler _revision, _handler
|
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/juno/aarch64/ |
H A D | juno_helpers.S | 34 .macro jump_to_handler _revision, _handler
|
/aosp_15_r20/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 57 #define NANOHUB_COMMAND(_reason, _fastHandler, _handler, _minReqType, _maxReqType) \ argument 61 #define NANOHUB_HAL_LEGACY_COMMAND(_msg, _handler) \ argument 64 #define NANOHUB_HAL_COMMAND(_msg, _handler, _minReqType, _maxReqType) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/ |
D | routing_manager_stub.cpp | 2266 pending_security_update_id_t _id, security_update_handler_t _handler) { in add_pending_security_update_handler() 2396 const security_update_handler_t &_handler) { in update_security_policy_configuration() 2461 uint32_t _uid, uint32_t _gid, const security_update_handler_t &_handler) { in remove_security_policy_configuration()
|
D | routing_manager_impl.cpp | 4122 const routing_ready_handler_t& _handler) { in register_routing_ready_handler() 4127 const routing_state_handler_t& _handler) { in register_routing_state_handler() 4501 const security_update_handler_t &_handler) { in update_security_policy_configuration() 4513 const security_update_handler_t &_handler) { in remove_security_policy_configuration()
|
/aosp_15_r20/external/trace-cmd/python/ |
H A D | tracecmd.py | 158 def _handler(self, cb, s, record, event_fmt): member in PEvent
|
/aosp_15_r20/external/autotest/server/cros/ap_configurators/ |
H A D | web_driver_core_helpers.py | 60 def _handler(self, alert_handler): member in WebDriverCoreHelpers
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 106 let _handler = stack_overflow::Handler::new(); in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 106 let _handler = stack_overflow::Handler::new(); in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 106 let _handler = stack_overflow::Handler::new(); in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 106 let _handler = stack_overflow::Handler::new(); in new() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 106 let _handler = stack_overflow::Handler::new(); in new() localVariable
|
/aosp_15_r20/external/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/ |
H A D | SRWebSocket.m | 153 data_callback _handler; field
|
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/ |
D | service_discovery_impl.cpp | 3757 sd_acceptance_handler_t _handler) { in register_sd_acceptance_handler() 3763 reboot_notification_handler_t _handler) { in register_reboot_notification_handler()
|