Home
last modified time | relevance | path

Searched defs:entry_data_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/include/
Dservice_discovery_impl.hpp53 struct entry_data_t { struct
54 std::shared_ptr<entry_impl> entry_;
55 std::vector<std::shared_ptr<option_impl> > options_;
56 std::shared_ptr<entry_impl> other_;
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_dm_inq_db_test.cc139 struct entry_data_t { struct
157 entry_data_t* data = static_cast<entry_data_t*>(context); in allocate_db_entry() argument