Home
last modified time | relevance | path

Searched defs:boolValue (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl6 String[] LogThis(boolean boolValue, inout boolean[] boolArray, byte byteValue, in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis()
163 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis()
254 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp58 bool boolValue = true; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp64 bool boolValue = true; in TEST_F() local
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 ::android::binder::Status BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArr… in LogThis()