Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop.cc698 bool MessageLoopForUI::IsCurrent() { in IsCurrent() function in base::MessageLoopForUI
740 bool MessageLoopForIO::IsCurrent() { in IsCurrent() function in base::MessageLoopForIO
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtask_queue.cc28 bool TaskQueue::IsCurrent() const { in IsCurrent() function in rtc::TaskQueue
H A Dthread.cc561 bool Thread::IsCurrent() const { in IsCurrent() function in rtc::Thread
/aosp_15_r20/external/webrtc/rtc_base/synchronization/
H A Dsequence_checker_internal.h62 bool IsCurrent() const { return true; } in IsCurrent() function
H A Dsequence_checker_internal.cc42 bool SequenceCheckerImpl::IsCurrent() const { in IsCurrent() function in webrtc::webrtc_sequence_checker_internal::SequenceCheckerImpl
/aosp_15_r20/external/webrtc/api/
H A Dsequence_checker.h48 bool IsCurrent() const { return Impl::IsCurrent(); } in IsCurrent() function
/aosp_15_r20/external/webrtc/api/task_queue/
H A Dtask_queue_base.h125 bool IsCurrent() const { return Current() == this; } in IsCurrent() function
/aosp_15_r20/external/webrtc/modules/utility/
H A Dmaybe_worker_thread.cc82 bool MaybeWorkerThread::IsCurrent() const { in IsCurrent() function in webrtc::MaybeWorkerThread
/aosp_15_r20/external/libchrome/mojo/core/
H A Drequest_context.cc100 bool RequestContext::IsCurrent() const { in IsCurrent() function in mojo::core::RequestContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Degl_context.cc105 bool EglContext::IsCurrent() const { in IsCurrent() function in tflite::gpu::gl::EglContext
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.h181 bool IsCurrent() const { in IsCurrent() function
/aosp_15_r20/build/soong/android/
H A Dapi_levels.go120 func (this ApiLevel) IsCurrent() bool { func