Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt178 APersistableBundle_size;
179 APersistableBundle_size; # llndk=202404
Dpersistable_bundle.cpp79 int32_t APersistableBundle_size(const APersistableBundle* pBundle) { in APersistableBundle_size() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc170 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_size);
359 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_size); in init_stub_library()
Dstubs_arm64.cc170 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_size);
359 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_size); in init_stub_library()
Dstubs_riscv64.cc170 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_size);
359 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_size); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h155 os << "size: " << std::to_string(APersistableBundle_size(mPBundle)); in toString()
164 return APersistableBundle_size(mPBundle); in size()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h172 int32_t APersistableBundle_size(const APersistableBundle* _Nonnull pBundle)