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.java105 public int RepeatInt(int in_value) { in RepeatInt() argument
106 return in_value; in RepeatInt()
110 public long RepeatLong(long in_value) { in RepeatLong() argument
111 return in_value; in RepeatLong()
115 public float RepeatFloat(float in_value) { in RepeatFloat() argument
116 return in_value; in RepeatFloat()
120 public double RepeatDouble(double in_value) { in RepeatDouble() argument
121 return in_value; in RepeatDouble()
125 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() argument
126 return in_value; in RepeatBoolean()
[all …]
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h99 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() argument
101 *_aidl_return = in_value; in RepeatInt()
104 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() argument
106 *_aidl_return = in_value; in RepeatLong()
109 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() argument
111 *_aidl_return = in_value; in RepeatFloat()
114 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() argument
116 *_aidl_return = in_value; in RepeatDouble()
119 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() argument
121 *_aidl_return = in_value; in RepeatBoolean()
[all …]