Searched refs:putBooleanVector (Results 1 – 25 of 70) sorted by relevance
123
/aosp_15_r20/hardware/interfaces/vibrator/aidl/vts/ |
H A D | persistable_bundle_utils.h | 81 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/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 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/ |
D | PersistableBundle.h | 59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 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/ |
D | PersistableBundle.h | 58 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/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 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/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | PersistableBundle.h | 59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | PersistableBundle.h | 59 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/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | PersistableBundle.h | 58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_native_aidl_client.cpp | 579 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 D | PersistableBundleFuzzFunctions.h | 96 p_bundle->putBooleanVector(*key, value);
|
123