/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | PersistableBundle.h | 76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | PersistableBundle.h | 76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
|
/aosp_15_r20/frameworks/native/libs/binder/tests/unit_fuzzers/ |
H A D | PersistableBundleFuzzFunctions.h | 146 p_bundle->getBooleanVector(*key, &out);
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/ |
H A D | persistable_bundle.cpp | 184 bool ret = pBundle->mPBundle.getBooleanVector(android::String16(key), &newVec); in APersistableBundle_getBooleanVector()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | persistable_bundle_aidl.h | 345 bool getBooleanVector(const std::string& key, std::vector<bool>* _Nonnull vec) const { in getBooleanVector() function
|