Home
last modified time | relevance | path

Searched refs:event (Results 7376 - 7400 of 10172) sorted by relevance

1...<<291292293294295296297298299300>>...407

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1023 const VkEvent event, in recordWaitEventWithImage()
1051 &event, // const VkEvent* pEvents, in recordWaitEventWithImage()
1999 if ((flags & TEST_OPTION_WAIT_EVENTS_BIT) != 0) str << (str.tellp() > 0 ? "_" : "") << "event"; in getTestOptionFlagsString()
2417 Move<VkEvent> event [2]; /*color and depth/stencil*/ in drawRenderPasses() local
2676 event[0] = makeEvent(vk, device); in drawRenderPasses()
2677 vk.cmdSetEvent(currentCmdBuffer, *event[0], VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); in drawRenderPasses()
2679 recordWaitEventWithImage(vk, currentCmdBuffer, *event[0], *m_colorImage, in drawRenderPasses()
2691 event[1] = makeEvent(vk, device); in drawRenderPasses()
2692 vk.cmdSetEvent(currentCmdBuffer, *event[1], VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT); in drawRenderPasses()
2694 recordWaitEventWithImage(vk, currentCmdBuffer, *event[ in drawRenderPasses()
1021 recordWaitEventWithImage(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkEvent event, const VkImage image, const VkImageAspectFlags aspect, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkSampleLocationsInfoEXT* pSampleLocationsInfo = DE_NULL) recordWaitEventWithImage() argument
2823 Move<VkEvent> event; drawSubpasses() local
2998 Move<VkEvent> event; drawSameSubpass() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1021 const VkEvent event, in recordWaitEventWithImage()
1049 &event, // const VkEvent* pEvents, in recordWaitEventWithImage()
1975 if ((flags & TEST_OPTION_WAIT_EVENTS_BIT) != 0) str << (str.tellp() > 0 ? "_" : "") << "event"; in getTestOptionFlagsString()
2386 Move<VkEvent> event [2]; /*color and depth/stencil*/ in drawRenderPasses() local
2640 event[0] = makeEvent(vk, device); in drawRenderPasses()
2641 vk.cmdSetEvent(currentCmdBuffer, *event[0], VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); in drawRenderPasses()
2643 recordWaitEventWithImage(vk, currentCmdBuffer, *event[0], *m_colorImage, in drawRenderPasses()
2655 event[1] = makeEvent(vk, device); in drawRenderPasses()
2656 vk.cmdSetEvent(currentCmdBuffer, *event[1], VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT); in drawRenderPasses()
2658 recordWaitEventWithImage(vk, currentCmdBuffer, *event[ in drawRenderPasses()
1019 recordWaitEventWithImage(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkEvent event, const VkImage image, const VkImageAspectFlags aspect, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkSampleLocationsInfoEXT* pSampleLocationsInfo = DE_NULL) recordWaitEventWithImage() argument
2785 Move<VkEvent> event; drawSubpasses() local
2955 Move<VkEvent> event; drawSameSubpass() local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c26 /* Bluetooth HCI event handling. */
93 /* It is possible that we receive Inquiry Complete event right in hci_cc_inquiry_cancel()
94 * before we receive Inquiry Cancel Command Complete event, in in hci_cc_inquiry_cancel()
95 * which case the latter event should have status of Command in hci_cc_inquiry_cancel()
2567 /* If successful wait for the name req complete event before in hci_cs_remote_name_req()
3158 * Auto-connect will only occur if the event filter is in hci_conn_complete_evt()
3159 * programmed with a given address. Right now, event filter is in hci_conn_complete_evt()
3185 /* The HCI_Connection_Complete event is only sent once per connection. in hci_conn_complete_evt()
4273 "unexpected event for opcode 0x%4.4x", *opcode); in hci_cmd_complete_evt()
4379 * we're not waiting for a special event an in hci_cmd_status_evt()
7372 hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 event, struct sk_buff *skb) hci_get_cmd_complete() argument
7416 hci_store_wake_reason(struct hci_dev *hdev, u8 event, struct sk_buff *skb) hci_store_wake_reason() argument
7668 hci_event_func(struct hci_dev *hdev, u8 event, struct sk_buff *skb, u16 *opcode, u8 *status, hci_req_complete_t *req_complete, hci_req_complete_skb_t *req_complete_skb) hci_event_func() argument
7711 u8 status = 0, event, req_evt = 0; hci_event_packet() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c734 frw_event_stru *event = HI_NULL; in hcc_oam_log_tx() local
745 event = (frw_event_stru *)event_mem->puc_data; in hcc_oam_log_tx()
747 frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_HCC, cmd_id, pay_load_len, FRW_EVENT_PIPELINE_STAGE_1, 0); in hcc_oam_log_tx()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drk_fiq_debugger.c406 int fiq_sdei_event_callback(u32 event, struct pt_regs *regs, void *arg) in fiq_sdei_event_callback() argument
435 int fiq_sdei_sw_cpu_event_callback(u32 event, struct pt_regs *regs, void *arg) in fiq_sdei_sw_cpu_event_callback() argument
439 int cpu_id = event - rk_fiq_sdei.cpu_sw_event_id; in fiq_sdei_sw_cpu_event_callback()
530 pr_err("%s: get event id error!\n", __func__); in fiq_debugger_sdei_enable()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_fiq_debugger.c403 int fiq_sdei_event_callback(u32 event, struct pt_regs *regs, void *arg) in fiq_sdei_event_callback() argument
434 int fiq_sdei_sw_cpu_event_callback(u32 event, struct pt_regs *regs, void *arg) in fiq_sdei_sw_cpu_event_callback() argument
438 int cpu_id = event - rk_fiq_sdei.cpu_sw_event_id; in fiq_sdei_sw_cpu_event_callback()
533 pr_err("%s: get event id error!\n", __func__); in fiq_debugger_sdei_enable()
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp775 int32_t DemoCameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent() argument
777 CAMERA_LOGI("%{public}s, enter. cameraId = %s, event = %d", in OnCameraEvent()
778 __func__, cameraId.c_str(), static_cast<int>(event)); in OnCameraEvent()
779 std::cout << "OnCameraEvent, enter, cameraId = " << cameraId << ", event = " << event<< std::endl; in OnCameraEvent()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp796 int32_t DemoCameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent() argument
798 CAMERA_LOGI("%{public}s, enter. cameraId = %s, event = %d", in OnCameraEvent()
799 __func__, cameraId.c_str(), static_cast<int>(event)); in OnCameraEvent()
800 std::cout << "OnCameraEvent, enter, cameraId = " << cameraId << ", event = " << event<< std::endl; in OnCameraEvent()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp582 int32_t CodecHdiEncode::OnEvent(struct CodecCallbackType *self, enum OMX_EVENTTYPE event, struct EventInfo *info) in OnEvent() argument
584 HDF_LOGI("OnEvent: pAppData[%{public} " PRId64 "], eEvent [%{public}d], nData1[%{public}d]", info->appData, event, in OnEvent()
586 if (event == OMX_EventCmdComplete) { in OnEvent()
H A Dcodec_hdi_decode.cpp650 int32_t CodecHdiDecode::OnEvent(struct CodecCallbackType *self, OMX_EVENTTYPE event, struct EventInfo *info) in OnEvent() argument
653 info->appData, event, info->data1); in OnEvent()
654 if (event == OMX_EventCmdComplete) { in OnEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp25 #include "core/event/touch_event.h"
701 bool PatternLockPattern::OnKeyEvent(const KeyEvent& event) in OnKeyEvent() argument
703 if (event.action != KeyAction::DOWN) { in OnKeyEvent()
706 switch (event.code) { in OnKeyEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp485 std::function<NG::DragDropBaseInfo(const RefPtr<OHOS::Ace::DragEvent>& event, const std::string& extraParams)>&& in SetOnDragStart()
491 const RefPtr<DragEvent>& event, const std::string& extraParams) -> DragItemInfo { in SetOnDragStart()
492 auto dragInfo = dragStartFunc(event, extraParams); in SetOnDragStart()
484 SetOnDragStart( std::function<NG::DragDropBaseInfo(const RefPtr<OHOS::Ace::DragEvent>& event, const std::string& extraParams)>&& onDragStart) SetOnDragStart() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_layout_range_solver_test.cpp710 GestureEvent event; in HWTEST_F() local
711 event.SetGlobalPoint(Point(5.0f, 650.0f)); in HWTEST_F()
712 eventHub_->HandleOnItemDragStart(event); in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp645 const std::vector<std::string> &event) in RegisterCallBack()
662 int eventNum = static_cast<int>(event.size()); in RegisterCallBack()
665 for (auto &eventName : event) { in RegisterCallBack()
644 RegisterCallBack(const sptr<IWifiHotspotCallback> &callback, const std::vector<std::string> &event) RegisterCallBack() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp48 void OnStateChanged(std::shared_ptr<DCameraEvent>& event) override
51 event->eventType_, event->eventResult_);
/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp542 int32_t PinHolder::NotifyPinHolderEvent(const std::string &pkgName, const std::string &event) in NotifyPinHolderEvent() argument
549 if (registerPkgName_.empty() || pkgName != registerPkgName_ || event.empty()) { in NotifyPinHolderEvent()
561 nlohmann::json jsonObject = nlohmann::json::parse(event, nullptr, false); in NotifyPinHolderEvent()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp423 void DeviceManagerServiceListener::OnPinHolderEvent(const std::string &pkgName, DmPinHolderEvent event, in OnPinHolderEvent() argument
426 LOGI("OnPinHolderEvent pkgName: %{public}s, event: %{public}d, result: %{public}d", in OnPinHolderEvent()
427 pkgName.c_str(), event, result); in OnPinHolderEvent()
432 pReq->SetPinHolderEvent(event); in OnPinHolderEvent()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c84 * @param event The event id.
85 * @param data Data related to the event.
88 int RfcommChannelEvtFsm(RfcommChannelInfo *channel, RfcommChannelEvent event, const void *data) in RfcommChannelEvtFsm() argument
90 LOG_INFO("%{public}s event:%{public}d", __func__, event); in RfcommChannelEvtFsm()
95 if (g_channelEvtActTbl[cnt].eventId == event) { in RfcommChannelEvtFsm()
105 * @brief Processing after receiving connect req event from upper.
108 * @param data Data related to the event.
159 * @param data Data related to the event
[all...]
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp222 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnSetScreenRotationLocked()
538 void JsScreenSession::OnPowerStatusChange(DisplayPowerEvent event, EventStatus eventStatus, in OnPowerStatusChange() argument
549 auto asyncTask = [jsCallbackRef, callbackType, screenSessionWeak, event, eventStatus, reason, env = env_]() { in OnPowerStatusChange()
565 napi_value displayPowerEvent = CreateJsValue(env, static_cast<int32_t>(event)); in OnPowerStatusChange()
H A Djs_screen_session_manager.cpp476 int32_t event; in OnNotifyScreenLockEvent() local
477 if (!ConvertFromJsValue(env, argv[0], event)) { in OnNotifyScreenLockEvent()
478 TLOGE(WmsLogTag::DMS, "[NAPI]Failed to convert parameter to display event"); in OnNotifyScreenLockEvent()
484 DisplayManager::GetInstance().NotifyDisplayEvent(static_cast<DisplayEvent>(event)); in OnNotifyScreenLockEvent()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Droute.c935 unsigned long event, void *ptr) in nip_route_dev_notify()
943 if (event == NETDEV_REGISTER) { in nip_route_dev_notify()
949 } else if (event == NETDEV_UNREGISTER && in nip_route_dev_notify()
934 nip_route_dev_notify(struct notifier_block *this, unsigned long event, void *ptr) nip_route_dev_notify() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dviohs.c101 void vio_link_state_change(struct vio_driver_state *vio, int event) in vio_link_state_change() argument
103 if (event == LDC_EVENT_UP) { in vio_link_state_change()
121 } else if (event == LDC_EVENT_RESET) { in vio_link_state_change()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c645 * event when the clock SDP triggers. Clear mask when PPS is in ixgbe_ptp_feature_enable()
665 * interrupts. It will check and handle a pps event.
670 struct ptp_clock_event event; in ixgbe_ptp_check_pps_event() local
672 event.type = PTP_CLOCK_PPS; in ixgbe_ptp_check_pps_event()
683 ptp_clock_event(adapter->ptp_clock, &event); in ixgbe_ptp_check_pps_event()
739 /* determine the most recent watchdog or rx_timestamp event */ in ixgbe_ptp_rx_hang()
763 * the next Tx timestamp event.
842 * descriptor's "done" bit does not correlate with the timestamp event.
972 * filters. Not all combinations are supported, in particular event
973 * type has to be specified. Matching the kind of event packe
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dviohs.c101 void vio_link_state_change(struct vio_driver_state *vio, int event) in vio_link_state_change() argument
103 if (event == LDC_EVENT_UP) { in vio_link_state_change()
121 } else if (event == LDC_EVENT_RESET) { in vio_link_state_change()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dgma_display.c508 struct drm_pending_vblank_event *event, in gma_crtc_page_flip()
526 if (event) { in gma_crtc_page_flip()
531 gma_crtc->page_flip_event = event; in gma_crtc_page_flip()
534 /* Call this locked if we want an event at vblank interrupt. */ in gma_crtc_page_flip()
506 gma_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_pending_vblank_event *event, uint32_t page_flip_flags, struct drm_modeset_acquire_ctx *ctx) gma_crtc_page_flip() argument

Completed in 48 milliseconds

1...<<291292293294295296297298299300>>...407