/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/ |
D | spawn.cpp | 71 struct read_handler struct 75 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() function 77 void operator()(const boost::system::error_code &ec, std::size_t size) in operator ()()
|
D | bind_stdout_stderr.cpp | 72 struct read_handler struct 76 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument 78 void operator()(const boost::system::error_code &ec, std::size_t size) in operator ()()
|
D | bind_stdout.cpp | 73 struct read_handler struct 77 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument 79 void operator()(const boost::system::error_code &ec, std::size_t size) in operator ()()
|
D | bind_stderr.cpp | 65 struct read_handler struct 69 read_handler(boost::asio::streambuf &buffer) : buffer_(buffer) {} in read_handler() argument 71 void operator()(const boost::system::error_code &ec, std::size_t size) in operator ()()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | local_service_manager.cc | 34 att::Attribute::ReadHandler read_handler, in InsertCharacteristicAttributes() 82 att::Attribute::ReadHandler read_handler, in InsertDescriptorAttribute() 163 ReadHandler&& read_handler, in ServiceData() 336 auto read_handler = [self, id, props](PeerId peer_id, in AddCharacteristic() local 422 auto read_handler = [self, id = desc->id()](PeerId peer_id, in AddDescriptor() local 476 auto read_handler = [self, id, chrc_handle](const auto& peer_id, in AddCCCDescriptor() local 539 ReadHandler read_handler, in RegisterService()
|
H A D | generic_attribute_service.cc | 88 ReadHandler read_handler = in Register() local
|
H A D | fake_layer.cc | 107 ReadHandler read_handler, in RegisterService()
|
H A D | gatt.cc | 132 ReadHandler read_handler, in RegisterService()
|
H A D | local_service_manager_test.cc | 51 ReadHandler read_handler = NopReadHandler, in RegisterService()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/services/ |
D | daytime_client.cpp | 20 void read_handler(const boost::system::error_code& e, in read_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/ |
D | adapted_echo_server.cpp | 75 boost::function<void(boost::system::error_code const &, std::size_t)> read_handler; in main() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/ |
H A D | attribute.h | 144 void set_read_handler(ReadHandler read_handler) { in set_read_handler()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/ |
H A D | fake_layer.h | 35 ReadHandler read_handler; member
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt_server_server.cc | 290 auto read_handler = [self](bt::PeerId /*ignore*/, in PublishService() local
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_transaction_test_util.h | 98 MockTransactionReadHandler read_handler; member
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_perftest.cc | 433 ReadHandler read_handler(this, what_to_read, cache_.get(), cb.callback()); in TimeReads() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/ |
D | yaml.rs | 880 pub(crate) read_handler: Option<yaml_read_handler_t>, field
|