Searched refs:secondary (Results 1 – 5 of 5) sorted by relevance
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 1126 int memType, boolean secondary, int timeoutMs) { in collectSensorEventsRealtime() argument 1127 return collectSensorEventsRealtime(memType, secondary, timeoutMs, in collectSensorEventsRealtime() 1132 int memType, boolean secondary, int timeoutMs, int initialOffset, long initialCounter) { in collectSensorEventsRealtime() argument 1145 memType, secondary, offset + ATOMIC_COUNTER_OFFSET, ATOMIC_COUNTER_SIZE)) { in collectSensorEventsRealtime() 1157 if (!readSharedMemory(memType, secondary, offset, SENSORS_EVENT_SIZE)) { in collectSensorEventsRealtime() 1286 private SensorDirectChannel prepareDirectChannel(int memType, boolean secondary) { in prepareDirectChannel() argument 1292 MemoryFile memoryFile = secondary ? mMemoryFileSecondary : mMemoryFile; in prepareDirectChannel() 1293 assertTrue("MemoryFile" + (secondary ? "(secondary)" : "") + " is null", in prepareDirectChannel() 1300 = secondary ? mHardwareBufferSecondary : mHardwareBuffer; in prepareDirectChannel() 1301 assertTrue("HardwareBuffer" + (secondary ? "(secondary)" : "") + " is null", in prepareDirectChannel() [all …]
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_solid_color_test_pattern.py | 94 secondary = max((1-exp_values_mask)*rgb_means) 100 if secondary > _RGB_SECONDARY_MAX:
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 355 final int secondary = mUsers[1]; in testMultiUserStorageIsolated() local 366 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testCleanIsolatedStorage", secondary); in testMultiUserStorageIsolated() 370 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testWriteIsolatedStorage", secondary); in testMultiUserStorageIsolated() 374 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testReadIsolatedStorage", secondary); in testMultiUserStorageIsolated() 378 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testUserIsolation", secondary); in testMultiUserStorageIsolated() 382 … runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testMediaProviderUserIsolation", secondary); in testMultiUserStorageIsolated()
|
/cts/tests/app/src/android/app/cts/ |
D | WallpaperManagerTest.java | 307 Color secondary = colors.getSecondaryColor(); in wallpaperColors_secondary() local 309 Assert.assertEquals("red", 0f, secondary.red(), delta); in wallpaperColors_secondary() 310 Assert.assertEquals("green", 0f, secondary.green(), delta); in wallpaperColors_secondary() 311 Assert.assertEquals("blue", 1f, secondary.blue(), delta); in wallpaperColors_secondary()
|
/cts/apps/CtsVerifier/ |
D | NOTICE.txt | 5366 # production of secondary products from the program.
|