Home
last modified time | relevance | path

Searched defs:RepeatBytes (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java365 …@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/
DFixedSizeArrayExample.java365 …@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/
DFixedSizeArrayExample.h91 …::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/
DFixedSizeArrayExample.h91 …::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/
DFixedSizeArrayExample.aidl94 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/
DFixedSizeArrayExample.cpp794 ::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/
DFixedSizeArrayExample.cpp794 ::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/
DFixedSizeArrayExample.cpp722 ::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/
DFixedSizeArrayExample.cpp722 ::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/
DTestServiceServer.java730 public byte[] RepeatBytes(byte[] input, byte[] repeated) throws RemoteException { in RepeatBytes() method in TestServiceServer.FixedSizeArrayService
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs657 fn RepeatBytes(&self, input: &[u8; 3], repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]> { in RepeatBytes() method
Dtest_service_async.rs708 async fn RepeatBytes( in RepeatBytes() method
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp785 ScopedAStatus RepeatBytes(const std::array<uint8_t, 3>& in_input, in RepeatBytes() function in __anon0586964a0111::FixedSizeArrayService
Daidl_test_service.cpp961 Status RepeatBytes(const std::array<uint8_t, 3>& in_input, std::array<uint8_t, 3>* out_repeated, in RepeatBytes() function in __anonf414188e0111::FixedSizeArrayService