Searched refs:Rout (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 472 float [] Rout = new float[9]; in testRemapCoordinateSystem() local 504 assertTrue(SensorManager.remapCoordinateSystem(R, b1, b2, Rout)); in testRemapCoordinateSystem() 507 Rout = mat16to9(Rout2); in testRemapCoordinateSystem() 514 i, b1, b2, b3, mat9ToStr(R), mat9ToStr(Rout)); in testRemapCoordinateSystem() 517 v2 = mat9Axis(Rout, b1); in testRemapCoordinateSystem() 523 v2 = mat9Axis(Rout, b2); in testRemapCoordinateSystem() 529 v2 = mat9Axis(Rout, b3); in testRemapCoordinateSystem() 540 !SensorManager.remapCoordinateSystem(Rout, in testRemapCoordinateSystem() 543 !SensorManager.remapCoordinateSystem(Rout, in testRemapCoordinateSystem() 544 SensorManager.AXIS_X, SensorManager.AXIS_X, Rout)); in testRemapCoordinateSystem() [all …]
|