Home
last modified time | relevance | path

Searched defs:frequency (Results 1 – 25 of 188) sorted by relevance

12345678

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowScanResult.java16 String SSID, String BSSID, String caps, int level, int frequency) { in newInstance()
29 int frequency, in newInstance()
61 int frequency, in newInstance()
DShadowWifiInfo.java72 public void setFrequency(int frequency) { in setFrequency()
111 void setFrequency(int frequency); in setFrequency()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
160 frequency = None variable
196 frequency = value variable
/external/swiftshader/src/System/
DTimer.cpp90 int64_t Timer::frequency() in frequency() function in sw::Timer
93 int64_t frequency; in frequency() local
/external/autotest/server/cros/network/
Dpacket_capturer.py65 def _get_center_freq_80(frequency): argument
82 def _get_center_freq_160(frequency): argument
144 def create_raw_monitor(self, phy, frequency, width_type=None, argument
158 def configure_raw_monitor(self, monitor_device, frequency, width_type=None): argument
251 def create_raw_monitor(self, phy, frequency, width_type=None, argument
285 def configure_raw_monitor(self, monitor_device, frequency, width_type=None): argument
Dhostap_config.py214 def get_channel_for_frequency(frequency): argument
384 def frequency(self): member in HostapConfig
390 def frequency(self, value): member in HostapConfig
548 def __init__(self, mode=MODE_11B, channel=None, frequency=None, argument
741 def supports_frequency(self, frequency): argument
/external/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DOscillatorBase.h64 oboe::flowgraph::FlowGraphPortFloatInput frequency; variable
83 float incrementPhase(float frequency) { in incrementPhase()
/external/sdv/vsomeip/third_party/boost/spirit/workbench/
Dhigh_resolution_timer.hpp43 LARGE_INTEGER frequency; in high_resolution_timer() local
82 LARGE_INTEGER frequency; in elapsed() local
91 LARGE_INTEGER frequency; in elapsed_max() local
101 LARGE_INTEGER frequency; in elapsed_min() local
/external/guava/guava-tests/test/com/google/common/collect/
DSimpleAbstractMultisetTest.java121 Integer frequency = backingMap.get(element); in add() local
158 Integer frequency = backingMap.get(getElement()); in entryIterator() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DSimpleAbstractMultisetTest.java121 Integer frequency = backingMap.get(element); in add() local
158 Integer frequency = backingMap.get(getElement()); in entryIterator() local
/external/sdv/vsomeip/third_party/boost/serialization/performance/xml/
Dhigh_resolution_timer.hpp44 LARGE_INTEGER frequency; in high_resolution_timer() local
83 LARGE_INTEGER frequency; in elapsed() local
92 LARGE_INTEGER frequency; in elapsed_max() local
102 LARGE_INTEGER frequency; in elapsed_min() local
/external/webrtc/modules/audio_coding/test/
DRTPFile.cc69 uint32_t frequency) in RTPPacket()
90 uint32_t frequency) { in Write()
179 uint32_t frequency) { in Write()
DRTPFile.h70 uint32_t frequency; variable
/external/autotest/server/
Dsite_linux_system.py360 def start_capture(self, frequency, argument
421 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): argument
468 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument
547 frequency=None, same_phy_as=None): argument
583 def get_wlanif(self, frequency, phytype, argument
/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DVibratroEffect.h23 VibratoEffect(float depth_ms, float frequency): in VibratoEffect()
DFlangerEffect.h25 FlangerEffect(float depth_ms, float frequency, float feedback): in FlangerEffect()
DTremoloEffect.h25 TremoloEffect(float frequency, float height): in TremoloEffect()
/external/oboe/apps/fxlab/app/src/main/cpp/effects/utils/
DSineWave.h25 SineWave(float frequency, float amplitude, int sampleRate): in SineWave()
DPhaseAccumulator.h26 PhaseAccumulator(float frequency, float sampleRate): in PhaseAccumulator()
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dinput_signal_creator.py52 def _CreatePureTone(cls, frequency, duration): argument
/external/sdv/vsomeip/third_party/boost/chrono/example/
Dcycle_count.cpp40 … typedef typename boost::ratio_multiply<boost::ratio<speed>, boost::mega>::type frequency; // Mhz typedef
57 static const long long frequency = speed * 1000000; // MHz member
/external/oboe/samples/hello-oboe/src/main/cpp/
DSoundGenerator.cpp23 double frequency = 440.0; in SoundGenerator() local
/external/pigweed/pw_clock_tree_mcuxpresso/public/pw_clock_tree_mcuxpresso/
Dclock_tree.h76 constexpr ClockMcuxpressoMclk(ElementType& source, uint32_t frequency) in ClockMcuxpressoMclk()
114 constexpr ClockMcuxpressoClkIn(ElementType& source, uint32_t frequency) in ClockMcuxpressoClkIn()
/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
DSawtoothOscillator.h44 void generate(synth_float_t frequency, int32_t numSamples) { in generate()
/external/cpuinfo/src/arm/windows/
Dwindows-arm-init.h14 uint64_t frequency; /* Hz */ member

12345678