Home
last modified time | relevance | path

Searched defs:IsClosed (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Drecord_io_wrapper.cc60 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anond598a3330111::PyRecordReader
143 bool IsClosed() const { return file_ == nullptr && reader_ == nullptr; } in IsClosed() function in __anond598a3330111::PyRecordRandomReader
202 bool IsClosed() const { return file_ == nullptr && writer_ == nullptr; } in IsClosed() function in __anond598a3330111::PyRecordWriter
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dinter_activity_pipe.h104 bool IsClosed() { in IsClosed() function
134 bool IsClosed() { return center_->IsClosed(); } in IsClosed() function
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dreporter.h48 bool IsClosed() const { return closed_; } in IsClosed() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_scheduler.h309 bool Batch<TaskType>::IsClosed() const { in IsClosed() function
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.h314 bool IsClosed() const override { in IsClosed() function
/aosp_15_r20/external/cronet/build/android/pylib/symbols/
H A Dexpensive_line_transformer.py53 def IsClosed(self): member in ExpensiveLineTransformer
/aosp_15_r20/external/angle/build/android/pylib/symbols/
H A Dexpensive_line_transformer.py53 def IsClosed(self): member in ExpensiveLineTransformer
/aosp_15_r20/external/openthread/src/core/net/
H A Dtcp6.cpp315 bool Tcp::Endpoint::IsClosed(void) const { return GetTcb().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Endpoint
599 bool Tcp::Listener::IsClosed(void) const { return GetTcbListen().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Listener
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_secure.hpp170 bool IsClosed(void) const { return mDtls.IsClosed(); } in IsClosed() function in ot::Coap::CoapSecure
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer.cc231 bool QuicStreamSequencer::IsClosed() const { in IsClosed() function in quic::QuicStreamSequencer
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dmetrics_collector.cc171 bool IsClosed() override { return opened_devices_.empty(); } in IsClosed() function in bluetooth::le_audio::GroupMetricsImpl
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.hpp251 bool IsClosed(void) const { return mState == kStateClosed; } in IsClosed() function in ot::MeshCoP::SecureTransport
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_array.h267 bool IsClosed() { in IsClosed() function
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream.cc674 bool SpdyStream::IsClosed() const { in IsClosed() function in net::SpdyStream
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_peer_connection_base.h330 bool IsClosed() const override { return false; } in IsClosed() function