Searched refs:super (Results 1 – 6 of 6) sorted by relevance
41 using super = hidl_vec<uint8_t>; variable45 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 …]
78 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V4_0::test::HidlBuf82 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 =()
30 using super = V4_0::test::KeymasterHidlTest;46 super::GenerateKey(keyDescription, &keyData.blob, &keyData.characteristics)); in GenerateKeyData()
58 * bootloader such that the pending merge must be canceled (for example, if the super partition
381 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf385 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 =()
1019 # super classes. Setting the tag to NO turns the diagrams off. Note that this