Searched defs:boolValue (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 6 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/ |
D | ILoggableInterface.java | 10 …@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/ |
D | aidl_test_client_loggable_interface.cpp | 58 bool boolValue = true; in TEST_F() local
|
D | aidl_test_client_ndk_loggable_interface.cpp | 64 bool boolValue = true; in TEST_F() local
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 ::android::binder::Status BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArr… in LogThis()
|