/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 51 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/ |
D | ChannelHelper.java | 258 private static String toString(WifiScanner.ChannelSpec[] channels) { in toString() 275 private static String toString(WifiNative.ChannelSettings[] channels, int numChannels) { in toString()
|
D | KnownBandsChannelHelper.java | 68 WifiScanner.ChannelSpec[] channelSpec, int offset, int[] channels) { in copyChannels()
|
D | WifiScanningServiceImpl.java | 688 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/ |
D | InputConsumerImpl.java | 35 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl() local
|
D | TaskPositioner.java | 243 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG); in register() local
|
D | DragState.java | 143 InputChannel[] channels = InputChannel.openInputChannelPair("drag"); in register() local
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioCodec.java | 117 String channels = clue.substring(codec.rtpmap.length()); in getCodec() local
|
/frameworks/av/cmds/stagefright/ |
D | audioloop.cpp | 51 static const int channels = 1; // not permitted to be stereo now in main() local
|
/frameworks/av/services/audioflinger/tests/ |
D | resampler_tests.cpp | 39 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()
|
D | test-mixer.cpp | 55 uint32_t sampleRate, uint32_t channels, size_t frames, bool isBufferFloat) { in writeFile()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | psy_main.c | 193 Word16 channels, in psyMainInit() 264 Word16 channels; in psyMain() local
|
D | stat_bits.c | 181 Word16 channels, in countStaticBitdemand()
|
D | tns.c | 137 Word16 channels, /*!< number of channels */ in InitTnsConfigurationLong() 204 Word16 channels, /*!< number of channels */ in InitTnsConfigurationShort()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.h | 33 int channels; member
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | NoBandChannelHelperTest.java | 118 WifiScanner.ChannelSpec[] channels = in eachBandValue() local
|
D | KnownBandsChannelHelperTest.java | 120 WifiScanner.ChannelSpec[] channels = in testBand() local
|
D | BaseWifiScannerImplTest.java | 98 protected Set<Integer> expectedBandAndChannelScanFreqs(int band, int... channels) { in expectedBandAndChannelScanFreqs()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | TypeConverter.h | 161 audio_channel_mask_t channels; in channelMaskFromString() local
|
D | AudioProfile.h | 88 inline bool supportsChannels(audio_channel_mask_t channels) const in supportsChannels()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestFeedback.cpp | 40 static SLuint32 channels = 1; // -c# variable
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | ConfigParsingUtils.cpp | 159 ChannelsVector channels; in loadHwModuleProfile() local
|
D | AudioPort.cpp | 92 audio_channel_mask_t channels = channelsToExport[chanIndex]; in toAudioPort() local
|
/frameworks/av/services/audioflinger/ |
D | test-resample.cpp | 109 int channels = 1; in main() local
|
D | AudioMixer.cpp | 1692 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
|