Searched defs:HidlBuf (Results 1 – 3 of 3) sorted by relevance
44 HidlBuf() {} in HidlBuf() function45 HidlBuf(const super& other) : super(other) {} in HidlBuf() function46 HidlBuf(super&& other) : super(std::move(other)) { other = {}; } in HidlBuf() function47 HidlBuf(const HidlBuf& other) : super(other) {} in HidlBuf() function48 HidlBuf(HidlBuf&& other) : super(std::move(other)) { other = HidlBuf(); } in HidlBuf() function49 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf() function
77 class HidlBuf : public hidl_vec<uint8_t> { class81 HidlBuf() {} in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf82 HidlBuf(const super& other) : super(other) {} in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf83 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf84 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf
380 class HidlBuf : public hidl_vec<uint8_t> { class384 HidlBuf() {} in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf385 HidlBuf(const super& other) : super(other) {} in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf386 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf387 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf