Home
last modified time | relevance | path

Searched refs:in_value (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java106 public int RepeatInt(int in_value) { in RepeatInt() argument
107 return in_value; in RepeatInt()
111 public long RepeatLong(long in_value) { in RepeatLong() argument
112 return in_value; in RepeatLong()
116 public float RepeatFloat(float in_value) { in RepeatFloat() argument
117 return in_value; in RepeatFloat()
121 public double RepeatDouble(double in_value) { in RepeatDouble() argument
122 return in_value; in RepeatDouble()
126 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() argument
127 return in_value; in RepeatBoolean()
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h107 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() argument
109 *_aidl_return = in_value; in RepeatInt()
112 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() argument
114 *_aidl_return = in_value; in RepeatLong()
117 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() argument
119 *_aidl_return = in_value; in RepeatFloat()
122 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() argument
124 *_aidl_return = in_value; in RepeatDouble()
127 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() argument
129 *_aidl_return = in_value; in RepeatBoolean()
[all …]