Searched refs:in_value (Results 1 – 2 of 2) sorted by relevance
115 public int RepeatInt(int in_value) { in RepeatInt() argument116 return in_value; in RepeatInt()120 public long RepeatLong(long in_value) { in RepeatLong() argument121 return in_value; in RepeatLong()125 public float RepeatFloat(float in_value) { in RepeatFloat() argument126 return in_value; in RepeatFloat()130 public double RepeatDouble(double in_value) { in RepeatDouble() argument131 return in_value; in RepeatDouble()135 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() argument136 return in_value; in RepeatBoolean()[all …]
106 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() argument108 *_aidl_return = in_value; in RepeatInt()111 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() argument113 *_aidl_return = in_value; in RepeatLong()116 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() argument118 *_aidl_return = in_value; in RepeatFloat()121 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() argument123 *_aidl_return = in_value; in RepeatDouble()126 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() argument128 *_aidl_return = in_value; in RepeatBoolean()[all …]