Searched refs:boolArray (Results 1 – 7 of 7) sorted by relevance
/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() argument 163 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 172 _data.writeBooleanArray(boolArray); in LogThis() 207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis() 212 _reply.readBooleanArray(boolArray); in LogThis() 254 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 59 vector<bool> boolArray{false, true}; in TEST_F() local 85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 65 vector<bool> boolArray{false, true}; in TEST_F() local 90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 6 String[] LogThis(boolean boolValue, inout boolean[] boolArray, byte byteValue, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
|
D | ILoggableInterface.h | 24 …virtual ::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t b…
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 …tatus BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValu… in LogThis() argument 46 … _transaction_log.input_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis() 76 _aidl_ret_status = _aidl_data.writeBoolVector(*boolArray); in LogThis() 158 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis() 174 _aidl_ret_status = _aidl_reply.readBoolVector(boolArray); in LogThis() 231 … _transaction_log.output_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
|