Home
last modified time | relevance | path

Searched refs:event (Results 6526 - 6550 of 9675) sorted by relevance

1...<<261262263264265266267268269270>>...387

/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c2093 struct sctp_ulpevent *event = NULL; in sctp_recvmsg() local
2127 event = sctp_skb2event(skb); in sctp_recvmsg()
2132 if (event->chunk && event->chunk->head_skb) in sctp_recvmsg()
2133 head_skb = event->chunk->head_skb; in sctp_recvmsg()
2137 if (sctp_ulpevent_is_notification(event)) { in sctp_recvmsg()
2139 sp->pf->event_msgname(event, msg->msg_name, addr_len); in sctp_recvmsg()
2146 sctp_ulpevent_read_nxtinfo(event, msg, sk); in sctp_recvmsg()
2149 sctp_ulpevent_read_rcvinfo(event, msg); in sctp_recvmsg()
2152 sctp_ulpevent_read_sndrcvinfo(event, ms in sctp_recvmsg()
2236 struct sctp_ulpevent *event; sctp_setsockopt_events() local
4264 struct sctp_ulpevent *event; sctp_assoc_ulpevent_type_set() local
8943 struct sctp_ulpevent *event = sctp_skb2event(skb); sctp_sock_rfree() local
9279 struct sctp_ulpevent *event; sctp_sock_migrate() local
[all...]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1503 def EventToData(self, event):
1507 x = event.pos().x()
1525 def hoverMoveEvent(self, event):
1526 time_from, time_to, hregions, hregion_times = self.EventToData(event)
1530 def hoverLeaveEvent(self, event):
1533 def mousePressEvent(self, event):
1534 if event.button() != Qt.RightButton:
1535 super(SwitchGraphDataGraphicsItem, self).mousePressEvent(event)
1537 time_from, time_to, hregions, hregion_times = self.EventToData(event)
1539 self.event_handler.RightClickEvent(self.data.cpu, hregion_times, event
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1504 def EventToData(self, event):
1508 x = event.pos().x()
1526 def hoverMoveEvent(self, event):
1527 time_from, time_to, hregions, hregion_times = self.EventToData(event)
1531 def hoverLeaveEvent(self, event):
1534 def mousePressEvent(self, event):
1535 if event.button() != Qt.RightButton:
1536 super(SwitchGraphDataGraphicsItem, self).mousePressEvent(event)
1538 time_from, time_to, hregions, hregion_times = self.EventToData(event)
1540 self.event_handler.RightClickEvent(self.data.cpu, hregion_times, event
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c2092 struct sctp_ulpevent *event = NULL; in sctp_recvmsg() local
2132 event = sctp_skb2event(skb); in sctp_recvmsg()
2137 if (event->chunk && event->chunk->head_skb) in sctp_recvmsg()
2138 head_skb = event->chunk->head_skb; in sctp_recvmsg()
2142 if (sctp_ulpevent_is_notification(event)) { in sctp_recvmsg()
2144 sp->pf->event_msgname(event, msg->msg_name, addr_len); in sctp_recvmsg()
2151 sctp_ulpevent_read_nxtinfo(event, msg, sk); in sctp_recvmsg()
2154 sctp_ulpevent_read_rcvinfo(event, msg); in sctp_recvmsg()
2157 sctp_ulpevent_read_sndrcvinfo(event, ms in sctp_recvmsg()
2241 struct sctp_ulpevent *event; sctp_setsockopt_events() local
4270 struct sctp_ulpevent *event; sctp_assoc_ulpevent_type_set() local
9188 struct sctp_ulpevent *event = sctp_skb2event(skb); sctp_sock_rfree() local
9523 struct sctp_ulpevent *event; sctp_sock_migrate() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3217 struct inotify_event *event = (struct inotify_event *)&buf[i]; in radv_notifier_thread_run() local
3219 i += sizeof(struct inotify_event) + event->len; in radv_notifier_thread_run()
3220 if (event->mask & IN_MODIFY || event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run()
3227 if (event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run()
5928 struct radv_event *event) in radv_destroy_event()
5930 if (event->bo) in radv_destroy_event()
5931 device->ws->buffer_destroy(device->ws, event->bo); in radv_destroy_event()
5933 vk_object_base_finish(&event->base); in radv_destroy_event()
5934 vk_free2(&device->vk.alloc, pAllocator, event); in radv_destroy_event()
5927 radv_destroy_event(struct radv_device *device, const VkAllocationCallbacks *pAllocator, struct radv_event *event) radv_destroy_event() argument
5944 struct radv_event *event; radv_CreateEvent() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmain.c66 unsigned int event; member
165 unsigned long event, void *ptr) in mlx5_netdev_event()
178 switch (event) { in mlx5_netdev_event()
228 ibev.event = IB_EVENT_PORT_ERR; in mlx5_netdev_event()
230 ibev.event = IB_EVENT_PORT_ACTIVE; in mlx5_netdev_event()
2516 * We got this event before device was fully configured in pkey_change_handler()
2636 ibev->event = (eqe->sub_type == MLX5_PORT_CHANGE_SUBTYPE_ACTIVE) ? in handle_port_change()
2641 ibev->event = IB_EVENT_LID_CHANGE; in handle_port_change()
2645 ibev->event = IB_EVENT_PKEY_CHANGE; in handle_port_change()
2650 ibev->event in handle_port_change()
164 mlx5_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) mlx5_netdev_event() argument
2713 mlx5_ib_event(struct notifier_block *nb, unsigned long event, void *param) mlx5_ib_event() argument
2733 mlx5_ib_event_slave_port(struct notifier_block *nb, unsigned long event, void *param) mlx5_ib_event_slave_port() argument
3052 mlx5e_mdev_notifier_event(struct notifier_block *nb, unsigned long event, void *data) mlx5e_mdev_notifier_event() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c1794 /* The event is emitted before the changes are actually in mlxsw_sp_port_obj_add()
2741 unsigned long event; member
2765 switch (switchdev_work->event) { in mlxsw_sp_switchdev_bridge_vxlan_fdb_event()
2805 if (switchdev_work->event != SWITCHDEV_FDB_ADD_TO_DEVICE && in mlxsw_sp_switchdev_bridge_nve_fdb_event()
2806 switchdev_work->event != SWITCHDEV_FDB_DEL_TO_DEVICE) in mlxsw_sp_switchdev_bridge_nve_fdb_event()
2809 if (switchdev_work->event == SWITCHDEV_FDB_ADD_TO_DEVICE && in mlxsw_sp_switchdev_bridge_nve_fdb_event()
2862 switch (switchdev_work->event) { in mlxsw_sp_switchdev_bridge_fdb_event_work()
3032 switch (switchdev_work->event) { in mlxsw_sp_switchdev_vxlan_fdb_event_work()
3091 unsigned long event, void *ptr) in mlxsw_sp_switchdev_event()
3100 if (event in mlxsw_sp_switchdev_event()
3090 mlxsw_sp_switchdev_event(struct notifier_block *unused, unsigned long event, void *ptr) mlxsw_sp_switchdev_event() argument
3407 mlxsw_sp_switchdev_blocking_event(struct notifier_block *unused, unsigned long event, void *ptr) mlxsw_sp_switchdev_blocking_event() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2176 unsigned long event, void *ptr) in dpaa2_switch_port_netdevice_event()
2189 switch (event) { in dpaa2_switch_port_netdevice_event()
2226 unsigned long event; member
2240 switch (switchdev_work->event) { in dpaa2_switch_event_work()
2274 unsigned long event, void *ptr) in dpaa2_switch_port_event()
2282 if (event == SWITCHDEV_PORT_ATTR_SET) in dpaa2_switch_port_event()
2294 switchdev_work->event = event; in dpaa2_switch_port_event()
2296 switch (event) { in dpaa2_switch_port_event()
2325 static int dpaa2_switch_port_obj_event(unsigned long event, in dpaa2_switch_port_obj_event() argument
2175 dpaa2_switch_port_netdevice_event(struct notifier_block *nb, unsigned long event, void *ptr) dpaa2_switch_port_netdevice_event() argument
2273 dpaa2_switch_port_event(struct notifier_block *nb, unsigned long event, void *ptr) dpaa2_switch_port_event() argument
2347 dpaa2_switch_port_blocking_event(struct notifier_block *nb, unsigned long event, void *ptr) dpaa2_switch_port_blocking_event() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c349 * 0x4 - event
1767 struct mlxsw_core_health_event *event; in mlxsw_core_health_event_work() local
1770 event = container_of(work, struct mlxsw_core_health_event, work); in mlxsw_core_health_event_work()
1771 mlxsw_core = event->mlxsw_core; in mlxsw_core_health_event_work()
1772 devlink_health_report(mlxsw_core->health.fw_fatal, "FW fatal event occurred", in mlxsw_core_health_event_work()
1773 event->mfde_pl); in mlxsw_core_health_event_work()
1774 kfree(event); in mlxsw_core_health_event_work()
1780 struct mlxsw_core_health_event *event; in mlxsw_core_health_listener_func() local
1783 event = kmalloc(sizeof(*event), GFP_ATOMI in mlxsw_core_health_listener_func()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_fc.c511 * fc_get_event_number - Obtain the next sequential FC event number
526 * fc_host_post_fc_event - routine to do the work of posting an event
528 * @shost: host the event occurred on
529 * @event_number: fc event number obtained from get_fc_event_number()
530 * @event_code: fc_host event being posted
531 * @data_len: amount, in bytes, of event data
532 * @data_buf: pointer to event data
545 struct fc_nl_event *event; in fc_host_post_fc_event() local
558 len = FC_NL_MSGALIGN(sizeof(*event) - sizeof(event in fc_host_post_fc_event()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c21 #include <media/v4l2-event.h>
1448 * Pipe ID reported in CSS event is not correct for new system's in atomisp_css_temp_pipe_to_pipe_id()
1452 ia_css_temp_pipe_to_pipe_id(current_event->event.pipe, in atomisp_css_temp_pipe_to_pipe_id()
3222 while (!ia_css_dequeue_psys_event(&current_event.event)) { in atomisp_css_isr_thread()
3223 if (current_event.event.type == in atomisp_css_isr_thread()
3230 "%s: ISP reports FW_ASSERT event! fw_assert_module_id %d fw_assert_line_no %d\n", in atomisp_css_isr_thread()
3232 current_event.event.fw_assert_module_id, in atomisp_css_isr_thread()
3233 current_event.event.fw_assert_line_no); in atomisp_css_isr_thread()
3237 } else if (current_event.event.type == IA_CSS_EVENT_TYPE_FW_WARNING) { in atomisp_css_isr_thread()
3239 __func__, current_event.event in atomisp_css_isr_thread()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.cpp137 bool RtspController::SendEventChange(int moduleId, int event, const std::string &param) in SendEventChange() argument
139 CLOGD("Module %{public}d send event %{public}d param %{public}s", moduleId, event, param.c_str()); in SendEventChange()
141 RtspEncap::EncapEventChangeRequest(moduleId, event, param, paramInfo_.GetVersion(), ++currentSeq_); in SendEventChange()
143 CLOGE("Send event change message is null."); in SendEventChange()
447 CLOGD("Receive event change data request."); in ProcessEventChangeRequest()
453 int event = INVALID_VALUE; in ProcessEventChangeRequest() local
455 event = RtspParse::ParseIntSafe(request.GetHeader()[EVENT]); in ProcessEventChangeRequest()
461 CLOGD("Receive event change request module %{public}d event in ProcessEventChangeRequest()
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_controller.cpp137 bool RtspController::SendEventChange(int moduleId, int event, const std::string &param) in SendEventChange() argument
139 CLOGD("Module %{public}d send event %{public}d param %{public}s", moduleId, event, param.c_str()); in SendEventChange()
141 RtspEncap::EncapEventChangeRequest(moduleId, event, param, paramInfo_.GetVersion(), ++currentSeq_); in SendEventChange()
143 CLOGE("Send event change message is null."); in SendEventChange()
447 CLOGD("Receive event change data request."); in ProcessEventChangeRequest()
453 int event = INVALID_VALUE; in ProcessEventChangeRequest() local
455 event = RtspParse::ParseIntSafe(request.GetHeader()[EVENT]); in ProcessEventChangeRequest()
461 CLOGD("Receive event change request module %{public}d event in ProcessEventChangeRequest()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1315 const TransitionEvent& event, const WeakPtr<PageElement>& in, const WeakPtr<PageElement>& out) { in PopToPage()
1318 delegate->PopToPageTransitionListener(event, url, pageId); in PopToPage()
1327 const TransitionEvent& event, const std::string& url, int32_t pageId) in PopToPageTransitionListener()
1329 if (event == TransitionEvent::POP_END) { in PopToPageTransitionListener()
1379 const TransitionEvent& event, const WeakPtr<PageElement>& in, const WeakPtr<PageElement>& out) { in PopPage()
1382 delegate->PopPageTransitionListener(event, destroyPageId); in PopPage()
1391 const TransitionEvent& event, int32_t destroyPageId) in PopPageTransitionListener()
1393 if (event == TransitionEvent::POP_END) { in PopPageTransitionListener()
1326 PopToPageTransitionListener( const TransitionEvent& event, const std::string& url, int32_t pageId) PopToPageTransitionListener() argument
1390 PopPageTransitionListener( const TransitionEvent& event, int32_t destroyPageId) PopPageTransitionListener() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp1138 TouchEventInfo event("onTouchUp"); in HWTEST_F()
1141 event.AddTouchLocationInfo(std::move(touchLocationInfo)); in HWTEST_F()
1142 pattern->HandleTouchUpEvent(event); in HWTEST_F()
1143 ASSERT_EQ(event.GetTouches().empty(), false); in HWTEST_F()
1161 TouchEventInfo event("onTouchDown"); in HWTEST_F()
1164 event.AddTouchLocationInfo(std::move(touchLocationInfo)); in HWTEST_F()
1167 pattern->HandleTouchDownEvent(event); in HWTEST_F()
1168 ASSERT_EQ(event.GetTouches().empty(), false); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp988 KeyEvent event; in HWTEST_F() local
989 focusHub->ProcessOnKeyEventInternal(event); in HWTEST_F()
990 event.action = KeyAction::DOWN; in HWTEST_F()
991 focusHub->ProcessOnKeyEventInternal(event); in HWTEST_F()
992 event.keyIntention = KeyIntention::INTENTION_MENU; in HWTEST_F()
993 focusHub->ProcessOnKeyEventInternal(event); in HWTEST_F()
994 event.code = KeyCode::KEY_MENU; in HWTEST_F()
997 focusHub->ProcessOnKeyEventInternal(event); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp138 HILOG_ERROR("SaPerformActionXTS::OnStart failed:create AAMS event handler failed"); in OnStart()
1925 void SaPerformActionXTS::FindInnerWindowId(const A11yEventInfo &event, int32_t& windowId) in FindInnerWindowId() argument
1929 int64_t elementId = event.GetA11yId(); in FindInnerWindowId()
1940 if (GetParentElementRecursively(event.GetWindowId(), elementId, infos) == false || infos.size() == 0) { in FindInnerWindowId()
1954 void SaPerformActionXTS::UpdateA11yWindowStateByEvent(const A11yEventInfo &event) in UpdateA11yWindowStateByEvent() argument
1956 EventType evtType = event.GetEventType(); in UpdateA11yWindowStateByEvent()
1957 HILOG_DEBUG("windowId is %{public}d", event.GetWindowId()); in UpdateA11yWindowStateByEvent()
1958 int32_t windowId = event.GetWindowId(); in UpdateA11yWindowStateByEvent()
1960 FindInnerWindowId(event, windowId); in UpdateA11yWindowStateByEvent()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp138 HILOG_ERROR("AccessibleAbilityManagerService::OnStart failed:create AAMS event handler failed"); in OnStart()
1935 void AccessibleAbilityManagerService::FindInnerWindowId(const A11yRegisterElementEventInfo &event, int32_t& windowId) in FindInnerWindowId() argument
1939 int64_t elementId = event.GetA11yRegisterElementId(); in FindInnerWindowId()
1950 if (GetParentElementRecursively(event.GetWindowId(), elementId, infos) == false || infos.size() == 0) { in FindInnerWindowId()
1964 void AccessibleAbilityManagerService::UpdateA11yRegisterElementWindowStateByEvent(const A11yRegisterElementEventInfo &event) in UpdateA11yRegisterElementWindowStateByEvent() argument
1966 EventType evtType = event.GetEventType(); in UpdateA11yRegisterElementWindowStateByEvent()
1967 HILOG_DEBUG("windowId is %{public}d", event.GetWindowId()); in UpdateA11yRegisterElementWindowStateByEvent()
1968 int32_t windowId = event.GetWindowId(); in UpdateA11yRegisterElementWindowStateByEvent()
1970 FindInnerWindowId(event, windowId); in UpdateA11yRegisterElementWindowStateByEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1826 void BleCentralManagerImpl::HandleGapEvent(const BLE_GAP_CB_EVENT &event, int status) const in HandleGapEvent() argument
1828 LOG_DEBUG("[BleCentralManagerImpl] %{public}s:[event no: %{public}d]", __func__, static_cast<int>(event)); in HandleGapEvent()
1830 switch (event) { in HandleGapEvent()
1853 LOG_ERROR("[BleCentralManagerImpl] %{public}s:Invalid event! %{public}d.", __func__, event); in HandleGapEvent()
1942 void BleCentralManagerImpl::HandleGapExScanEvent(const BLE_GAP_CB_EVENT &event, int status) const in HandleGapExScanEvent() argument
1944 LOG_DEBUG("[BleCentralManagerImpl] %{public}s:[event no: %{public}d]", __func__, static_cast<int>(event)); in HandleGapExScanEvent()
1946 switch (event) { in HandleGapExScanEvent()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp557 RSUifirstManager::EventInfo event; in HWTEST_F() local
558 uifirstManager_.currentFrameEvent_.push_back(event); in HWTEST_F()
576 RSUifirstManager::EventInfo event; in HWTEST_F() local
577 event.disableNodes.emplace(surfaceNode->GetId()); in HWTEST_F()
578 uifirstManager_.currentFrameEvent_.push_back(event); in HWTEST_F()
600 RSUifirstManager::EventInfo event; in HWTEST_F() local
601 event.disableNodes.emplace(surfaceNode->GetId()); in HWTEST_F()
602 uifirstManager_.currentFrameEvent_.push_back(event); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp535 EventInfo event = { "VOTER_VIRTUALDISPLAY", ADD_VOTE, OLED_60_HZ, OLED_60_HZ, name }; in CreateVirtualScreen() local
536 NotifyRefreshRateEvent(event); in CreateVirtualScreen()
622 EventInfo event = { "VOTER_VIRTUALDISPLAY", REMOVE_VOTE }; in RemoveVirtualScreen() local
623 NotifyRefreshRateEvent(event); in RemoveVirtualScreen()
1992 EventInfo event = { "VOTER_VIRTUALDISPLAY", ADD_VOTE, OLED_60_HZ, OLED_60_HZ };
1993 NotifyRefreshRateEvent(event);
1995 EventInfo event = { "VOTER_VIRTUALDISPLAY", REMOVE_VOTE };
1996 NotifyRefreshRateEvent(event);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp270 * on(event:'syncComplete',syncCallback: Callback<Array<[string, number]>>):void;
271 * on(event:'dataChange', subType: SubscribeType, observer: Callback<ChangeNotification>): void;
277 // required 2 arguments :: <event> [...] <callback> in OnEvent()
280 std::string event; in OnEvent()
281 ctxt->status = JSUtil::GetValue(env, argv[0], event); in OnEvent()
282 ZLOGI("subscribe to event:%{public}s", event.c_str()); in OnEvent()
283 auto handle = onEventHandlers_.find(event); in OnEvent()
300 * off(event:'syncComplete',syncCallback: Callback<Array<[string, number]>>):void;
301 * off(event
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp85 EventCenter::GetInstance().Subscribe(CloudEvent::GET_SCHEMA, [this](const Event &event) { in CloudServiceImpl()
86 GetSchema(event); in CloudServiceImpl()
88 EventCenter::GetInstance().Subscribe(CloudEvent::CLOUD_SHARE, [this](const Event &event) { in CloudServiceImpl()
89 CloudShare(event); in CloudServiceImpl()
968 void CloudServiceImpl::GetSchema(const Event &event) in GetSchema() argument
970 auto &rdbEvent = static_cast<const CloudEvent &>(event); in GetSchema()
983 void CloudServiceImpl::CloudShare(const Event &event) in CloudShare() argument
985 auto &cloudShareEvent = static_cast<const CloudShareEvent &>(event); in CloudShare()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp610 std::string event = R"({"extra": {"deviceId": "123"})"; in HWTEST_F() local
616 int32_t ret = DeviceManager::GetInstance().NotifyEvent(packName, eventId, event); in HWTEST_F()
633 std::string event = R"({"extra": {"deviceId": "123"})"; in HWTEST_F() local
634 int32_t ret = DeviceManager::GetInstance().NotifyEvent(packName, eventId, event); in HWTEST_F()
650 std::string event = R"({"extra": {"deviceId": "123"})"; in HWTEST_F() local
651 int32_t ret = DeviceManager::GetInstance().NotifyEvent(packName, eventId, event); in HWTEST_F()
667 std::string event = R"({"extra": {"deviceId": "123"})"; in HWTEST_F() local
668 int32_t ret = DeviceManager::GetInstance().NotifyEvent(packName, eventId, event); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c117 BtmRemoteDeviceSupportEvent event; member
1397 uint16_t connectionHandle, BtmRemoteDeviceSupportEvent event, List *requests) in BtmGetRemoteDeviceSupportRequests()
1407 if (request->event == event && request->connectionHandle == connectionHandle) { in BtmGetRemoteDeviceSupportRequests()
2047 request->event = REMOTE_EXTENDED_FEATURE_COMPLETE; in BTM_IsRemoteDeviceSupportHostSecureSimplePairing()
2084 request->event = REMOTE_LE_FEATURE_COMPLETE; in BTM_IsRemoteDeviceSupportConnectionParametersRequest()
2120 request->event = REMOTE_FEATURE_COMPLETE; in BTM_IsRemoteDeviceSupportEdrAcl2MbMode()
2156 request->event = REMOTE_FEATURE_COMPLETE; in BTM_IsRemoteDeviceSupportEdrAcl3MbMode()
1396 BtmGetRemoteDeviceSupportRequests( uint16_t connectionHandle, BtmRemoteDeviceSupportEvent event, List *requests) BtmGetRemoteDeviceSupportRequests() argument

Completed in 86 milliseconds

1...<<261262263264265266267268269270>>...387