Home
last modified time | relevance | path

Searched refs:pfdArray (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 …oid.os.ParcelFileDescriptor pfdValue, android.os.ParcelFileDescriptor[] pfdArray) throws android.o… in LogThis() argument
163 …oid.os.ParcelFileDescriptor pfdValue, android.os.ParcelFileDescriptor[] pfdArray) throws android.o… in LogThis() argument
203 _data.writeTypedArray(pfdArray, 0); in LogThis()
207 …lue, doubleArray, stringValue, stringArray, listValue, dataValue, binderValue, pfdValue, pfdArray); in LogThis()
224 _reply.readTypedArray(pfdArray, android.os.ParcelFileDescriptor.CREATOR); in LogThis()
254 …oid.os.ParcelFileDescriptor pfdValue, android.os.ParcelFileDescriptor[] pfdArray) throws android.o… in LogThis() argument
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp82 vector<ParcelFileDescriptor> pfdArray; in TEST_F() local
88 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp88 vector<ndk::ScopedFileDescriptor> pfdArray; in TEST_F() local
93 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl13 inout ParcelFileDescriptor[] pfdArray); in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …criptor>* pfdValue, ::std::vector<::android::os::ParcelFileDescriptor>* pfdArray, ::std::vector<::…
DILoggableInterface.h24 …criptor>* pfdValue, ::std::vector<::android::os::ParcelFileDescriptor>* pfdArray, ::std::vector<::…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …criptor>* pfdValue, ::std::vector<::android::os::ParcelFileDescriptor>* pfdArray, ::std::vector<::… in LogThis() argument
65 _transaction_log.input_args.emplace_back("pfdArray", ::android::internal::ToString(*pfdArray)); in LogThis()
152 _aidl_ret_status = _aidl_data.writeParcelableVector(*pfdArray); in LogThis()
158 …ay, stringValue, stringArray, listValue, dataValue, binderValue, pfdValue, pfdArray, _aidl_return); in LogThis()
214 _aidl_ret_status = _aidl_reply.readParcelableVector(pfdArray); in LogThis()
241 _transaction_log.output_args.emplace_back("pfdArray", ::android::internal::ToString(*pfdArray)); in LogThis()