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/ |
D | ILoggableInterface.java | 10 …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/ |
D | aidl_test_client_loggable_interface.cpp | 82 vector<ParcelFileDescriptor> pfdArray; in TEST_F() local 88 dataValue, binderValue, &pfdValue, &pfdArray, &_aidl_return); in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 88 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/ |
D | ILoggableInterface.aidl | 13 inout ParcelFileDescriptor[] pfdArray); in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …criptor>* pfdValue, ::std::vector<::android::os::ParcelFileDescriptor>* pfdArray, ::std::vector<::…
|
D | ILoggableInterface.h | 24 …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/ |
D | ILoggableInterface.cpp | 36 …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()
|