Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl94 byte[3] RepeatBytes(in byte[3] input, out byte[3] repeated); in RepeatBytes() method
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs374 …fn RepeatBytes(&self, _arg_input: &[u8; 3], _arg_repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]… in RepeatBytes() method
391 …fn RepeatBytes<'a>(&'a self, _arg_input: &'a [u8; 3], _arg_repeated: &'a mut [u8; 3]) -> binder::B… in RepeatBytes() method
403 …async fn RepeatBytes(&self, _arg_input: &[u8; 3], _arg_repeated: &mut [u8; 3]) -> binder::Result<[… in RepeatBytes() method
432 …fn RepeatBytes(&self, _arg_input: &[u8; 3], _arg_repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]… in new_async_binder() function
462 …fn RepeatBytes(&self, _arg_input: &[u8; 3], _arg_repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]… in RepeatBytes() method
488 …pub const RepeatBytes: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRAN… constant
649 …fn RepeatBytes(&self, _arg_input: &[u8; 3], _arg_repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]… in RepeatBytes() method
691 …fn RepeatBytes<'a>(&'a self, _arg_input: &'a [u8; 3], _arg_repeated: &'a mut [u8; 3]) -> binder::B… in RepeatBytes() method
797 …fn RepeatBytes(&self, _arg_input: &[u8; 3], _arg_repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]… in RepeatBytes() method
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java360 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Default
566 …@Override public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in RepeatBytes() method in FixedSizeArrayExample.IRepeatFixedSizeArray.Stub.Proxy
729 public byte[] RepeatBytes(byte[] input, byte[] repeated) throws android.os.RemoteException; in RepeatBytes() method
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h78 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& /*input*/, std::array<uint8_t,… in RepeatBytes() function
134 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>*… in RepeatBytes() function
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp785 ::ndk::ScopedAStatus FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatBytes(const std::array<ui… in RepeatBytes() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
1179 ::ndk::ScopedAStatus FixedSizeArrayExample::IRepeatFixedSizeArrayDefault::RepeatBytes(const std::ar… in RepeatBytes() function in aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IRepeatFixedSizeArrayDefault
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp715 ::android::binder::Status FixedSizeArrayExample::BpRepeatFixedSizeArray::RepeatBytes(const std::arr… in RepeatBytes() function in android::aidl::fixedsizearray::FixedSizeArrayExample::BpRepeatFixedSizeArray
/system/tools/aidl/tests/rust/
Dtest_service.rs530 fn RepeatBytes(&self, input: &[u8; 3], repeated: &mut [u8; 3]) -> binder::Result<[u8; 3]> { in RepeatBytes() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java685 public byte[] RepeatBytes(byte[] input, byte[] repeated) throws RemoteException { in RepeatBytes() method in TestServiceServer.FixedSizeArrayService
/system/tools/aidl/tests/
Daidl_test_service.cpp857 Status RepeatBytes(const std::array<uint8_t, 3>& in_input, std::array<uint8_t, 3>* out_repeated, in RepeatBytes() function in __anon556d30440111::FixedSizeArrayService