Searched defs:IsFlagSet (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/base/threading/ | ||
H A D | hang_watcher.cc | 1061 bool HangWatchDeadline::IsFlagSet(Flag flag, uint64_t flags) { in IsFlagSet() function in base::internal::HangWatchDeadline |
/aosp_15_r20/external/webrtc/p2p/client/ | ||
H A D | basic_port_allocator.h | 395 bool IsFlagSet(uint32_t flag) { return ((flags_ & flag) != 0); } in IsFlagSet() function |
/aosp_15_r20/art/runtime/ | ||
H A D | thread.h | 1929 bool IsFlagSet(ThreadFlag flag) const { in IsFlagSet() function |