| /third_party/node/deps/npm/node_modules/init-package-json/lib/ |
| H A D | default-input.js | |
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
| H A D | MegaDroneEngine.cpp | 43 void MegaDroneEngine::tap(bool isDown) { in tap() function in MegaDroneEngine
|
| /third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
| H A D | SoundGenerator.cpp | 47 void SoundGenerator::tap(bool isOn) { in tap() function in SoundGenerator
|
| H A D | HelloOboeEngine.cpp | 114 void HelloOboeEngine::tap(bool isDown) { in tap() function in HelloOboeEngine
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | if_tap.h | 66 struct tap_dev __rcu *tap; member [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | if_tap.h | 67 struct tap_dev __rcu *tap; member [all...] |
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/ |
| H A D | MainActivity.java | 35 private native void tap(long engineHandle, boolean isDown); in tap() method in MainActivity
|
| /kernel/linux/linux-5.10/drivers/net/ |
| H A D | macvtap.c | 30 struct tap_dev tap; member 55 static void macvtap_count_tx_dropped(struct tap_dev *tap) in macvtap_count_tx_dropped() argument 63 static void macvtap_count_rx_dropped(struct tap_dev *tap) in macvtap_count_rx_dropped() argument 71 static void macvtap_update_features(struct tap_dev *tap, in macvtap_update_features() argument [all...] |
| H A D | tap.c | 144 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue() argument 165 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue() argument 189 struct tap_dev *tap; tap_disable_queue() local 224 struct tap_dev *tap; tap_put_queue() local 252 tap_get_queue(struct tap_dev *tap, struct sk_buff *skb) tap_get_queue() argument 298 tap_del_queues(struct tap_dev *tap) tap_del_queues() argument 322 struct tap_dev *tap; tap_handle_frame() local 403 tap_get_minor(dev_t major, struct tap_dev *tap) tap_get_minor() argument 431 tap_free_minor(dev_t major, struct tap_dev *tap) tap_free_minor() argument 456 struct tap_dev *tap; dev_get_by_tap_file() local 502 struct tap_dev *tap; tap_open() local 625 struct tap_dev *tap; tap_get_user() local 886 struct tap_dev *tap; tap_get_tap_dev() local 896 tap_put_tap_dev(struct tap_dev *tap) tap_put_tap_dev() argument 904 struct tap_dev *tap; tap_ioctl_set_queue() local 924 struct tap_dev *tap; set_offload() local 977 struct tap_dev *tap; tap_ioctl() local 1140 struct tap_dev *tap; tap_get_user_xdp() local 1282 tap_queue_resize(struct tap_dev *tap) tap_queue_resize() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ipvlan/ |
| H A D | ipvtap.c | 48 struct tap_dev tap; member 51 static void ipvtap_count_tx_dropped(struct tap_dev *tap) in ipvtap_count_tx_dropped() argument 59 static void ipvtap_count_rx_dropped(struct tap_dev *tap) in ipvtap_count_rx_dropped() argument 67 static void ipvtap_update_features(struct tap_dev *tap, in ipvtap_update_features() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ |
| H A D | macvtap.c | 30 struct tap_dev tap; member 54 static void macvtap_count_tx_dropped(struct tap_dev *tap) in macvtap_count_tx_dropped() argument 62 static void macvtap_count_rx_dropped(struct tap_dev *tap) in macvtap_count_rx_dropped() argument 70 static void macvtap_update_features(struct tap_dev *tap, in macvtap_update_features() argument [all...] |
| H A D | tap.c | 146 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue() argument 167 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue() argument 191 struct tap_dev *tap; tap_disable_queue() local 226 struct tap_dev *tap; tap_put_queue() local 254 tap_get_queue(struct tap_dev *tap, struct sk_buff *skb) tap_get_queue() argument 300 tap_del_queues(struct tap_dev *tap) tap_del_queues() argument 324 struct tap_dev *tap; tap_handle_frame() local 415 tap_get_minor(dev_t major, struct tap_dev *tap) tap_get_minor() argument 443 tap_free_minor(dev_t major, struct tap_dev *tap) tap_free_minor() argument 468 struct tap_dev *tap; dev_get_by_tap_file() local 514 struct tap_dev *tap; tap_open() local 642 struct tap_dev *tap; tap_get_user() local 916 struct tap_dev *tap; tap_get_tap_dev() local 926 tap_put_tap_dev(struct tap_dev *tap) tap_put_tap_dev() argument 934 struct tap_dev *tap; tap_ioctl_set_queue() local 954 struct tap_dev *tap; set_offload() local 1012 struct tap_dev *tap; tap_ioctl() local 1176 struct tap_dev *tap; tap_get_user_xdp() local 1313 tap_queue_resize(struct tap_dev *tap) tap_queue_resize() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ipvlan/ |
| H A D | ipvtap.c | 47 struct tap_dev tap; member 50 static void ipvtap_count_tx_dropped(struct tap_dev *tap) in ipvtap_count_tx_dropped() argument 58 static void ipvtap_count_rx_dropped(struct tap_dev *tap) in ipvtap_count_rx_dropped() argument 66 static void ipvtap_update_features(struct tap_dev *tap, in ipvtap_update_features() argument [all...] |
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
| H A D | Game.cpp | 66 void Game::tap(int64_t eventTimeAsUptime) { in tap() function in Game
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/ |
| H A D | gesture_model_ng.cpp | 28 auto tap = AceType::DynamicCast<NG::TapGesture>(gesture); in IsTapClick() local
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| H A D | renesas_sdhi.h | 17 u32 tap; /* sampling clock position for SDR104/HS400 (8 TAP) */ member
|
| /kernel/linux/linux-6.6/drivers/mmc/host/ |
| H A D | renesas_sdhi.h | 17 u32 tap; /* sampling clock position for SDR104/HS400 (8 TAP) */ member
|
| H A D | sdhci-of-aspeed.c | 168 unsigned int tap; in aspeed_sdhci_phase_to_tap() local 129 aspeed_sdc_set_phase_tap(const struct aspeed_sdhci_tap_desc *desc, u8 tap, bool enable, u32 reg) aspeed_sdc_set_phase_tap() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| H A D | hi_gv_gesture.h | 127 HIGV_GESTURE_TAP_S tap; member
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| H A D | id.c | 728 void __init omap2_set_globals_tap(u32 class, void __iomem *tap) in omap2_set_globals_tap() argument
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| H A D | id.c | 728 void __init omap2_set_globals_tap(u32 class, void __iomem *tap) in omap2_set_globals_tap() argument
|
| /kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-mci.h | 141 u8 tap; member
|
| /kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-mci.h | 132 u8 tap; member
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| H A D | cypress_ps2.h | 149 unsigned int tap:1; /* multi-finger tap detected. */ member
|
| /kernel/linux/linux-5.10/sound/soc/meson/ |
| H A D | axg-pdm.c | 64 const unsigned int *tap; member
|