Home
last modified time | relevance | path

Searched defs:FLATBUFFERS_FINAL_CLASS (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
H A Dflatbuffers_types_generated.h43 typedef SsidBuilder Builder;
103 uint8_t security_modes() const { in security_modes()
148 typedef ScanResultBuilder Builder;
161 uint8_t security_modes() const { in security_modes()
167 uint16_t capability() const { in capability()
173 int8_t rssi_dbm() const { in rssi_dbm()
176 uint64_t tsf() const { in tsf()
326 typedef ScanParamsBuilder Builder;
405 typedef ScanFilterBuilder Builder;
591 uint8_t record_type() const { in record_type()
[all …]
/aosp12/system/chre/apps/power_test/common/include/generated/
H A Dchre_power_test_generated.h341 bool enable() const { in enable()
398 bool enable() const { in enable()
401 uint64_t scan_interval_ns() const { in scan_interval_ns()
480 bool enable() const { in enable()
543 bool enable() const { in enable()
598 bool enable() const { in enable()
656 bool enable() const { in enable()
665 uint64_t latency_ns() const { in latency_ns()
728 bool enable() const { in enable()
772 bool success() const { in success()
[all …]
/aosp12/system/chre/apps/power_test/common/idl/
H A Dchre_power_test_generated.h361 bool enable() const { in enable()
364 bool mutate_enable(bool _enable) { in mutate_enable()
446 bool enable() const { in enable()
561 bool enable() const { in enable()
649 bool enable() const { in enable()
726 bool enable() const { in enable()
810 bool enable() const { in enable()
828 uint64_t latency_ns() const { in latency_ns()
908 bool enable() const { in enable()
969 bool success() const { in success()
[all …]
/aosp12/system/bt/gd/dumpsys/internal/test_data/
H A Dstruct_generated.h16 struct TestSubTable FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
17 typedef TestSubTableBuilder Builder;
18 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE { VT_PLACEHOLDER = 4 };
19 int32_t placeholder() const { in placeholder()
22 bool Verify(flatbuffers::Verifier& verifier) const { in Verify()
52 struct TestTableStruct FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
53 typedef TestTableStructBuilder Builder;
54 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE { VT_SUB_TABLE = 4 };
55 const testing::TestSubTable* sub_table() const { in sub_table()
58 bool Verify(flatbuffers::Verifier& verifier) const { in Verify()
H A Dfloat_generated.h13 struct TestTableFloat FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
14 typedef TestTableFloatBuilder Builder;
15 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE { VT_TEST_FLOAT = 4 };
16 float test_float() const { in test_float()
19 bool Verify(flatbuffers::Verifier& verifier) const { in Verify()
H A Dinteger_generated.h13 struct TestTableInteger FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
14 typedef TestTableIntegerBuilder Builder;
15 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE { VT_TEST_INT = 4 };
16 int32_t test_int() const { in test_int()
19 bool Verify(flatbuffers::Verifier& verifier) const { in Verify()
H A Dstring_generated.h13 struct TestTableString FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
14 typedef TestTableStringBuilder Builder;
15 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE { VT_TEST_STRING = 4 };
16 const flatbuffers::String* test_string() const { in test_string()
19 bool Verify(flatbuffers::Verifier& verifier) const { in Verify()
/aosp12/system/bt/gd/
H A Dmodule_unittest_generated.h13 struct ModuleUnitTestData FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { struct
14 typedef ModuleUnitTestDataBuilder Builder;
15 enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE { VT_TITLE = 4 };
16 const flatbuffers::String* title() const { in title()
19 bool Verify(flatbuffers::Verifier& verifier) const { in Verify()
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dbase.h158 #define FLATBUFFERS_FINAL_CLASS final macro
162 #define FLATBUFFERS_FINAL_CLASS macro