Home
last modified time | relevance | path

Searched refs:doubleArray (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl10 double doubleValue, inout double[] doubleArray, in LogThis() argument
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl29 double[] doubleArray;
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp145 TEST_F(AidlPrimitiveTest, doubleArray) { in TEST_F() argument
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java655 p.doubleArray = new double[]{1.1d, 1.2d}; in testToString()