Home
last modified time | relevance | path

Searched defs:APersistableBundle (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h42 typedef struct APersistableBundle APersistableBundle; typedef
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp28 struct APersistableBundle { struct
29 APersistableBundle(const APersistableBundle& pBundle) : mPBundle(pBundle.mPBundle) {} in APersistableBundle() argument
30 APersistableBundle(const android::os::PersistableBundle& pBundle) : mPBundle(pBundle) {} in APersistableBundle() function
35 APersistableBundle* _Nullable APersistableBundle_new() { in APersistableBundle_new() argument
/frameworks/native/libs/binder/rust/src/
Dpersistable_bundle.rs452 *const APersistableBundle, in get_vec()
775 bundle: *const APersistableBundle, in get_string_vector_with_allocator()