Searched refs:bfbs (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/dumpsys/internal/test_data/ |
D | mkfiles | 2 xxd -i string.bfbs > string_bfbs.h 4 xxd -i integer.bfbs > integer_bfbs.h 6 xxd -i float.bfbs > float_bfbs.h 8 xxd -i struct.bfbs > struct_bfbs.h
|
/system/bt/gd/dumpsys/ |
D | Android.bp | 65 "root.bfbs", 66 "bar.bfbs", 67 "baz.bfbs", 68 "foo.bfbs", 69 "qux.bfbs", 125 "bluetooth_flatbuffer_test_generated.h", "bluetooth_flatbuffer_test.bfbs",
|
/system/bt/gd/dumpsys/bundler/ |
D | Android.bp | 36 "bundler_generated.h", "bundler.bfbs", 80 "test.bfbs",
|
D | bundler.gni | 54 # bfbs get generated into ${target_gen_root} directory 55 name = string_replace(get_path_info(s, "file"), ".fbs", ".bfbs")
|
/system/bt/gd/ |
D | Android.bp | 671 "activity_attribution.bfbs", 672 "init_flags.bfbs", 673 "dumpsys.bfbs", 674 "dumpsys_data.bfbs", 675 "hci_acl_manager.bfbs", 676 "l2cap_classic_module.bfbs", 677 "wakelock_manager.bfbs",
|
/system/bt/gd/dumpsys/internal/ |
D | filter_internal_test.cc | 43 void ParseReflectionSchema(unsigned char* bfbs, unsigned int bfbs_len) { in ParseReflectionSchema() argument 45 reflection_schema_ = std::move(std::vector<const uint8_t>(bfbs, bfbs + bfbs_len)); in ParseReflectionSchema()
|