Home
last modified time | relevance | path

Searched defs:ReadCallback (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/tools/netsim/src/backend/
H A Dgrpc_client.h31 using ReadCallback = rust::Fn<void( variable
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/net/
Dasync_data_channel.h36 using ReadCallback = std::function<void(AsyncDataChannel*)>; variable
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_proxy.h48 using ReadCallback = variable
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.h28 using ReadCallback = std::function<void(int)>; variable
/aosp_15_r20/hardware/interfaces/bluetooth/async/
H A Dasync_fd_watcher.h25 using ReadCallback = std::function<void(int)>; variable
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.h37 using ReadCallback = std::function<void(int)>; variable
/aosp_15_r20/external/cronet/base/files/
H A Dfile_proxy.h47 using ReadCallback = variable
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/
H A DCanSocket.h32 using ReadCallback = std::function<void(const struct canfd_frame&, std::chrono::nanoseconds)>; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dclient.h149 using ReadCallback = fit::function<void( variable
/aosp_15_r20/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.h80 using ReadCallback = void (void *pContext, phTmlUwb_ReadTransactInfo* pInfo); variable
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
H A Dclient.h115 using ReadCallback = Function<void(Result<ReadValue>)>; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dcfstream_handle.cc60 void CFStreamHandle::ReadCallback(CFReadStreamRef stream, in ReadCallback() function in CFStreamHandle
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcfstream_handle.cc60 void CFStreamHandle::ReadCallback(CFReadStreamRef stream, in ReadCallback() function in CFStreamHandle
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/cf_engine/
Dcfstream_endpoint.cc155 /* static */ void CFStreamEndpointImpl::ReadCallback( in ReadCallback() function in grpc_event_engine::experimental::CFStreamEndpointImpl
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/cf_engine/
H A Dcfstream_endpoint.cc161 /* static */ void CFStreamEndpointImpl::ReadCallback( in ReadCallback() function in grpc_event_engine::experimental::CFStreamEndpointImpl
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h789 inline void ReadCallback(T *callback) const { in ReadCallback() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dmutex.h789 inline void ReadCallback(T *callback) const { in ReadCallback() function
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dpersistent_proto_unittest.cc90 base::OnceCallback<void(ReadStatus)> ReadCallback() { in ReadCallback() function in metrics::structured::__anon1ec35cdd0111::TestCase
/aosp_15_r20/bionic/libc/system_properties/
H A Dsystem_properties.cpp238 void SystemProperties::ReadCallback(const prop_info* pi, in ReadCallback() function in SystemProperties
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h866 inline void ReadCallback(T* callback) const { in ReadCallback() function
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex.h867 inline void ReadCallback(T* callback) const { in ReadCallback() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h867 inline void ReadCallback(T* callback) const { in ReadCallback() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dcurl_http_request.cc387 size_t CurlHttpRequest::ReadCallback(void* ptr, size_t size, size_t nmemb, in ReadCallback() function in tensorflow::CurlHttpRequest