Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java51 public static WifiScanner.ScanSettings createRequest(WifiScanner.ChannelSpec[] channels, in createRequest()
134 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels()
143 int period, int reportEvents, int... channels) { in addBucketWithChannels()
191 int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
295 public static WifiScanner.ChannelSpec[] channelsToSpec(int... channels) { in channelsToSpec()
382 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) { in channelsToNativeSettings()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java258 private static String toString(WifiScanner.ChannelSpec[] channels) { in toString()
275 private static String toString(WifiNative.ChannelSettings[] channels, int numChannels) { in toString()
DKnownBandsChannelHelper.java68 WifiScanner.ChannelSpec[] channelSpec, int offset, int[] channels) { in copyChannels()
DWifiScanningServiceImpl.java688 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan() local
2274 ArrayList<Integer> channels = new ArrayList<Integer>(); in reconfigureScan() local
2334 HashSet<Integer> channels = new HashSet<Integer>(); in reconfigureScan() local
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java35 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl() local
DTaskPositioner.java243 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG); in register() local
DDragState.java143 InputChannel[] channels = InputChannel.openInputChannelPair("drag"); in register() local
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java117 String channels = clue.substring(codec.rtpmap.length()); in getCodec() local
/frameworks/av/cmds/stagefright/
Daudioloop.cpp51 static const int channels = 1; // not permitted to be stereo now in main() local
/frameworks/av/services/audioflinger/tests/
Dresampler_tests.cpp39 void resample(int channels, void *output, in resample()
72 void testBufferIncrement(size_t channels, bool useFloat, in testBufferIncrement()
163 void testStopbandDownconversion(size_t channels, in testStopbandDownconversion()
Dtest-mixer.cpp55 uint32_t sampleRate, uint32_t channels, size_t frames, bool isBufferFloat) { in writeFile()
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dpsy_main.c193 Word16 channels, in psyMainInit()
264 Word16 channels; in psyMain() local
Dstat_bits.c181 Word16 channels, in countStaticBitdemand()
Dtns.c137 Word16 channels, /*!< number of channels */ in InitTnsConfigurationLong()
204 Word16 channels, /*!< number of channels */ in InitTnsConfigurationShort()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.h33 int channels; member
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DNoBandChannelHelperTest.java118 WifiScanner.ChannelSpec[] channels = in eachBandValue() local
DKnownBandsChannelHelperTest.java120 WifiScanner.ChannelSpec[] channels = in testBand() local
DBaseWifiScannerImplTest.java98 protected Set<Integer> expectedBandAndChannelScanFreqs(int band, int... channels) { in expectedBandAndChannelScanFreqs()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DTypeConverter.h161 audio_channel_mask_t channels; in channelMaskFromString() local
DAudioProfile.h88 inline bool supportsChannels(audio_channel_mask_t channels) const in supportsChannels()
/frameworks/wilhelm/tests/examples/
DslesTestFeedback.cpp40 static SLuint32 channels = 1; // -c# variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp159 ChannelsVector channels; in loadHwModuleProfile() local
DAudioPort.cpp92 audio_channel_mask_t channels = channelsToExport[chanIndex]; in toAudioPort() local
/frameworks/av/services/audioflinger/
Dtest-resample.cpp109 int channels = 1; in main() local
DAudioMixer.cpp1692 static void volumeRampMulti(uint32_t channels, TO* out, size_t frameCount, in volumeRampMulti()
1736 static void volumeMulti(uint32_t channels, TO* out, size_t frameCount, in volumeMulti()
1821 const uint32_t channels = t->mMixerChannelCount; in process_NoResampleOneTrack() local

12