Searched refs:in_value (Results 1 – 2 of 2) sorted by relevance
105 public int RepeatInt(int in_value) { in RepeatInt() argument106 return in_value; in RepeatInt()110 public long RepeatLong(long in_value) { in RepeatLong() argument111 return in_value; in RepeatLong()115 public float RepeatFloat(float in_value) { in RepeatFloat() argument116 return in_value; in RepeatFloat()120 public double RepeatDouble(double in_value) { in RepeatDouble() argument121 return in_value; in RepeatDouble()125 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() argument126 return in_value; in RepeatBoolean()[all …]
99 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() argument101 *_aidl_return = in_value; in RepeatInt()104 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() argument106 *_aidl_return = in_value; in RepeatLong()109 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() argument111 *_aidl_return = in_value; in RepeatFloat()114 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() argument116 *_aidl_return = in_value; in RepeatDouble()119 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() argument121 *_aidl_return = in_value; in RepeatBoolean()[all …]