Home
last modified time | relevance | path

Searched refs:ibinder (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DUnion.java12 public final static int ibinder = 4; // IBinder ibinder; field in Union
100 public static Union ibinder(android.os.IBinder _value) { in ibinder() method in Union
101 return new Union(ibinder, _value); in ibinder()
105 _assertTag(ibinder); in getIbinder()
110 _set(ibinder, _value); in setIbinder()
171 case ibinder: in writeToParcel()
207 case ibinder: { in readFromParcel()
242 …case ibinder: return "android.aidl.tests.Union.ibinder(" + (java.util.Objects.toString(getIbinder(… in toString()
276 case ibinder: return "ibinder"; in _tagString()
DStructuredParcelable.java41 public android.os.IBinder ibinder; field in StructuredParcelable
112 _aidl_parcel.writeStrongBinder(ibinder); in writeToParcel()
221 ibinder = _aidl_parcel.readStrongBinder(); in readFromParcel()
317 _aidl_sj.add("ibinder: " + (java.util.Objects.toString(ibinder))); in toString()
378 if (!java.util.Objects.deepEquals(ibinder, that.ibinder)) return false; in equals()
404 …ay1, checkStringArray2, int32_min, int32_max, int64_max, hexInt32_neg_1, ibinder, int32_1, int64_1… in hashCode()
/system/tools/aidl/tests/
Daidl_test_client.h40 sp<android::IBinder> ibinder; in SetUp() local
41 auto status = service->GetCppJavaTests(&ibinder); in SetUp()
43 cpp_java_tests = android::interface_cast<ICppJavaTests>(ibinder); in SetUp()
Daidl_test_client_parcelables.cpp230 parcelable1.ibinder = IInterface::asBinder(callback1); in TEST_F()
231 parcelable2.ibinder = IInterface::asBinder(callback1); in TEST_F()
251 parcelable2.ibinder = IInterface::asBinder(callback2); in TEST_F()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DUnion.cpp57 case ibinder: { in readFromParcel()
61 set<ibinder>(_aidl_value); in readFromParcel()
64 set<ibinder>(std::move(_aidl_value)); in readFromParcel()
98 case ibinder: return ::ndk::AParcel_writeNullableStrongBinder(_parcel, get<ibinder>()); in writeToParcel()
DStructuredParcelable.cpp247 _aidl_ret_status = ::ndk::AParcel_readNullableStrongBinder(parcel, &ibinder); in readFromParcel()
495 _aidl_ret_status = ::ndk::AParcel_writeNullableStrongBinder(parcel, ibinder); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DUnion.cpp59 case ibinder: { in readFromParcel()
63 set<ibinder>(_aidl_value); in readFromParcel()
66 set<ibinder>(std::move(_aidl_value)); in readFromParcel()
101 case ibinder: return _aidl_parcel->writeStrongBinder(get<ibinder>()); in writeToParcel()
DStructuredParcelable.cpp276 _aidl_ret_status = _aidl_parcel->readNullableStrongBinder(&ibinder); in readFromParcel()
576 _aidl_ret_status = _aidl_parcel->writeStrongBinder(ibinder); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DStructuredParcelable.h28ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
31ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
34ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
37ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
40ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
43ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
78 ::android::sp<::android::IBinder> ibinder;
145 os << ", ibinder: " << ::android::internal::ToString(ibinder); in toString()
DUnion.h53 ibinder, // IBinder ibinder; enumerator
122 case ibinder: os << "ibinder: " << ::android::internal::ToString(get<ibinder>()); break; in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DStructuredParcelable.h59 ::ndk::SpAIBinder ibinder;
85ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
88ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
91ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
94ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
97ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
100ibinder, int32_1, int64_1, hexInt32_pos_1, hexInt64_pos_1, const_exprs_1, const_exprs_2, const_exp…
142 os << ", ibinder: " << ::android::internal::ToString(ibinder); in toString()
DUnion.h38 ibinder, // IBinder ibinder; enumerator
124 case ibinder: os << "ibinder: " << ::android::internal::ToString(get<ibinder>()); break; in toString()
/system/tools/aidl/tests/android/aidl/tests/
DUnion.aidl27 @nullable IBinder ibinder;
DStructuredParcelable.aidl72 @nullable IBinder ibinder;
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DStructuredParcelable.rs35 pub ibinder: Option<binder::SpIBinder>, field
96 ibinder: Default::default(), in default()
167 subparcel.write(&this.ibinder)?; in serialize_option()
342 result.ibinder = parcel.read()?; in deserialize_option()