Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp1023 AParcel_markSensitive(_aidl_in.get()); in UnimplementedMethod()
1064 AParcel_markSensitive(_aidl_in.get()); in Deprecated()
1099 AParcel_markSensitive(_aidl_in.get()); in TestOneway()
1130 AParcel_markSensitive(_aidl_in.get()); in RepeatBoolean()
1171 AParcel_markSensitive(_aidl_in.get()); in RepeatByte()
1212 AParcel_markSensitive(_aidl_in.get()); in RepeatChar()
1253 AParcel_markSensitive(_aidl_in.get()); in RepeatInt()
1294 AParcel_markSensitive(_aidl_in.get()); in RepeatLong()
1335 AParcel_markSensitive(_aidl_in.get()); in RepeatFloat()
1376 AParcel_markSensitive(_aidl_in.get()); in RepeatDouble()
[all …]
/aosp12/frameworks/native/libs/binder/ndk/include_platform/android/
H A Dbinder_parcel_platform.h46 void AParcel_markSensitive(const AParcel* parcel);
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc72 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_markSensitive);
205 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_markSensitive); in init_stub_library()
H A Dstubs_arm64.cc72 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_markSensitive);
205 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_markSensitive); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt120 AParcel_markSensitive; # llndk
H A Dparcel.cpp229 void AParcel_markSensitive(const AParcel* parcel) { in AParcel_markSensitive() function
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dparcel.rs107 sys::AParcel_markSensitive(self.as_native()) in mark_sensitive()