/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 365 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default 568 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy 732 public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteException; in RepeatBytes() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 365 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default 568 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy 732 public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteException; in RepeatBytes() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 91 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& /*input*/, std::array<uint8_t,… in RepeatBytes() function 148 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>*… in RepeatBytes() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 91 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& /*input*/, std::array<uint8_t,… in RepeatBytes() function 148 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>*… in RepeatBytes() function
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.aidl | 94 byte[3] RepeatBytes(in byte[3] input, out byte[3] repeated); in RepeatBytes() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 794 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatBytes(const std::array<ui… in RepeatBytes() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray 1197 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::RepeatBytes(const std::ar… in RepeatBytes() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 794 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatBytes(const std::array<ui… in RepeatBytes() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray 1197 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::RepeatBytes(const std::ar… in RepeatBytes() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 722 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatBytes(const std::arr… in RepeatBytes() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.cpp | 722 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatBytes(const std::arr… in RepeatBytes() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 730 public byte[] RepeatBytes(byte[] input, byte[] repeated) throws RemoteException { in RepeatBytes() method in TestServiceServer.FixedSizeArrayService
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_service.rs | 657 fn RepeatBytes(&self, input: &[u8; 3], repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]> { in RepeatBytes() method
|
D | test_service_async.rs | 708 async fn RepeatBytes( in RepeatBytes() method
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 785 ScopedAStatus RepeatBytes(const std::array<uint8_t, 3>& in_input, in RepeatBytes() function in __anon0586964a0111::FixedSizeArrayService
|
D | aidl_test_service.cpp | 961 Status RepeatBytes(const std::array<uint8_t, 3>& in_input, std::array<uint8_t, 3>* out_repeated, in RepeatBytes() function in __anonf414188e0111::FixedSizeArrayService
|