Home
last modified time | relevance | path

Searched defs:IsBound (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dassociated_thread_id.h64 bool IsBound() const { in IsBound() function
/aosp_15_r20/external/perfetto/src/ipc/
H A Ddeferred.cc58 bool DeferredBase::IsBound() const { in IsBound() function in perfetto::ipc::DeferredBase
/aosp_15_r20/art/compiler/utils/
H A Dlabel.h92 bool IsBound() const { return position_ < 0; } in IsBound() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dranging_hal_host.cc29 bool IsBound() override { return false; } in IsBound() function in bluetooth::hal::RangingHalHost
Dsocket_hal_android.cc82 bool IsBound() const { return socket_hal_instance_ != nullptr; } in IsBound() function in bluetooth::hal::SocketHalAndroid
Dranging_hal_android.cc136 bool IsBound() override { return bluetooth_channel_sounding_ != nullptr; } in IsBound() function in bluetooth::hal::RangingHalAndroid
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon.h52 bool IsBound() const { return position_ != kInvalid; } in IsBound() function
/aosp_15_r20/external/openthread/src/core/net/
H A Dudp6.hpp106 bool IsBound(void) const { return mSockName.mPort != 0; } in IsBound() function in ot::Ip6::Udp::SocketHandle
/aosp_15_r20/external/vixl/src/
H A Dpool-manager.h197 bool IsBound() const { return is_bound_; } in IsBound() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h90 bool IsBound() const { return position_ < 0; } in IsBound() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc227 TEST_P(InterfacePtrTest, IsBound) { in TEST_P() argument
/aosp_15_r20/external/vixl/src/aarch64/
H A Dassembler-aarch64.h52 bool IsBound() const { return location_ >= 0; } in IsBound() function