Home
last modified time | relevance | path

Searched refs:packet_def (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_rust.cc107 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_rust_source_one_file() local
108 auto packet = packet_def.second; in generate_rust_source_one_file()
160 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_rust_source_one_file() local
161 auto packet = packet_def.second; in generate_rust_source_one_file()
225 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_rust_source_one_file() local
226 packet_def.second->GenRustDef(out_file); in generate_rust_source_one_file()
Dgen_cpp.cc195 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_cpp_headers_one_file() local
196 packet_def.second->GenParserDefinition(out_file); in generate_cpp_headers_one_file()
200 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_cpp_headers_one_file() local
201 packet_def.second->GenBuilderDefinition(out_file); in generate_cpp_headers_one_file()
209 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_cpp_headers_one_file() local
210 auto packet = packet_def.second; in generate_cpp_headers_one_file()
362 for (const auto& packet_def : decls.packet_defs_queue_) { in generate_pybind11_sources_one_file() local
364 packet_def.second->GenParserDefinitionPybind11(out_file); in generate_pybind11_sources_one_file()
Dmain.cc92 for (auto& packet_def : declarations->packet_defs_queue_) { in parse_declarations_one_file() local
93 packet_def.second->SetEndianness(declarations->is_little_endian); in parse_declarations_one_file()
94 if (packet_def.second->parent_ != nullptr) { in parse_declarations_one_file()
95 packet_def.second->parent_->children_.push_back(packet_def.second); in parse_declarations_one_file()
DAndroid.bp38 "packet_def.cc",
DBUILD.gn64 "packet_def.cc",