Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt206 APersistableBundle_getInt;
207 APersistableBundle_getInt; # llndk=202404
Dpersistable_bundle.cpp156 bool APersistableBundle_getInt(const APersistableBundle* pBundle, const char* key, int32_t* val) { in APersistableBundle_getInt() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getInt);
331 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getInt); in init_stub_library()
Dstubs_arm64.cc142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getInt);
331 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getInt); in init_stub_library()
Dstubs_riscv64.cc142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getInt);
331 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getInt); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h385 bool APersistableBundle_getInt(const APersistableBundle* _Nonnull pBundle, const char* _Nonnull key,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h280 return APersistableBundle_getInt(mPBundle, key.c_str(), val); in getInt()