Home
last modified time | relevance | path

Searched defs:IsAttached (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLPool.cpp44 bool Pool::IsAttached() { in IsAttached() function in SkSL::Pool
/aosp_15_r20/external/clang/include/clang/AST/
H A DRawCommentList.h137 bool IsAttached : 1; variable
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_core.h115 const bool& IsAttached() const { return attached_; } in IsAttached() function
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Drcp_host.cpp611 bool RcpHost::IsAttached(void) in IsAttached() function in otbr::Ncp::RcpHost
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.cpp680 bool Mle::IsAttached(void) const { return (IsChild() || IsRouter() || IsLeader()); } in IsAttached() function in ot::Mle::Mle