Home
last modified time | relevance | path

Searched refs:KernelInfo (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DSonyDualSenseBluetoothTest.java28 import com.android.cts.kernelinfo.KernelInfo;
44 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in getAdditionalSources()
56 if (KernelInfo.isKernelVersionGreaterThan("4.19")) { in kernelModule()
57 assertTrue(KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")); in kernelModule()
59 assertTrue(KernelInfo.hasConfig("CONFIG_HID_GENERIC")); in kernelModule()
64 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in testAllKeys()
73 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in testAllMotions()
83 assumeTrue(KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")); in testVibrator()
DSonyDualSenseEdgeBluetoothTest.java28 import com.android.cts.kernelinfo.KernelInfo;
44 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in getAdditionalSources()
56 if (KernelInfo.isKernelVersionGreaterThan("4.19")) { in kernelModule()
57 assertTrue(KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")); in kernelModule()
59 assertTrue(KernelInfo.hasConfig("CONFIG_HID_GENERIC")); in kernelModule()
64 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in testAllKeys()
73 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in testAllMotions()
83 assumeTrue(KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")); in testVibrator()
DSonyDualshock4UsbTest.java28 import com.android.cts.kernelinfo.KernelInfo;
52 if (KernelInfo.isKernelVersionGreaterThan("4.19")) { in kernelModule()
53 assertTrue(KernelInfo.hasConfig("CONFIG_HID_SONY")); in kernelModule()
55 assertTrue(KernelInfo.hasConfig("CONFIG_HID_GENERIC")); in kernelModule()
76 KernelInfo.isKernelVersionGreaterThan("6.2")); in testVibrator()
78 assumeTrue(KernelInfo.isKernelVersionGreaterThan("4.19")); in testVibrator()
DSonyDualshock4BluetoothTest.java27 import com.android.cts.kernelinfo.KernelInfo;
49 KernelInfo.isKernelVersionGreaterThan("6.2")); in testAllMotions()
56 KernelInfo.isKernelVersionGreaterThan("6.2")); in testVibrator()
57 assumeTrue(KernelInfo.isKernelVersionGreaterThan("4.19")); in testVibrator()
69 KernelInfo.isKernelVersionGreaterThan("6.2")); in testAllTouch()
DSonyDualshock4ProBluetoothTest.java27 import com.android.cts.kernelinfo.KernelInfo;
49 KernelInfo.isKernelVersionGreaterThan("6.2")); in testAllMotions()
56 KernelInfo.isKernelVersionGreaterThan("6.2")); in testVibrator()
57 assumeTrue(KernelInfo.isKernelVersionGreaterThan("4.19")); in testVibrator()
DSonyDualSenseUsbTest.java27 import com.android.cts.kernelinfo.KernelInfo;
43 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in getAdditionalSources()
61 assumeTrue(KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")); in testVibrator()
DSonyDualSenseEdgeUsbTest.java27 import com.android.cts.kernelinfo.KernelInfo;
43 if (KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")) { in getAdditionalSources()
61 assumeTrue(KernelInfo.hasConfig("CONFIG_HID_PLAYSTATION")); in testVibrator()
DGravisGamePadProUsbTest.java11 import com.android.cts.kernelinfo.KernelInfo;
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dimage_and_kernel.rsh22 typedef struct KernelInfo {
/cts/libs/kernelinfo/src/com/android/cts/kernelinfo/
DKernelInfo.kt61 abstract class KernelInfo { class