Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt168 APersistableBundle_writeToParcel;
169 APersistableBundle_writeToParcel; # llndk=202404
Dpersistable_bundle.cpp73 binder_status_t APersistableBundle_writeToParcel(const APersistableBundle* pBundle, in APersistableBundle_writeToParcel() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc171 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_writeToParcel);
360 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_writeToParcel); in init_stub_library()
Dstubs_arm64.cc171 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_writeToParcel);
360 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_writeToParcel); in init_stub_library()
Dstubs_riscv64.cc171 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_writeToParcel);
360 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_writeToParcel); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h158 binder_status_t APersistableBundle_writeToParcel(const APersistableBundle* _Nonnull pBundle,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h86 return APersistableBundle_writeToParcel(mPBundle, parcel); in writeToParcel()