Home
last modified time | relevance | path

Searched +defs:const +defs:impl (Results 26 – 50 of 371) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwinrt_ssocket_service.hpp78 void move_construct(implementation_type& impl, in move_construct()
88 void move_assign(implementation_type& impl, in move_assign()
100 void converting_move_construct(implementation_type& impl, in converting_move_construct()
112 boost::system::error_code open(implementation_type& impl, in open()
137 boost::system::error_code assign(implementation_type& impl, in assign()
163 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint()
164 boost::system::error_code& ec) const in local_endpoint()
173 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint()
174 boost::system::error_code& ec) const in remote_endpoint()
192 boost::system::error_code set_option(implementation_type& impl, in set_option()
[all …]
Dreactive_socket_service.hpp91 void move_construct(implementation_type& impl, in move_construct()
101 void move_assign(implementation_type& impl, in move_assign()
113 void converting_move_construct(implementation_type& impl, in converting_move_construct()
125 boost::system::error_code open(implementation_type& impl, in open()
135 boost::system::error_code assign(implementation_type& impl, in assign()
145 native_handle_type native_handle(implementation_type& impl) in native_handle()
151 boost::system::error_code bind(implementation_type& impl, in bind()
160 boost::system::error_code set_option(implementation_type& impl, in set_option()
171 boost::system::error_code get_option(const implementation_type& impl, in get_option()
172 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dwin_iocp_socket_service.hpp147 void move_construct(implementation_type& impl, in move_construct()
163 void move_assign(implementation_type& impl, in move_assign()
181 void converting_move_construct(implementation_type& impl, in converting_move_construct()
199 boost::system::error_code open(implementation_type& impl, in open()
213 boost::system::error_code assign(implementation_type& impl, in assign()
227 native_handle_type native_handle(implementation_type& impl) in native_handle()
235 boost::system::error_code bind(implementation_type& impl, in bind()
244 boost::system::error_code set_option(implementation_type& impl, in set_option()
255 boost::system::error_code get_option(const implementation_type& impl, in get_option()
256 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dwinrt_ssocket_service_base.hpp92 bool is_open(const base_implementation_type& impl) const in is_open() argument
106 native_handle_type native_handle(base_implementation_type& impl) in native_handle()
121 boost::system::error_code& ec) const in at_mark()
129 boost::system::error_code& ec) const in available()
145 bool non_blocking(const base_implementation_type&) const in non_blocking() argument
159 bool native_non_blocking(const base_implementation_type&) const in native_non_blocking() argument
174 std::size_t send(base_implementation_type& impl, in send()
194 void async_send(base_implementation_type& impl, in async_send()
230 std::size_t receive(base_implementation_type& impl, in receive()
251 void async_receive(base_implementation_type& impl, in async_receive()
Dreactive_serial_port_service.hpp54 void construct(implementation_type& impl) in construct()
60 void move_construct(implementation_type& impl, in move_construct()
67 void move_assign(implementation_type& impl, in move_assign()
76 void destroy(implementation_type& impl) in destroy()
86 boost::system::error_code assign(implementation_type& impl, in assign()
94 bool is_open(const implementation_type& impl) const in is_open() argument
100 boost::system::error_code close(implementation_type& impl, in close()
107 native_handle_type native_handle(implementation_type& impl) in native_handle()
113 boost::system::error_code cancel(implementation_type& impl, in cancel()
121 boost::system::error_code set_option(implementation_type& impl, in set_option()
[all …]
Dwin_iocp_serial_port_service.hpp52 void construct(implementation_type& impl) in construct()
58 void move_construct(implementation_type& impl, in move_construct()
65 void move_assign(implementation_type& impl, in move_assign()
74 void destroy(implementation_type& impl) in destroy()
84 boost::system::error_code assign(implementation_type& impl, in assign()
91 bool is_open(const implementation_type& impl) const in is_open() argument
97 boost::system::error_code close(implementation_type& impl, in close()
104 native_handle_type native_handle(implementation_type& impl) in native_handle()
110 boost::system::error_code cancel(implementation_type& impl, in cancel()
118 boost::system::error_code set_option(implementation_type& impl, in set_option()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc31 struct IsoManager::impl { struct in bluetooth::hci::IsoManager
32 explicit impl(const IsoManager& iso_manager) : iso_manager_(iso_manager) {} in impl() argument
34 void Start() { in Start()
39 void Stop() { in Stop()
44 void Dump(int fd) { in Dump()
50 bool IsRunning() { return iso_impl_ ? true : false; } in IsRunning()
52 const IsoManager& iso_manager_;
53 std::unique_ptr<iso_impl> iso_impl_;
58 void IsoManager::RegisterCigCallbacks(CigCallbacks* callbacks) const { in RegisterCigCallbacks()
64 void IsoManager::RegisterBigCallbacks(BigCallbacks* callbacks) const { in RegisterBigCallbacks()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/detail/
Dreactive_socket_service_ext.hpp85 void move_construct(implementation_type& impl, in move_construct()
95 void move_assign(implementation_type& impl, in move_assign()
107 void converting_move_construct(implementation_type& impl, in converting_move_construct()
118 boost::system::error_code open(implementation_type& impl, in open()
128 boost::system::error_code assign(implementation_type& impl, in assign()
138 native_handle_type native_handle(implementation_type& impl) in native_handle()
144 boost::system::error_code bind(implementation_type& impl, in bind()
153 boost::system::error_code set_option(implementation_type& impl, in set_option()
164 boost::system::error_code get_option(const implementation_type& impl, in get_option()
165 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dreactive_socket_service_ext_local.hpp85 void move_construct(implementation_type& impl, in move_construct()
95 void move_assign(implementation_type& impl, in move_assign()
107 void converting_move_construct(implementation_type& impl, in converting_move_construct()
118 boost::system::error_code open(implementation_type& impl, in open()
128 boost::system::error_code assign(implementation_type& impl, in assign()
138 native_handle_type native_handle(implementation_type& impl) in native_handle()
144 boost::system::error_code bind(implementation_type& impl, in bind()
153 boost::system::error_code set_option(implementation_type& impl, in set_option()
164 boost::system::error_code get_option(const implementation_type& impl, in get_option()
165 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service.hpp77 void move_construct(implementation_type& impl, in move_construct()
87 void move_assign(implementation_type& impl, in move_assign()
99 void converting_move_construct(implementation_type& impl, in converting_move_construct()
110 asio::error_code open(implementation_type& impl, in open()
120 asio::error_code assign(implementation_type& impl, in assign()
130 native_handle_type native_handle(implementation_type& impl) in native_handle()
136 asio::error_code bind(implementation_type& impl, in bind()
145 asio::error_code set_option(implementation_type& impl, in set_option()
156 asio::error_code get_option(const implementation_type& impl, in get_option()
157 Option& option, asio::error_code& ec) const in get_option()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp91 void move_construct(implementation_type& impl, in move_construct()
101 void move_assign(implementation_type& impl, in move_assign()
113 void converting_move_construct(implementation_type& impl, in converting_move_construct()
125 boost::system::error_code open(implementation_type& impl, in open()
135 boost::system::error_code assign(implementation_type& impl, in assign()
145 native_handle_type native_handle(implementation_type& impl) in native_handle()
151 boost::system::error_code bind(implementation_type& impl, in bind()
160 boost::system::error_code set_option(implementation_type& impl, in set_option()
171 boost::system::error_code get_option(const implementation_type& impl, in get_option()
172 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dreactive_socket_service_ext.hpp93 void move_construct(implementation_type& impl, in move_construct()
103 void move_assign(implementation_type& impl, in move_assign()
115 void converting_move_construct(implementation_type& impl, in converting_move_construct()
127 boost::system::error_code open(implementation_type& impl, in open()
137 boost::system::error_code assign(implementation_type& impl, in assign()
147 native_handle_type native_handle(implementation_type& impl) in native_handle()
153 boost::system::error_code bind(implementation_type& impl, in bind()
162 boost::system::error_code set_option(implementation_type& impl, in set_option()
173 boost::system::error_code get_option(const implementation_type& impl, in get_option()
174 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp92 void move_construct(implementation_type& impl, in move_construct()
102 void move_assign(implementation_type& impl, in move_assign()
114 void converting_move_construct(implementation_type& impl, in converting_move_construct()
126 boost::system::error_code open(implementation_type& impl, in open()
136 boost::system::error_code assign(implementation_type& impl, in assign()
146 native_handle_type native_handle(implementation_type& impl) in native_handle()
152 boost::system::error_code bind(implementation_type& impl, in bind()
161 boost::system::error_code set_option(implementation_type& impl, in set_option()
172 boost::system::error_code get_option(const implementation_type& impl, in get_option()
173 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dreactive_socket_service_ext.hpp92 void move_construct(implementation_type& impl, in move_construct()
102 void move_assign(implementation_type& impl, in move_assign()
114 void converting_move_construct(implementation_type& impl, in converting_move_construct()
126 boost::system::error_code open(implementation_type& impl, in open()
136 boost::system::error_code assign(implementation_type& impl, in assign()
146 native_handle_type native_handle(implementation_type& impl) in native_handle()
152 boost::system::error_code bind(implementation_type& impl, in bind()
161 boost::system::error_code set_option(implementation_type& impl, in set_option()
172 boost::system::error_code get_option(const implementation_type& impl, in get_option()
173 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp92 void move_construct(implementation_type& impl, in move_construct()
102 void move_assign(implementation_type& impl, in move_assign()
114 void converting_move_construct(implementation_type& impl, in converting_move_construct()
126 boost::system::error_code open(implementation_type& impl, in open()
136 boost::system::error_code assign(implementation_type& impl, in assign()
146 native_handle_type native_handle(implementation_type& impl) in native_handle()
152 boost::system::error_code bind(implementation_type& impl, in bind()
161 boost::system::error_code set_option(implementation_type& impl, in set_option()
172 boost::system::error_code get_option(const implementation_type& impl, in get_option()
173 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dreactive_socket_service_ext.hpp92 void move_construct(implementation_type& impl, in move_construct()
102 void move_assign(implementation_type& impl, in move_assign()
114 void converting_move_construct(implementation_type& impl, in converting_move_construct()
126 boost::system::error_code open(implementation_type& impl, in open()
136 boost::system::error_code assign(implementation_type& impl, in assign()
146 native_handle_type native_handle(implementation_type& impl) in native_handle()
152 boost::system::error_code bind(implementation_type& impl, in bind()
161 boost::system::error_code set_option(implementation_type& impl, in set_option()
172 boost::system::error_code get_option(const implementation_type& impl, in get_option()
173 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp92 void move_construct(implementation_type& impl, in move_construct()
102 void move_assign(implementation_type& impl, in move_assign()
114 void converting_move_construct(implementation_type& impl, in converting_move_construct()
126 boost::system::error_code open(implementation_type& impl, in open()
136 boost::system::error_code assign(implementation_type& impl, in assign()
146 native_handle_type native_handle(implementation_type& impl) in native_handle()
152 boost::system::error_code bind(implementation_type& impl, in bind()
161 boost::system::error_code set_option(implementation_type& impl, in set_option()
172 boost::system::error_code get_option(const implementation_type& impl, in get_option()
173 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
Dreactive_socket_service_ext.hpp92 void move_construct(implementation_type& impl, in move_construct()
102 void move_assign(implementation_type& impl, in move_assign()
114 void converting_move_construct(implementation_type& impl, in converting_move_construct()
126 boost::system::error_code open(implementation_type& impl, in open()
136 boost::system::error_code assign(implementation_type& impl, in assign()
146 native_handle_type native_handle(implementation_type& impl) in native_handle()
152 boost::system::error_code bind(implementation_type& impl, in bind()
161 boost::system::error_code set_option(implementation_type& impl, in set_option()
172 boost::system::error_code get_option(const implementation_type& impl, in get_option()
173 Option& option, boost::system::error_code& ec) const in get_option()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc67 struct AclManager::impl { struct in bluetooth::hci::AclManager
68 explicit impl(const AclManager& acl_manager) : acl_manager_(acl_manager) {} in impl() function
70 void Start() { in Start()
96 void Stop() { in Stop()
120 void retry_unknown_acl(bool timed_out) { in retry_unknown_acl()
142 static void on_unknown_acl_timer(struct AclManager::impl* impl) { in on_unknown_acl_timer()
149 void dequeue_and_route_acl_packet_to_connection() { in dequeue_and_route_acl_packet_to_connection()
189 const AclManager& acl_manager_;
191 classic_impl* classic_impl_ = nullptr;
192 le_impl* le_impl_ = nullptr;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfake_input.cc127 Status FakeInputImpl::GetN(int* n) const { in GetN()
141 Status FakeInputImpl::GetDataType(DataType* dt) const { in GetDataType()
170 void FakeInputImpl::NSources(int n, DataType dt) const { in NSources()
179 void FakeInputImpl::SourceList(DataTypeSlice dts) const { in SourceList()
195 FakeInputImpl impl(&op_def, in_index, &node_def, builder); in FakeInput() local
203 FakeInputImpl impl(&op_def, in_index, &node_def, builder); in FakeInput() local
212 FakeInputImpl impl(&op_def, in_index, &node_def, builder); in FakeInput() local
221 FakeInputImpl impl(&op_def, in_index, &node_def, builder); in FakeInput() local
234 FakeInputImpl impl(&op_def, in_index, &node_def, builder); in FakeInput() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dexecutor.hpp37 class executor::impl class in boost::asio::executor
51 impl(const Executor& e, const Allocator& a) BOOST_ASIO_NOEXCEPT in impl() function in boost::asio::executor::impl
121 bool equals(const impl_base* e) const BOOST_ASIO_NOEXCEPT in equals() argument
161 class executor::impl<system_executor, Allocator> class in boost::asio::executor
171 impl() in impl() function in boost::asio::executor::impl
233 bool equals(const impl_base* e) const BOOST_ASIO_NOEXCEPT in equals() argument
256 const Allocator& a) const in dispatch() argument
267 const Allocator& a) const in post() argument
274 const Allocator& a) const in defer() argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_set_configuration_provider_json.cc530 struct AudioSetConfigurationProvider::impl { struct in bluetooth::le_audio::AudioSetConfigurationProvider
531 impl(const AudioSetConfigurationProvider& config_provider) : config_provider_(config_provider) {} in impl() argument
533 void Initialize(types::CodecLocation location) { in Initialize()
538 void Cleanup() { in Cleanup()
543 bool IsRunning() { return config_provider_impl_ ? true : false; } in IsRunning()
545 void Dump(int fd) { in Dump()
577 const AudioSetConfigurationProvider& config_provider_;
578 std::unique_ptr<AudioSetConfigurationProviderJson> config_provider_impl_;
628 ::bluetooth::le_audio::types::LeAudioContextType content_type) const { in GetConfigurations()
637 const set_configurations::AudioSetConfiguration& set_configuration) const { in CheckConfigurationIsBiDirSwb() argument
[all …]
Dcontent_control_id_keeper.cc99 struct ContentControlIdKeeper::impl { struct in bluetooth::le_audio::ContentControlIdKeeper
100 impl(const ContentControlIdKeeper& ccid_keeper) : ccid_keeper_(ccid_keeper) {} in impl() function
102 void Start() { in Start()
107 void Stop() { in Stop()
112 bool IsRunning() { return ccid_keeper_impl_ ? true : false; } in IsRunning()
114 const ContentControlIdKeeper& ccid_keeper_;
115 std::unique_ptr<ccid_keeper> ccid_keeper_impl_;
132 int ContentControlIdKeeper::GetCcid(types::LeAudioContextType context_type) const { in GetCcid()
157 const types::AudioContexts& contexts) const { in GetAllCcids() argument
Dcodec_manager.cc1167 struct CodecManager::impl { struct in bluetooth::le_audio::CodecManager
1168 impl(const CodecManager& codec_manager) : codec_manager_(codec_manager) {} in impl() argument
1170 void Start(const std::vector<btle_audio_codec_config_t>& offloading_preference) { in Start()
1176 void Stop() { in Stop()
1182 bool IsRunning() { return codec_manager_impl_ ? true : false; } in IsRunning()
1184 const CodecManager& codec_manager_;
1185 std::unique_ptr<codec_manager_impl> codec_manager_impl_;
1202 types::CodecLocation CodecManager::GetCodecLocation(void) const { in GetCodecLocation()
1210 bool CodecManager::IsDualBiDirSwbSupported(void) const { in IsDualBiDirSwbSupported()
1276 const set_configurations::AudioSetConfiguration& config) const { in CheckCodecConfigIsBiDirSwb() argument
[all …]
/aosp_15_r20/system/core/libutils/binder/
H A DRefBase.cpp419 void printRefsLocked(String8* out, const ref_entry* refs) const in printRefsLocked() argument
450 void RefBase::incStrong(const void* id) const in incStrong() argument
473 void RefBase::incStrongRequireStrong(const void* id) const { in incStrongRequireStrong() argument
487 void RefBase::decStrong(const void* id) const in decStrong() argument
520 void RefBase::forceIncStrong(const void* id) const in forceIncStrong() argument
558 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
567 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeakRequireWeak() local
576 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
617 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local
714 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local
[all …]

12345678910>>...15