Home
last modified time | relevance | path

Searched +defs:const +defs:impl (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dstream_socket_service.hpp64 void construct(implementation_type& impl) in construct()
70 void move_construct(implementation_type& impl, in move_construct()
77 void move_assign(implementation_type& impl, in move_assign()
87 void converting_move_construct(implementation_type& impl, in converting_move_construct()
98 void destroy(implementation_type& impl) in destroy()
104 asio::error_code open(implementation_type& impl, in open()
115 asio::error_code assign(implementation_type& impl, in assign()
123 bool is_open(const implementation_type& impl) const in is_open() argument
129 asio::error_code close(implementation_type& impl, in close()
136 native_type native(implementation_type& impl) in native()
[all …]
H A Dsocket_acceptor_service.hpp63 void construct(implementation_type& impl) in construct()
69 void move_construct(implementation_type& impl, in move_construct()
76 void move_assign(implementation_type& impl, in move_assign()
86 void converting_move_construct(implementation_type& impl, in converting_move_construct()
97 void destroy(implementation_type& impl) in destroy()
103 asio::error_code open(implementation_type& impl, in open()
110 asio::error_code assign(implementation_type& impl, in assign()
118 bool is_open(const implementation_type& impl) const in is_open() argument
124 asio::error_code cancel(implementation_type& impl, in cancel()
131 asio::error_code bind(implementation_type& impl, in bind()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dstream_socket_service_ext.hpp101 void construct(implementation_type& impl) in construct()
108 void move_construct(implementation_type& impl, in move_construct()
115 void move_assign(implementation_type& impl, in move_assign()
125 void converting_move_construct(implementation_type& impl, in converting_move_construct()
137 void destroy(implementation_type& impl) in destroy()
143 boost::system::error_code open(implementation_type& impl, in open()
154 boost::system::error_code assign(implementation_type& impl, in assign()
162 bool is_open(const implementation_type& impl) const in is_open() argument
168 boost::system::error_code close(implementation_type& impl, in close()
175 native_type native(implementation_type& impl) in native()
[all …]
Ddatagram_socket_service_ext.hpp103 void construct(implementation_type& impl) in construct()
110 void move_construct(implementation_type& impl, in move_construct()
117 void move_assign(implementation_type& impl, in move_assign()
127 void converting_move_construct(implementation_type& impl, in converting_move_construct()
139 void destroy(implementation_type& impl) in destroy()
145 boost::system::error_code open(implementation_type& impl, in open()
156 boost::system::error_code assign(implementation_type& impl, in assign()
164 bool is_open(const implementation_type& impl) const in is_open() argument
170 boost::system::error_code close(implementation_type& impl, in close()
177 native_type native(implementation_type& impl) in native()
[all …]
Dsocket_acceptor_service_ext.hpp100 void construct(implementation_type& impl) in construct()
107 void move_construct(implementation_type& impl, in move_construct()
114 void move_assign(implementation_type& impl, in move_assign()
124 void converting_move_construct(implementation_type& impl, in converting_move_construct()
136 void destroy(implementation_type& impl) in destroy()
142 boost::system::error_code open(implementation_type& impl, in open()
149 boost::system::error_code assign(implementation_type& impl, in assign()
157 bool is_open(const implementation_type& impl) const in is_open() argument
163 boost::system::error_code cancel(implementation_type& impl, in cancel()
170 boost::system::error_code bind(implementation_type& impl, in bind()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dstream_socket_service_ext.hpp97 void construct(implementation_type& impl) in construct()
104 void move_construct(implementation_type& impl, in move_construct()
111 void move_assign(implementation_type& impl, in move_assign()
124 void converting_move_construct(implementation_type& impl, in converting_move_construct()
137 void destroy(implementation_type& impl) in destroy()
143 BOOST_ASIO_SYNC_OP_VOID open(implementation_type& impl, in open()
154 BOOST_ASIO_SYNC_OP_VOID assign(implementation_type& impl, in assign()
163 bool is_open(const implementation_type& impl) const in is_open() argument
169 BOOST_ASIO_SYNC_OP_VOID close(implementation_type& impl, in close()
177 native_handle_type release(implementation_type& impl, in release()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dpoly_function_funop.hpp22 operator ()(A0 const &a0) const in operator ()()
28 > impl; in operator ()() local
45 operator ()(A0 const &a0 , A1 const &a1) const in operator ()()
51 > impl; in operator ()() local
68 operator ()(A0 const &a0 , A1 const &a1 , A2 const &a2) const in operator ()()
74 > impl; in operator ()() local
91 operator ()(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3) const in operator ()()
97 > impl; in operator ()() local
114 operator ()(A0 const &a0 , A1 const &a1 , A2 const &a2 , A3 const &a3 , A4 const &a4) const in operator ()()
120 > impl; in operator ()() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/detail/
Dreactive_socket_service_base_ext.hpp90 bool is_open(const base_implementation_type& impl) const in is_open() argument
100 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
110 bool at_mark(const base_implementation_type& impl, in at_mark()
111 boost::system::error_code& ec) const in at_mark()
117 std::size_t available(const base_implementation_type& impl, in available()
118 boost::system::error_code& ec) const in available()
124 boost::system::error_code listen(base_implementation_type& impl, in listen()
133 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
142 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
148 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
Dreactive_socket_service_base_ext_local.hpp90 bool is_open(const base_implementation_type& impl) const in is_open() argument
100 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
110 bool at_mark(const base_implementation_type& impl, in at_mark()
111 boost::system::error_code& ec) const in at_mark()
117 std::size_t available(const base_implementation_type& impl, in available()
118 boost::system::error_code& ec) const in available()
124 boost::system::error_code listen(base_implementation_type& impl, in listen()
133 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
142 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
148 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service_base.hpp81 bool is_open(const base_implementation_type& impl) const in is_open() argument
91 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
101 bool at_mark(const base_implementation_type& impl, in at_mark()
102 asio::error_code& ec) const in at_mark()
108 std::size_t available(const base_implementation_type& impl, in available()
109 asio::error_code& ec) const in available()
115 asio::error_code listen(base_implementation_type& impl, in listen()
124 asio::error_code io_control(base_implementation_type& impl, in io_control()
133 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
139 asio::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/
Dreactive_socket_service_base_ext_local.hpp89 bool is_open(const base_implementation_type& impl) const in is_open() argument
103 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
113 bool at_mark(const base_implementation_type& impl, in at_mark()
114 boost::system::error_code& ec) const in at_mark()
120 std::size_t available(const base_implementation_type& impl, in available()
121 boost::system::error_code& ec) const in available()
127 boost::system::error_code listen(base_implementation_type& impl, in listen()
136 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
145 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
151 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
Dreactive_socket_service_base_ext.hpp91 bool is_open(const base_implementation_type& impl) const in is_open() argument
105 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
115 bool at_mark(const base_implementation_type& impl, in at_mark()
116 boost::system::error_code& ec) const in at_mark()
122 std::size_t available(const base_implementation_type& impl, in available()
123 boost::system::error_code& ec) const in available()
129 boost::system::error_code listen(base_implementation_type& impl, in listen()
138 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
147 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
153 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/detail/
Dreactive_socket_service_base_ext_local.hpp88 bool is_open(const base_implementation_type& impl) const in is_open() argument
102 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
112 bool at_mark(const base_implementation_type& impl, in at_mark()
113 boost::system::error_code& ec) const in at_mark()
119 std::size_t available(const base_implementation_type& impl, in available()
120 boost::system::error_code& ec) const in available()
126 boost::system::error_code listen(base_implementation_type& impl, in listen()
135 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
144 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
150 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
Dreactive_socket_service_base_ext.hpp88 bool is_open(const base_implementation_type& impl) const in is_open() argument
102 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
112 bool at_mark(const base_implementation_type& impl, in at_mark()
113 boost::system::error_code& ec) const in at_mark()
119 std::size_t available(const base_implementation_type& impl, in available()
120 boost::system::error_code& ec) const in available()
126 boost::system::error_code listen(base_implementation_type& impl, in listen()
135 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
144 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
150 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/detail/
Dreactive_socket_service_base_ext.hpp88 bool is_open(const base_implementation_type& impl) const in is_open() argument
102 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
112 bool at_mark(const base_implementation_type& impl, in at_mark()
113 boost::system::error_code& ec) const in at_mark()
119 std::size_t available(const base_implementation_type& impl, in available()
120 boost::system::error_code& ec) const in available()
126 boost::system::error_code listen(base_implementation_type& impl, in listen()
135 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
144 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
150 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
Dreactive_socket_service_base_ext_local.hpp88 bool is_open(const base_implementation_type& impl) const in is_open() argument
102 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
112 bool at_mark(const base_implementation_type& impl, in at_mark()
113 boost::system::error_code& ec) const in at_mark()
119 std::size_t available(const base_implementation_type& impl, in available()
120 boost::system::error_code& ec) const in available()
126 boost::system::error_code listen(base_implementation_type& impl, in listen()
135 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
144 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
150 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/detail/
Dreactive_socket_service_base_ext.hpp88 bool is_open(const base_implementation_type& impl) const in is_open() argument
102 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
112 bool at_mark(const base_implementation_type& impl, in at_mark()
113 boost::system::error_code& ec) const in at_mark()
119 std::size_t available(const base_implementation_type& impl, in available()
120 boost::system::error_code& ec) const in available()
126 boost::system::error_code listen(base_implementation_type& impl, in listen()
135 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
144 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
150 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
Dreactive_socket_service_base_ext_local.hpp88 bool is_open(const base_implementation_type& impl) const in is_open() argument
102 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
112 bool at_mark(const base_implementation_type& impl, in at_mark()
113 boost::system::error_code& ec) const in at_mark()
119 std::size_t available(const base_implementation_type& impl, in available()
120 boost::system::error_code& ec) const in available()
126 boost::system::error_code listen(base_implementation_type& impl, in listen()
135 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
144 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
150 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dreactive_socket_service_base.hpp87 bool is_open(const base_implementation_type& impl) const in is_open() argument
101 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
111 bool at_mark(const base_implementation_type& impl, in at_mark()
112 boost::system::error_code& ec) const in at_mark()
118 std::size_t available(const base_implementation_type& impl, in available()
119 boost::system::error_code& ec) const in available()
125 boost::system::error_code listen(base_implementation_type& impl, in listen()
134 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
143 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
149 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
[all …]
Dwin_iocp_socket_service_base.hpp110 bool is_open(const base_implementation_type& impl) const in is_open() argument
128 bool at_mark(const base_implementation_type& impl, in at_mark()
129 boost::system::error_code& ec) const in at_mark()
135 std::size_t available(const base_implementation_type& impl, in available()
136 boost::system::error_code& ec) const in available()
142 boost::system::error_code listen(base_implementation_type& impl, in listen()
151 boost::system::error_code io_control(base_implementation_type& impl, in io_control()
160 bool non_blocking(const base_implementation_type& impl) const in non_blocking() argument
166 boost::system::error_code non_blocking(base_implementation_type& impl, in non_blocking()
174 bool native_non_blocking(const base_implementation_type& impl) const in native_non_blocking() argument
[all …]
Dreactive_descriptor_service.hpp105 bool is_open(const implementation_type& impl) const in is_open() argument
115 native_handle_type native_handle(const implementation_type& impl) const in native_handle() argument
129 boost::system::error_code io_control(implementation_type& impl, in io_control()
138 bool non_blocking(const implementation_type& impl) const in non_blocking() argument
144 boost::system::error_code non_blocking(implementation_type& impl, in non_blocking()
153 bool native_non_blocking(const implementation_type& impl) const in native_non_blocking() argument
159 boost::system::error_code native_non_blocking(implementation_type& impl, in native_non_blocking()
169 boost::system::error_code wait(implementation_type& impl, in wait()
194 void async_wait(implementation_type& impl, in async_wait()
235 size_t write_some(implementation_type& impl, in write_some()
[all …]
Ddeadline_timer_service.hpp88 void construct(implementation_type& impl) in construct()
95 void destroy(implementation_type& impl) in destroy()
102 void move_construct(implementation_type& impl, in move_construct()
115 void move_assign(implementation_type& impl, in move_assign()
134 void converting_move_construct(implementation_type& impl, in converting_move_construct()
141 void converting_move_assign(implementation_type& impl, in converting_move_assign()
149 std::size_t cancel(implementation_type& impl, boost::system::error_code& ec) in cancel()
167 std::size_t cancel_one(implementation_type& impl, in cancel_one()
188 time_type expiry(const implementation_type& impl) const in expiry() argument
194 time_type expires_at(const implementation_type& impl) const in expires_at() argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc54 struct Controller::impl { struct in bluetooth::hci::Controller
55 impl(Controller& module) : module_(module) {} in impl() function
57 void Start(hci::HciLayer* hci) { in Start()
274 void Stop() { hci_ = nullptr; } in Stop()
276 void NumberOfCompletedPackets(EventView event) { in NumberOfCompletedPackets()
293 void register_completed_acl_packets_callback(CompletedAclPacketsCallback callback) { in register_completed_acl_packets_callback()
298 void unregister_completed_acl_packets_callback() { in unregister_completed_acl_packets_callback()
303 void register_completed_monitor_acl_packets_callback(CompletedAclPacketsCallback callback) { in register_completed_monitor_acl_packets_callback()
308 void unregister_completed_monitor_acl_packets_callback() { in unregister_completed_monitor_acl_packets_callback()
313 void register_monitor_completed_acl_packets_callback(CompletedAclPacketsCallback callback) { in register_monitor_completed_acl_packets_callback()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/neighbor/
Dname_db.cc42 struct NameDbModule::impl { struct in bluetooth::neighbor::NameDbModule
55 std::unordered_map<hci::Address, std::list<PendingRemoteNameRead>> address_to_pending_read_map_;
56 std::unordered_map<hci::Address, RemoteName> address_to_name_map_;
60 hci::RemoteNameRequestModule* name_module_;
62 const NameDbModule& module_;
63 os::Handler* handler_;
69 neighbor::NameDbModule::impl::impl(const neighbor::NameDbModule& module) : module_(module) {} in impl() function in bluetooth::neighbor::neighbor::NameDbModule::impl
114 bool neighbor::NameDbModule::impl::IsNameCached(hci::Address address) const { in IsNameCached()
118 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()
138 bool neighbor::NameDbModule::IsNameCached(hci::Address address) const { in IsNameCached()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module.cc92 struct StorageModule::impl { struct in bluetooth::storage::StorageModule
93 explicit impl(Handler* handler, ConfigCache cache, size_t in_memory_cache_size_limit) in impl() function
97 Alarm config_save_alarm_;
98 ConfigCache cache_;
99 ConfigCache memory_only_cache_;
100 bool has_pending_config_save_ = false;
147 void StorageModule::ListDependencies(ModuleList* list) const { in ListDependencies()
242 bool StorageModule::HasSection(const std::string& section) const { in HasSection() argument
247 bool StorageModule::HasProperty(const std::string& section, const std::string& property) const { in HasProperty() argument
253 const std::string& property) const { in GetProperty() argument
[all …]

12345678910>>...15