Home
last modified time | relevance | path

Searched refs:super (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h41 using super = hidl_vec<uint8_t>; variable
45 HidlBuf(const super& other) : super(other) {} in HidlBuf()
46 HidlBuf(super&& other) : super(std::move(other)) { other = {}; } in HidlBuf()
47 HidlBuf(const HidlBuf& other) : super(other) {} in HidlBuf()
48 HidlBuf(HidlBuf&& other) : super(std::move(other)) { other = HidlBuf(); } in HidlBuf()
51 HidlBuf& operator=(const super& other) {
52 super::operator=(other);
56 HidlBuf& operator=(super&& other) {
57 super::operator=(std::move(other));
63 super::operator=(other);
[all …]
/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp78 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V4_0::test::HidlBuf
82 HidlBuf(const super& other) : super(other) {} in HidlBuf()
83 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf()
86 HidlBuf& operator=(const super& other) { in operator =()
87 super::operator=(other); in operator =()
91 HidlBuf& operator=(super&& other) { in operator =()
92 super::operator=(std::move(other)); in operator =()
/hardware/interfaces/keymaster/4.1/vts/functional/
DKeymaster4_1HidlTest.h30 using super = V4_0::test::KeymasterHidlTest;
46 super::GenerateKey(keyDescription, &keyData.blob, &keyData.characteristics)); in GenerateKeyData()
/hardware/interfaces/boot/1.1/
DIBootControl.hal58 * bootloader such that the pending merge must be canceled (for example, if the super partition
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp381 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf
385 HidlBuf(const super& other) : super(other) {} in HidlBuf()
386 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf()
389 HidlBuf& operator=(const super& other) { in operator =()
390 super::operator=(other); in operator =()
394 HidlBuf& operator=(super&& other) { in operator =()
395 super::operator=(std::move(other)); in operator =()
/hardware/qcom/msm8998/json-c/
DDoxyfile1019 # super classes. Setting the tag to NO turns the diagrams off. Note that this