Lines Matching refs:HidlBuf
77 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
86 HidlBuf& operator=(const super& other) { in operator =()
91 HidlBuf& operator=(super&& other) { in operator =()
96 HidlBuf& operator=(const string& other) { in operator =()
115 HidlBuf key_blob_;
207 key_blob_ = HidlBuf(); in DeleteKey()
275 HidlBuf(message.substr(input_consumed, HIDL_BUFFER_LIMIT)), in ProcessMessage()
279 const HidlBuf& hidl_output) { in ProcessMessage()
294 HidlBuf(message.substr(input_consumed)), HidlBuf(signature), in ProcessMessage()
298 const HidlBuf& hidl_output) { in ProcessMessage()