Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_attribute.cpp36 const vector<uint8_t>& raw_buffer) { in BaseNL80211Attr()
129 const vector<uint8_t>& raw_buffer) : BaseNL80211Attr(id, raw_buffer) { in NL80211Attr()
Dnl80211_attribute.h119 NL80211Attr(int id, const std::array<uint8_t, N>& raw_buffer) in NL80211Attr()
/system/tools/aidl/
Dparser.cpp65 unique_ptr<string> raw_buffer = io_delegate.GetFileContents(clean_path); in Parse() local
328 Parser::Parser(const std::string& filename, std::string& raw_buffer, bool is_preprocessed) in Parser()