Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DRadioAccessSpecifierTest.java32 int[] channels = {5, 6, 7}; in testConstructorAndGetters() local
33 RadioAccessSpecifier radioAccessSpecifier = new RadioAccessSpecifier(ran, bands, channels); in testConstructorAndGetters()
37 assertThat(radioAccessSpecifier.getChannels()).isEqualTo(channels); in testConstructorAndGetters()
40 RadioAccessSpecifier toCompare1 = new RadioAccessSpecifier(ran, bands, channels); in testConstructorAndGetters()
43 RadioAccessSpecifier toCompare3 = new RadioAccessSpecifier(ran+1, bands, channels); in testConstructorAndGetters()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareRendererTests.kt92 val channels = ByteArray(buffer.remaining()) in <lambda>() constant
93 buffer.get(channels, 0, channels.size) in <lambda>()
94 val pixels = IntArray(channels.size / 4) in <lambda>()
98 while (channelIndex < channels.size) { in <lambda>()
99 val red = channels[channelIndex++].toInt() and 0xFF in <lambda>()
100 val green = channels[channelIndex++].toInt() and 0xFF in <lambda>()
101 val blue = channels[channelIndex++].toInt() and 0xFF in <lambda>()
102 val alpha = channels[channelIndex++].toInt() and 0xFF in <lambda>()
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java110 final int channels = Integer.bitCount(channelMask); in packMask() local
111 if (channels == 0) { in packMask()
115 for (int i = 0; i < channels; ++i) { in packMask()
133 final int channels = Integer.bitCount(channelMask); in maskArray() local
139 if (++j >= channels) { in maskArray()
147 final int channels = Integer.bitCount(channelMask); in maskArray() local
153 if (++j >= channels) { in maskArray()
161 final int channels = Integer.bitCount(channelMask); in maskArray() local
167 if (++j >= channels) { in maskArray()
DAudioNativeTest.java262 for (int channels : deviceInfo.getChannelCounts()) { in testInputChannelMasksPreQ()
263 maxInputChannels = Math.max(channels, maxInputChannels); in testInputChannelMasksPreQ()
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptor_AutoCloseOutputStreamTest.java22 import java.nio.channels.FileLock;
/cts/suite/audio_quality/lib/src/audio/
DAudioPlaybackLocal.cpp61 config.channels = 2; in doPrepare()
DAudioRecordingLocal.cpp48 config.channels = 2; in doPrepare()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildStep.java23 import java.nio.channels.FileChannel;
/cts/tests/tests/libcorefileio/src/android/cts/
DLockHoldingService.java25 import java.nio.channels.FileLock;
DFileChannelInterProcessLockTest.java29 import java.nio.channels.AsynchronousFileChannel;
30 import java.nio.channels.FileChannel;
31 import java.nio.channels.FileLock;
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontFileTestUtil.java24 import java.nio.channels.FileChannel;
DFontTest.java55 import java.nio.channels.FileChannel;
/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserOutputConsumer.java213 int channels = in toExoPlayerFormat() local
238 .setChannelCount(channels) in toExoPlayerFormat()
/cts/tests/app/src/android/app/people/cts/
DPeopleManagerTest.java99 List<NotificationChannel> channels = mNotificationManager.getNotificationChannels(); in tearDown() local
101 for (NotificationChannel nc : channels) { in tearDown()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DLocaleDeviceInfo.java27 import java.nio.channels.FileChannel;
/cts/tools/release-parser/tests/resources/
Dbuild.prop36 ro.wifi.channels=
Dbuild.prop.pb.txt190 key: "ro.wifi.channels"
DCtsJniTestCases.apk.pb.txt181 return_type: "java.nio.channels.FileChannel"
709 return_type: "java.nio.channels.FileChannel"
2050 name: "java.nio.channels.FileChannel"
2063 parameters: "java.nio.channels.WritableByteChannel"
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java289 List<NotificationChannel> channels = mNotificationManager.getNotificationChannels(); in tearDown() local
291 for (NotificationChannel nc : channels) { in tearDown()
1465 List<NotificationChannel> channels = mNotificationManager.getNotificationChannels(); in testGetChannels() local
1466 for (NotificationChannel nc : channels) { in testGetChannels()
2638 List<NotificationChannel> channels = in testNotificationDelegate_grantAndReadChannels() local
2643 assertNotNull(channels); in testNotificationDelegate_grantAndReadChannels()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript100 // Sort the RGB channels by value
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java40 import java.nio.channels.FileChannel;
DCodecTestBase.java1653 for (int channels : mEncParamList2) { in setUpParams()
1662 format.setInteger(MediaFormat.KEY_CHANNEL_COUNT, channels); in setUpParams()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java69 import java.nio.channels.Channels;
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java58 import java.nio.channels.FileChannel;