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.java115 public int RepeatInt(int in_value) { in RepeatInt() argument
116 return in_value; in RepeatInt()
120 public long RepeatLong(long in_value) { in RepeatLong() argument
121 return in_value; in RepeatLong()
125 public float RepeatFloat(float in_value) { in RepeatFloat() argument
126 return in_value; in RepeatFloat()
130 public double RepeatDouble(double in_value) { in RepeatDouble() argument
131 return in_value; in RepeatDouble()
135 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() argument
136 return in_value; in RepeatBoolean()
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h106 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() argument
108 *_aidl_return = in_value; in RepeatInt()
111 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() argument
113 *_aidl_return = in_value; in RepeatLong()
116 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() argument
118 *_aidl_return = in_value; in RepeatFloat()
121 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() argument
123 *_aidl_return = in_value; in RepeatDouble()
126 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() argument
128 *_aidl_return = in_value; in RepeatBoolean()
[all …]