Home
last modified time | relevance | path

Searched refs:remoteStrong (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp50 _aidl_data.markForBinder(remoteStrong()); in UnimplementedMethod()
88 _aidl_data.markForBinder(remoteStrong()); in Deprecated()
118 _aidl_data.markForBinder(remoteStrong()); in TestOneway()
141 _aidl_data.markForBinder(remoteStrong()); in RepeatBoolean()
179 _aidl_data.markForBinder(remoteStrong()); in RepeatByte()
217 _aidl_data.markForBinder(remoteStrong()); in RepeatChar()
255 _aidl_data.markForBinder(remoteStrong()); in RepeatInt()
293 _aidl_data.markForBinder(remoteStrong()); in RepeatLong()
331 _aidl_data.markForBinder(remoteStrong()); in RepeatFloat()
369 _aidl_data.markForBinder(remoteStrong()); in RepeatDouble()
[all …]
H A DINamedCallback.cpp34 _aidl_data.markForBinder(remoteStrong()); in GetName()
H A DINewName.cpp34 _aidl_data.markForBinder(remoteStrong()); in RealName()
H A DIOldName.cpp34 _aidl_data.markForBinder(remoteStrong()); in RealName()
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBinder.h135 inline sp<IBinder> remoteStrong() const { return sp<IBinder>::fromExisting(mRemote); } in remoteStrong() function
/aosp12/frameworks/native/include/binder/
H A DBinder.h135 inline sp<IBinder> remoteStrong() const { return sp<IBinder>::fromExisting(mRemote); } in remoteStrong() function
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp38 _aidl_data.markForBinder(remoteStrong()); in LogThis()