Home
last modified time | relevance | path

Searched refs:putBooleanVector (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/hardware/interfaces/vibrator/aidl/vts/
H A Dpersistable_bundle_utils.h81 bundle->putBooleanVector(key, value);
112 bundle->putBooleanVector("test_bool_vector", {true, false, false}); in fillBasicData()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/frameworks/native/include/binder/
H A DPersistableBundle.h59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_native_aidl_client.cpp579 inPBundle.putBooleanVector("boolv", kBoolVVal); in TEST_P()
739 pBundle.putBooleanVector("first", kBoolVVal); in TEST_P()
740 pBundle.putBooleanVector("second", kBoolVVal); in TEST_P()
741 pBundle.putBooleanVector("third", kBoolVVal); in TEST_P()
/aosp_15_r20/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DPersistableBundleFuzzFunctions.h96 p_bundle->putBooleanVector(*key, value);

123