Home
last modified time | relevance | path

Searched refs:getBooleanVector (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 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/
DPersistableBundle.h76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 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/
DPersistableBundle.h75 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/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 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/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/frameworks/native/include/binder/
H A DPersistableBundle.h76 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/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
/aosp_15_r20/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h146 p_bundle->getBooleanVector(*key, &out);
/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dpersistable_bundle.cpp184 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 Dpersistable_bundle_aidl.h345 bool getBooleanVector(const std::string& key, std::vector<bool>* _Nonnull vec) const { in getBooleanVector() function

123