Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt188 APersistableBundle_putDouble;
189 APersistableBundle_putDouble; # llndk=202404
Dpersistable_bundle.cpp98 void APersistableBundle_putDouble(APersistableBundle* pBundle, const char* key, double val) { in APersistableBundle_putDouble() function
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc160 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putDouble);
349 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putDouble); in init_stub_library()
Dstubs_arm64.cc160 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putDouble);
349 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putDouble); in init_stub_library()
Dstubs_riscv64.cc160 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putDouble);
349 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putDouble); in init_stub_library()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h240 void APersistableBundle_putDouble(APersistableBundle* _Nonnull pBundle, const char* _Nonnull key,
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h198 APersistableBundle_putDouble(mPBundle, key.c_str(), val); in putDouble()