Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt214 APersistableBundle_getBooleanVector;
215 APersistableBundle_getBooleanVector; # llndk=202404
Dpersistable_bundle.cpp180 int32_t APersistableBundle_getBooleanVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getBooleanVector() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc136 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getBooleanVector);
325 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getBooleanVector); in init_stub_library()
Dstubs_arm64.cc136 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getBooleanVector);
325 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getBooleanVector); in init_stub_library()
Dstubs_riscv64.cc136 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getBooleanVector);
325 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getBooleanVector); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h463 int32_t APersistableBundle_getBooleanVector(const APersistableBundle* _Nonnull pBundle,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h348 return getVecInternal<bool>(&APersistableBundle_getBooleanVector, mPBundle, key.c_str(), in getBooleanVector()