Home
last modified time | relevance | path

Searched defs:HidlBuf (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h44 HidlBuf() {} in HidlBuf() function
45 HidlBuf(const super& other) : super(other) {} in HidlBuf() function
46 HidlBuf(super&& other) : super(std::move(other)) { other = {}; } in HidlBuf() function
47 HidlBuf(const HidlBuf& other) : super(other) {} in HidlBuf() function
48 HidlBuf(HidlBuf&& other) : super(std::move(other)) { other = HidlBuf(); } in HidlBuf() function
49 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf() function
/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp77 class HidlBuf : public hidl_vec<uint8_t> { class
81 HidlBuf() {} in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf
82 HidlBuf(const super& other) : super(other) {} in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf
83 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf
84 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf() function in android::hardware::keymaster::V4_0::test::HidlBuf
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp380 class HidlBuf : public hidl_vec<uint8_t> { class
384 HidlBuf() {} in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf
385 HidlBuf(const super& other) : super(other) {} in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf
386 HidlBuf(super&& other) : super(std::move(other)) {} in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf
387 explicit HidlBuf(const std::string& other) : HidlBuf() { *this = other; } in HidlBuf() function in android::hardware::keymaster::V3_0::test::__anon93d6503a0111::HidlBuf