Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt246 APersistableBundle_getPersistableBundleKeys;
247 APersistableBundle_getPersistableBundleKeys; # llndk=202404
Dpersistable_bundle.cpp308 int32_t APersistableBundle_getPersistableBundleKeys( in APersistableBundle_getPersistableBundleKeys() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getPersistableBundleKeys);
340 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getPersistableBundleKeys); in init_stub_library()
Dstubs_arm64.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getPersistableBundleKeys);
340 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getPersistableBundleKeys); in init_stub_library()
Dstubs_riscv64.cc151 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_getPersistableBundleKeys);
340 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_getPersistableBundleKeys); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h958 int32_t APersistableBundle_getPersistableBundleKeys(
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h513 return getKeys(&APersistableBundle_getPersistableBundleKeys, mPBundle); in getPersistableBundleKeys()