Searched refs:in_value (Results 1 – 2 of 2) sorted by relevance
106 public int RepeatInt(int in_value) { in RepeatInt() argument107 return in_value; in RepeatInt()111 public long RepeatLong(long in_value) { in RepeatLong() argument112 return in_value; in RepeatLong()116 public float RepeatFloat(float in_value) { in RepeatFloat() argument117 return in_value; in RepeatFloat()121 public double RepeatDouble(double in_value) { in RepeatDouble() argument122 return in_value; in RepeatDouble()126 public boolean RepeatBoolean(boolean in_value) { in RepeatBoolean() argument127 return in_value; in RepeatBoolean()[all …]
107 ::ndk::ScopedAStatus RepeatInt(int32_t in_value, in RepeatInt() argument109 *_aidl_return = in_value; in RepeatInt()112 ::ndk::ScopedAStatus RepeatLong(int64_t in_value, in RepeatLong() argument114 *_aidl_return = in_value; in RepeatLong()117 ::ndk::ScopedAStatus RepeatFloat(float in_value, in RepeatFloat() argument119 *_aidl_return = in_value; in RepeatFloat()122 ::ndk::ScopedAStatus RepeatDouble(double in_value, in RepeatDouble() argument124 *_aidl_return = in_value; in RepeatDouble()127 ::ndk::ScopedAStatus RepeatBoolean(bool in_value, in RepeatBoolean() argument129 *_aidl_return = in_value; in RepeatBoolean()[all …]