| /external/crosvm/net_util/tests/ |
| D | unix_tap.rs | 67 let tap = Tap::new(true, false).unwrap(); in tap_configure_impl() localVariable 87 let tap = Tap::new(true, false).unwrap(); in tap_enable_impl() localVariable
|
| /external/crosvm/devices/src/virtio/vhost/user/device/net/sys/ |
| D | unix.rs | 87 let tap = T::new(true /* vnet_hdr */, false /* multi_queue */) in new_from_config() localVariable 102 let tap = unsafe { T::from_raw_descriptor(tap_fd).context("failed to create tap device")? }; in new_from_tap_fd() localVariable 185 let tap = backend in start_queue() localVariable 192 let tap = ex in start_queue() localVariable
|
| D | windows.rs | 161 let tap = backend in start_queue() localVariable 168 let tap = ex in start_queue() localVariable
|
| /external/oboe/src/flowgraph/resampler/ |
| D | MultiChannelResampler.cpp | 148 for (int tap = 0; tap < getNumTaps(); tap++) { in generateCoefficients() local 168 for (int tap = 0; tap < getNumTaps(); tap++) { in generateCoefficients() local
|
| D | SincResampler.cpp | 54 for (int tap = 0; tap < mNumTaps; tap++) { in readFrame() local
|
| /external/crosvm/net_util/src/sys/ |
| D | unix.rs | 5 pub mod tap; module
|
| /external/crosvm/devices/src/virtio/vhost/ |
| D | net.rs | 43 tap: Option<T>, field 195 let tap = self.tap.take().context("missing tap")?; in activate() localVariable 351 let tap = FakeTap::new(true, false).unwrap(); in create_net_common() localVariable
|
| /external/libaom/av1/common/ |
| D | cdef_block_simd.h | 219 SIMD_INLINE v256 get_max_primary(const int is_lowbd, v256 *tap, v256 max, in get_max_primary() 242 SIMD_INLINE v256 get_max_secondary(const int is_lowbd, v256 *tap, v256 max, in get_max_secondary() 309 v256 tap[4]; in filter_block_4x4() local 356 v256 tap[8]; in filter_block_4x4() local 492 v256 tap[8]; in filter_block_8x8() local
|
| /external/oboe/samples/hello-oboe/src/main/cpp/ |
| D | SoundGenerator.cpp | 47 void SoundGenerator::tap(bool isOn) { in tap() function in SoundGenerator
|
| D | HelloOboeEngine.cpp | 79 void HelloOboeEngine::tap(bool isDown) { in tap() function in HelloOboeEngine
|
| /external/oboe/samples/MegaDrone/src/main/cpp/ |
| D | MegaDroneEngine.cpp | 45 void MegaDroneEngine::tap(bool isDown) { in tap() function in MegaDroneEngine
|
| D | Synth.h | 51 void tap(bool isOn) override { in tap() function
|
| /external/crosvm/src/crosvm/plugin/ |
| D | mod.rs | 563 let tap = Tap::new(false, false).context("error opening tap device")?; in run_config() localVariable 574 let tap = Tap::new_with_name(tap_name.as_bytes(), true, false) in run_config() localVariable 584 let tap = unsafe { in run_config() localVariable
|
| /external/oboe/samples/SoundBoard/src/main/cpp/ |
| D | SoundBoardEngine.cpp | 52 void SoundBoardEngine::tap(bool isDown) { in tap() function in SoundBoardEngine
|
| D | Synth.h | 65 void tap(bool isOn) override { in tap() function
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/ |
| D | TouchTrackerTest.java | 62 public void tap() { in tap() method in TouchTrackerTest
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/ |
| D | TouchTrackerTest.java | 62 public void tap() { in tap() method in TouchTrackerTest
|
| /external/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/ |
| D | MainActivity.java | 35 private native void tap(long engineHandle, boolean isDown); in tap() method in MainActivity
|
| /external/libpcap/ |
| D | pcap-enet.c | 35 struct tap_header tap; member
|
| /external/oboe/samples/RhythmGame/src/main/cpp/ |
| D | Game.cpp | 66 void Game::tap(int64_t eventTimeAsUptime) { in tap() function in Game
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | net.rs | 87 tap: T, field
|
| /external/crosvm/devices/src/virtio/ |
| D | net.rs | 315 pub(super) tap: T, field 707 let tap = self.taps.remove(0); in activate() localVariable
|
| /external/crosvm/src/crosvm/sys/unix/ |
| D | device_helpers.rs | 768 let tap = Tap::new_with_name(tap_name.as_bytes(), true, multi_vq) in create_tap_for_net_device() localVariable 774 let tap = unsafe { in create_tap_for_net_device() localVariable 788 let tap = Tap::new(true, multi_vq).map_err(NetError::TapOpen)?; in create_tap_for_net_device() localVariable
|
| /external/libgav1/src/dsp/x86/ |
| D | cdef_sse4.cc | 507 const __m128i& tap, const __m128i& damping, in ApplyConstrainAndTap()
|
| D | cdef_avx2.cc | 569 const __m256i& tap, const __m128i& damping, in ApplyConstrainAndTap()
|