Home
last modified time | relevance | path

Searched refs:GetTable (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/gd/dumpsys/test_data/
H A Dbar.h12 TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& fb_builder) override { in GetTable() function
H A Droot.h13 virtual TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& fb_builder) = 0;
H A Dqux.h10 TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& fb_builder) override { in GetTable() function
H A Dbaz.h10 TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& fb_builder) override { in GetTable() function
H A Dfoo.h10 TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& fb_builder) override { in GetTable() function
/aosp12/system/bt/gd/dumpsys/internal/test_data/
H A Droot.h13 virtual TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& builder) = 0;
/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp508 return GetTable(name, 0, table); in GetTableStatus()
512 return GetTable(name, DM_STATUS_TABLE_FLAG, table); in GetTableInfo()
516 bool DeviceMapper::GetTable(const std::string& name, uint32_t flags, in GetTable() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h275 bool GetTable(const std::string& name, uint32_t flags, std::vector<TargetInfo>* table);
/aosp12/system/bt/gd/dumpsys/
H A Dfilter_test.cc69 queue.push(test_data_class->GetTable(fb_builder)); in PopulateTestSchema()