Searched refs:APersistableBundle_getString (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/binder/ndk/ |
D | libbinder_ndk.map.txt | 212 APersistableBundle_getString; 213 APersistableBundle_getString; # llndk=202404
|
D | persistable_bundle.cpp | 165 int32_t APersistableBundle_getString(const APersistableBundle* pBundle, const char* key, char** val, in APersistableBundle_getString() function
|
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/ |
D | stubs_arm.cc | 152 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getString); 341 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getString); in init_stub_library()
|
D | stubs_arm64.cc | 152 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getString); 341 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getString); in init_stub_library()
|
D | stubs_riscv64.cc | 152 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getString); 341 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getString); in init_stub_library()
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | persistable_bundle.h | 435 int32_t APersistableBundle_getString(const APersistableBundle* _Nonnull pBundle,
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | persistable_bundle_aidl.h | 309 bool ret = APersistableBundle_getString(mPBundle, key.c_str(), &outString, in getString()
|