Home
last modified time | relevance | path

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/
DILoggableInterface.java10 …@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/
Daidl_test_client_loggable_interface.cpp59 vector<bool> boolArray{false, true}; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp65 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/
DILoggableInterface.aidl6 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/
DBpLoggableInterface.h20 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue…
DILoggableInterface.h24 …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/
DILoggableInterface.cpp36 …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()