/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 546 * ibmvfc_set_host_state - Set the state for the host 548 * @state: state to set host to 551 * 0 if state changed / non-zero if not changed 554 enum ibmvfc_host_state state) in ibmvfc_set_host_state() 558 switch (vhost->state) { in ibmvfc_set_host_state() 563 vhost->state = state; in ibmvfc_set_host_state() 640 vhost->state == IBMVFC_ACTIVE) { in ibmvfc_reinit_host() 667 * @state 553 ibmvfc_set_host_state(struct ibmvfc_host *vhost, enum ibmvfc_host_state state) ibmvfc_set_host_state() argument 670 ibmvfc_link_down(struct ibmvfc_host *vhost, enum ibmvfc_host_state state) ibmvfc_link_down() argument 3126 enum ibmvfc_ae_link_state state; global() member 3140 ibmvfc_get_link_state(enum ibmvfc_ae_link_state state) ibmvfc_get_link_state() argument [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq.c | 250 * This function recovers queue into the state before quiescing 549 WRITE_ONCE(rq->state, MQ_RQ_IDLE); in blk_mq_free_request() 684 WRITE_ONCE(rq->state, MQ_RQ_COMPLETE); in blk_mq_complete_request_remote() 766 WRITE_ONCE(rq->state, MQ_RQ_IN_FLIGHT); in blk_mq_start_request() 785 WRITE_ONCE(rq->state, MQ_RQ_IDLE); in __blk_mq_requeue_request() 1661 * Check if the request queue is not in a quiesced state and if there are 1759 set_bit(BLK_MQ_S_STOPPED, &hctx->state); in blk_mq_stop_hw_queue() 1784 clear_bit(BLK_MQ_S_STOPPED, &hctx->state); in blk_mq_start_hw_queue() 1805 clear_bit(BLK_MQ_S_STOPPED, &hctx->state); in blk_mq_start_stopped_hw_queue() 2439 WRITE_ONCE(rq->state, MQ_RQ_IDL in blk_mq_init_request() 3962 long state; blk_poll() local [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.c | 278 abr_vc->status |= 0x0001; /* state is idle */ in clear_lockup() 1057 u_short state; 1062 state = readl(iadev->reass_reg + STATE_REG) & 0xffff; 1063 while((state & EXCPQ_EMPTY) != EXCPQ_EMPTY) 1064 { printk("state = %x \n", state); 1066 printk("state = %x excpq_rd_ptr = %x \n", state, excpq_rd_ptr); 1077 state = readl(iadev->reass_reg + STATE_REG) & 0xffff; 1213 u_short state, local 1277 u_short state; global() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-raid.c | 35 * The following flags are used by dm-raid.c to set up the array state. 202 * These are all internal and used to define runtime state, 3347 /* Return sync state string for @state */ 3349 static const char *sync_str(enum sync_state state) in sync_str() argument 3362 return __within_range(state, 0, ARRAY_SIZE(sync_strs) - 1) ? sync_strs[state] : "undef"; in sync_str() 3424 enum sync_state state, sector_t resync_max_sectors) in rs_get_progress() 3437 if (state == st_idle && !test_bit(MD_RECOVERY_INTR, &recovery)) in rs_get_progress() 3442 if (state in rs_get_progress() 3423 rs_get_progress(struct raid_set *rs, unsigned long recovery, enum sync_state state, sector_t resync_max_sectors) rs_get_progress() argument 3522 enum sync_state state; raid_status() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 87 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state() argument 91 qhp->attr.state = state; in set_state() 1197 !mhp->attr.state && mhp->mpl_len <= 2) { in c4iw_post_send() 1209 mhp->attr.state = 1; in c4iw_post_send() 1845 pr_debug("qhp %p sqid 0x%x rqid 0x%x ep %p state %d -> %d\n", in c4iw_modify_qp() 1846 qhp, qhp->wq.sq.qid, qhp->wq.rq.qid, qhp->ep, qhp->attr.state, in c4iw_modify_qp() 1853 if (qhp->attr.state != C4IW_QP_STATE_IDLE) { in c4iw_modify_qp() 1891 if (qhp->attr.state == attrs->next_state) in c4iw_modify_qp() 1894 switch (qhp->attr.state) { in c4iw_modify_qp() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt61pci.c | 850 enum dev_state state = in rt61pci_config_ps() local 855 if (state == STATE_SLEEP) { in rt61pci_config_ps() 1618 * Device state switch handlers. 1621 enum dev_state state) in rt61pci_toggle_irq() 1623 int mask = (state == STATE_RADIO_IRQ_OFF); in rt61pci_toggle_irq() 1629 * should clear the register to assure a clean state. in rt61pci_toggle_irq() 1631 if (state == STATE_RADIO_IRQ_ON) { in rt61pci_toggle_irq() 1667 if (state == STATE_RADIO_IRQ_OFF) { in rt61pci_toggle_irq() 1708 static int rt61pci_set_state(struct rt2x00_dev *rt2x00dev, enum dev_state state) in rt61pci_set_state() argument 1714 put_to_sleep = (state ! in rt61pci_set_state() 1620 rt61pci_toggle_irq(struct rt2x00_dev *rt2x00dev, enum dev_state state) rt61pci_toggle_irq() argument 1738 rt61pci_set_device_state(struct rt2x00_dev *rt2x00dev, enum dev_state state) rt61pci_set_device_state() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 135 * Check the link state. This may start or stop the tx queue. 182 /* Check if link state has changed */ in vmxnet3_process_events() 1813 /* reset internal state and allocate buffers for both rings */ in vmxnet3_rq_init() 2753 * Check link state when first activating device. It will start the in vmxnet3_activate_dev() 2760 clear_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state); in vmxnet3_activate_dev() 2790 if (test_and_set_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state)) in vmxnet3_quiesce_dev() 3080 while (test_and_set_bit(VMXNET3_STATE_BIT_RESETTING, &adapter->state)) in vmxnet3_close() 3088 clear_bit(VMXNET3_STATE_BIT_RESETTING, &adapter->state); in vmxnet3_close() 3104 BUG_ON(test_bit(VMXNET3_STATE_BIT_RESETTING, &adapter->state)); in vmxnet3_force_close() 3113 clear_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state); in vmxnet3_force_close() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 2033 static int ami_get_cursorstate(struct fb_cursorstate *state, in ami_get_cursorstate() argument 2036 state->xoffset = par->crsr.crsr_x; in ami_get_cursorstate() 2037 state->yoffset = par->crsr.crsr_y; in ami_get_cursorstate() 2038 state->mode = cursormode; in ami_get_cursorstate() 2042 static int ami_set_cursorstate(struct fb_cursorstate *state, in ami_set_cursorstate() argument 2045 par->crsr.crsr_x = state->xoffset; in ami_set_cursorstate() 2046 par->crsr.crsr_y = state->yoffset; in ami_set_cursorstate() 2047 if ((cursormode = state->mode) == FB_CURSOR_OFF) in ami_set_cursorstate() 3396 struct fb_cursorstate state; in amifb_ioctl() member 3426 i = ami_get_cursorstate(&crsr.state, inf in amifb_ioctl() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 96 /* task state bitmask, copied from include/linux/sched.h */ 106 /* in tsk->state again */ 121 enum thread_state state; member 474 * every task starts in sleeping state - this gets ignored in register_pid() 475 * if there's no wakeup pointing to this sleep state: in register_pid() 1052 atom->state = THREAD_WAIT_CPU; in add_sched_out_event() 1085 if (atom->state != THREAD_WAIT_CPU) in add_sched_in_event() 1089 atom->state = THREAD_IGNORE; in add_sched_in_event() 1093 atom->state = THREAD_SCHED_IN; in add_sched_in_event() 1163 * add in an initial atom in runnable state in latency_switch_event() 1989 task_state_char(struct thread *thread, int state) task_state_char() argument 2001 timehist_print_sample(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct thread *thread, u64 t, int state) timehist_print_sample() argument 2538 int state = evsel__intval(evsel, sample, "prev_state"); timehist_sched_change_event() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 97 if (likely(test_bit(MLX5E_RQ_STATE_MINI_CQE_HW_STRIDX, &rq->state))) in mlx5e_read_enhanced_title_slot() 166 /* state bit set implies linked-list striding RQ wq type and in mlx5e_decompress_cqe() 169 if (test_bit(MLX5E_RQ_STATE_MINI_CQE_HW_STRIDX, &rq->state)) { in mlx5e_decompress_cqe() 771 if (test_bit(MLX5E_RQ_STATE_SHAMPO, &rq->state)) { in mlx5e_alloc_rx_mpwqe() 901 if (unlikely(!test_bit(MLX5E_RQ_STATE_ENABLED, &rq->state))) in mlx5e_post_rx_wqes() 1003 if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &sq->state))) in mlx5e_poll_ico_cq() 1041 if (!test_and_set_bit(MLX5E_SQ_STATE_RECOVERING, &sq->state)) in mlx5e_poll_ico_cq() 1089 if (unlikely(!test_bit(MLX5E_RQ_STATE_ENABLED, &rq->state))) in mlx5e_post_rx_mpwqes() 1497 if (test_bit(MLX5E_RQ_STATE_NO_CSUM_COMPLETE, &rq->state) || in mlx5e_handle_csum() 1520 if (test_bit(MLX5E_RQ_STATE_CSUM_FULL, &rq->state)) in mlx5e_handle_csum() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 661 set_bit(ICE_VSI_DOWN, vsi->state); in ice_vsi_alloc() 1720 * ice_pf_state_is_nominal - checks the PF for nominal state 1723 * Check the PF's state for a collection of bits that would indicate 1724 * the PF is in a state that would inhibit normal operation for 1727 * Returns true if PF is in a nominal state, false otherwise 1737 if (bitmap_intersects(pf->state, check_bits, ICE_STATE_NBITS)) in ice_pf_state_is_nominal() 1757 if (ice_is_reset_in_progress(pf->state)) in ice_update_eth_stats() 2818 if (!test_and_set_bit(ICE_VSI_DOWN, vsi->state)) in ice_vsi_close() 2835 if (!test_bit(ICE_VSI_NEEDS_RESTART, vsi->state)) in ice_ena_vsi() 2838 clear_bit(ICE_VSI_NEEDS_RESTART, vsi->state); in ice_ena_vsi() 3197 ice_is_reset_in_progress(unsigned long *state) ice_is_reset_in_progress() argument [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | iphase.c | 277 abr_vc->status |= 0x0001; /* state is idle */ in clear_lockup() 1058 u_short state; 1063 state = readl(iadev->reass_reg + STATE_REG) & 0xffff; 1064 while((state & EXCPQ_EMPTY) != EXCPQ_EMPTY) 1065 { printk("state = %x \n", state); 1067 printk("state = %x excpq_rd_ptr = %x \n", state, excpq_rd_ptr); 1078 state = readl(iadev->reass_reg + STATE_REG) & 0xffff; 1214 u_short state, local 1278 u_short state; global() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 2033 static int ami_get_cursorstate(struct fb_cursorstate *state, in ami_get_cursorstate() argument 2036 state->xoffset = par->crsr.crsr_x; in ami_get_cursorstate() 2037 state->yoffset = par->crsr.crsr_y; in ami_get_cursorstate() 2038 state->mode = cursormode; in ami_get_cursorstate() 2042 static int ami_set_cursorstate(struct fb_cursorstate *state, in ami_set_cursorstate() argument 2045 par->crsr.crsr_x = state->xoffset; in ami_set_cursorstate() 2046 par->crsr.crsr_y = state->yoffset; in ami_set_cursorstate() 2047 if ((cursormode = state->mode) == FB_CURSOR_OFF) in ami_set_cursorstate() 3385 struct fb_cursorstate state; in amifb_ioctl() member 3415 i = ami_get_cursorstate(&crsr.state, inf in amifb_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 838 struct sta_rec_state *state; in mt76_connac_mcu_sta_tlv() local 916 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_STATE, sizeof(*state)); in mt76_connac_mcu_sta_tlv() 917 state = (struct sta_rec_state *)tlv; in mt76_connac_mcu_sta_tlv() 918 state->state = sta_state; in mt76_connac_mcu_sta_tlv() 921 state->vht_opmode = sta->deflink.bandwidth; in mt76_connac_mcu_sta_tlv() 922 state->vht_opmode |= (sta->deflink.rx_nss - 1) << in mt76_connac_mcu_sta_tlv() 1039 info->state); in mt76_connac_mcu_sta_cmd() 1647 if (test_bit(MT76_HW_SCANNING, &phy->state)) in mt76_connac_mcu_hw_scan() 1654 set_bit(MT76_HW_SCANNING, &phy->state); in mt76_connac_mcu_hw_scan() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt61pci.c | 850 enum dev_state state = in rt61pci_config_ps() local 855 if (state == STATE_SLEEP) { in rt61pci_config_ps() 1618 * Device state switch handlers. 1621 enum dev_state state) in rt61pci_toggle_irq() 1623 int mask = (state == STATE_RADIO_IRQ_OFF); in rt61pci_toggle_irq() 1629 * should clear the register to assure a clean state. in rt61pci_toggle_irq() 1631 if (state == STATE_RADIO_IRQ_ON) { in rt61pci_toggle_irq() 1667 if (state == STATE_RADIO_IRQ_OFF) { in rt61pci_toggle_irq() 1708 static int rt61pci_set_state(struct rt2x00_dev *rt2x00dev, enum dev_state state) in rt61pci_set_state() argument 1714 put_to_sleep = (state ! in rt61pci_set_state() 1620 rt61pci_toggle_irq(struct rt2x00_dev *rt2x00dev, enum dev_state state) rt61pci_toggle_irq() argument 1738 rt61pci_set_device_state(struct rt2x00_dev *rt2x00dev, enum dev_state state) rt61pci_set_device_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-hyperv.c | 472 * Driver specific state. 495 enum hv_pcibus_state state; member 721 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing) in hv_arch_irq_unmask() 2415 hbus->state = hv_pcibus_installed; in create_root_hv_pci_bus() 2673 switch (hbus->state) { in pci_devices_present_work() 2714 if (hbus->state == hv_pcibus_removing) { in hv_pci_start_relations_work() 2849 * attempt to find it and tear down the bus state, if it exists. This in hv_eject_device_work() 2900 if (hbus->state == hv_pcibus_removing) { in hv_pci_eject_device() 3322 * hv_pci_enter_d0() - Bring the "bus" into the D0 power state 3339 * powered-on state in hv_pci_enter_d0() [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq.c | 255 * This function recovers queue into the state before quiescing 733 WRITE_ONCE(rq->state, MQ_RQ_IDLE); in blk_mq_free_request() 916 !test_bit(GD_DEAD, &req->q->disk->state)) { in blk_update_request() 1014 * generated by the state machine in blk-flush.c is cloned onto the in blk_account_io_start() 1109 WRITE_ONCE(rq->state, MQ_RQ_IDLE); in blk_mq_end_request_batch() 1203 WRITE_ONCE(rq->state, MQ_RQ_COMPLETE); in blk_mq_complete_request_remote() 1266 WRITE_ONCE(rq->state, MQ_RQ_IN_FLIGHT); in blk_mq_start_request() 1442 WRITE_ONCE(rq->state, MQ_RQ_IDLE); in __blk_mq_requeue_request() 2262 * Check if the request queue is not in a quiesced state and if there are 2400 set_bit(BLK_MQ_S_STOPPED, &hctx->state); in blk_mq_stop_hw_queue() 4836 long state = get_current_state(); blk_hctx_poll() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 87 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state() argument 91 qhp->attr.state = state; in set_state() 1197 !mhp->attr.state && mhp->mpl_len <= 2) { in c4iw_post_send() 1209 mhp->attr.state = 1; in c4iw_post_send() 1845 pr_debug("qhp %p sqid 0x%x rqid 0x%x ep %p state %d -> %d\n", in c4iw_modify_qp() 1846 qhp, qhp->wq.sq.qid, qhp->wq.rq.qid, qhp->ep, qhp->attr.state, in c4iw_modify_qp() 1853 if (qhp->attr.state != C4IW_QP_STATE_IDLE) { in c4iw_modify_qp() 1891 if (qhp->attr.state == attrs->next_state) in c4iw_modify_qp() 1894 switch (qhp->attr.state) { in c4iw_modify_qp() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ite-it6505.c | 772 * exit the power saving state within 1 ms" (Section 2.5.3.1, in it6505_drm_dp_link_set_power() 1580 bool state = false; in it6505_link_start_auto_train() local 1594 state = true; in it6505_link_start_auto_train() 1603 return state; in it6505_link_start_auto_train() 2700 int state, ret; in it6505_extcon_work() local 2707 state = extcon_get_state(it6505->extcon, EXTCON_DISP_DP); in it6505_extcon_work() 2708 DRM_DEV_DEBUG_DRIVER(dev, "EXTCON_DISP_DP = 0x%02x", state); in it6505_extcon_work() 2710 if (state == it6505->extcon_state || unlikely(state < 0)) in it6505_extcon_work() 2712 it6505->extcon_state = state; in it6505_extcon_work() 2939 struct drm_atomic_state *state = old_state->base.state; it6505_bridge_atomic_enable() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 97 /* task state bitmask, copied from include/linux/sched.h */ 107 /* in tsk->state again */ 122 enum thread_state state; member 476 * every task starts in sleeping state - this gets ignored in register_pid() 477 * if there's no wakeup pointing to this sleep state: in register_pid() 1074 atom->state = THREAD_WAIT_CPU; in add_sched_out_event() 1107 if (atom->state != THREAD_WAIT_CPU) in add_sched_in_event() 1111 atom->state = THREAD_IGNORE; in add_sched_in_event() 1115 atom->state = THREAD_SCHED_IN; in add_sched_in_event() 1185 * add in an initial atom in runnable state in latency_switch_event() 2036 task_state_char(struct thread *thread, int state) task_state_char() argument 2048 timehist_print_sample(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct thread *thread, u64 t, int state) timehist_print_sample() argument 2593 int state = evsel__intval(evsel, sample, "prev_state"); timehist_sched_change_event() local [all...] |
/kernel/linux/linux-6.6/net/smc/ |
H A D | af_smc.c | 1655 switch (sock->state) { in smc_connect() 1667 sock->state = SS_CONNECTING; in smc_connect() 1676 sock->state = SS_UNCONNECTED; in smc_connect() 1696 sock->state = rc ? SS_CONNECTING : SS_CONNECTED; in smc_connect() 1713 sock->state = SS_CONNECTED; in smc_connect() 1828 new_sock->state = SS_CONNECTED; in smc_accept_dequeue() 1929 /* listen worker: finish in state connected */ 1940 /* listen worker: finish in error state */ 2599 smc->connect_nonblock || sock->state != SS_UNCONNECTED) in smc_listen() 2894 if (sock->state in smc_shutdown() [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 444 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in fPerspectiveMode() 1663 bool Viewer::onTouch(intptr_t owner, skui::InputState state, float x, float y) { in onTouch() argument 1669 if (fSlides[fCurrentSlide]->onMouse(slidePt.x(), slidePt.y(), state, skui::ModifierKey::kNone)) { in onTouch() 1675 switch (state) { in onTouch() 1716 bool Viewer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse() argument 1722 if (fSlides[fCurrentSlide]->onMouse(slidePt.x(), slidePt.y(), state, modifiers)) { in onMouse() 1727 switch (state) { in onMouse() 1747 if (state != skui::InputState::kMove || fGesture.isBeingTouched()) { in onMouse() 1753 bool Viewer::onFling(skui::InputState state) { in onFling() argument 1754 if (skui::InputState::kRight == state) { in onFling() 3048 onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) onKey() argument [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 390 // operations on global state 443 // operations on forward-CRCs used to track erased state 618 // traversals in order to avoid invalid lookahead state 1306 // check for an fcrc matching the next prog's erased state, if in lfs_dir_fetchmatch() 1809 // steal state in lfs_dir_drop() 1904 // save some state in case block is bad in lfs_dir_compact() 1931 // setup commit state in lfs_dir_compact() 2183 int state = 0; in lfs_dir_relocatingcommit() local 2211 state = LFS_OK_DROPPED; in lfs_dir_relocatingcommit() 2292 state in lfs_dir_relocatingcommit() 2373 int state = lfs_dir_relocatingcommit(lfs, &ldir, dir->pair, lfs_dir_orphaningcommit() local 4888 lfs_stag_t state = lfs_dir_get(lfs, &parent, global() local 4951 int state = lfs_dir_orphaningcommit(lfs, &pdir, LFS_MKATTRS( global() local [all...] |
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1258 int32_t InputManagerImpl::SetHoverScrollState(bool state) in SetHoverScrollState() argument 1263 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetHoverScrollState(state); in SetHoverScrollState() 1265 MMI_HILOGE("Set mouse hover scroll state failed, ret:%{public}d", ret); in SetHoverScrollState() 1274 int32_t InputManagerImpl::GetHoverScrollState(bool &state) in GetHoverScrollState() argument 1279 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetHoverScrollState(state); in GetHoverScrollState() 1281 MMI_HILOGE("Get mouse hover scroll state failed, ret:%{public}d", ret); in GetHoverScrollState() 1757 bool state { false }; in GetFunctionKeyState() 1758 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetFunctionKeyState(funcKey, state); in GetFunctionKeyState() 1762 return state; in GetFunctionKeyState() 1902 int32_t InputManagerImpl::SetTouchpadScrollDirection(bool state) in SetTouchpadScrollDirection() argument 1918 GetTouchpadScrollDirection(bool &state) GetTouchpadScrollDirection() argument [all...] |