Searched defs:boolValue (Results 1 – 6 of 6) 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/ |
| D | aidl_test_client_loggable_interface.cpp | 58 bool boolValue = true; in TEST_F() local
|
| D | aidl_test_client_ndk_loggable_interface.cpp | 67 bool boolValue = true; in TEST_F() local
|
| /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() 165 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() 225 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis()
|
| /system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
| D | BnLoggableInterface.h | 42 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis()
|
| /system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
| D | ILoggableInterface.cpp | 27 ::android::binder::Status BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArr… in LogThis()
|