Home
last modified time | relevance | path

Searched defs:pBundle (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp38 APersistableBundle* _Nullable APersistableBundle_dup(const APersistableBundle* pBundle) { in APersistableBundle_dup()
46 void APersistableBundle_delete(APersistableBundle* pBundle) { in APersistableBundle_delete()
73 binder_status_t APersistableBundle_writeToParcel(const APersistableBundle* pBundle, in APersistableBundle_writeToParcel()
79 int32_t APersistableBundle_size(const APersistableBundle* pBundle) { in APersistableBundle_size()
86 int32_t APersistableBundle_erase(APersistableBundle* pBundle, const char* key) { in APersistableBundle_erase()
89 void APersistableBundle_putBoolean(APersistableBundle* pBundle, const char* key, bool val) { in APersistableBundle_putBoolean()
92 void APersistableBundle_putInt(APersistableBundle* pBundle, const char* key, int32_t val) { in APersistableBundle_putInt()
95 void APersistableBundle_putLong(APersistableBundle* pBundle, const char* key, int64_t val) { in APersistableBundle_putLong()
98 void APersistableBundle_putDouble(APersistableBundle* pBundle, const char* key, double val) { in APersistableBundle_putDouble()
101 void APersistableBundle_putString(APersistableBundle* pBundle, const char* key, const char* val) { in APersistableBundle_putString()
[all …]
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h264 void putPersistableBundle(const std::string& key, const PersistableBundle& pBundle) { in putPersistableBundle()
323 const APersistableBundle* _Nonnull pBundle, const char* _Nonnull key, in getVecInternal()
423 int32_t (*_Nonnull getTypedKeys)(const APersistableBundle* _Nonnull pBundle, in getKeys()