Home
last modified time | relevance | path

Searched refs:BelongsToCurrentThread (Results 1 – 12 of 12) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.cc167 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Initialize()
232 DCHECK(decoder_thread_.task_runner()->BelongsToCurrentThread()); in InitializeTask()
256 DCHECK(decode_task_runner_->BelongsToCurrentThread()); in Decode()
275 DCHECK(child_task_runner_->BelongsToCurrentThread()); in AssignPictureBuffers()
286 DCHECK(decoder_thread_.task_runner()->BelongsToCurrentThread()); in AssignPictureBuffersTask()
340 DCHECK(child_task_runner_->BelongsToCurrentThread()); in ImportBufferForPicture()
373 DCHECK(decoder_thread_.task_runner()->BelongsToCurrentThread()); in ImportBufferForPictureTask()
416 DCHECK(child_task_runner_->BelongsToCurrentThread()); in ReusePictureBuffer()
425 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Flush()
433 DCHECK(child_task_runner_->BelongsToCurrentThread()); in Reset()
[all …]
/external/libchrome/base/metrics/
Duser_metrics.cc37 if (!g_task_runner.Get()->BelongsToCurrentThread()) { in RecordComputedAction()
51 DCHECK(g_task_runner.Get()->BelongsToCurrentThread()); in AddActionCallback()
57 DCHECK(g_task_runner.Get()->BelongsToCurrentThread()); in RemoveActionCallback()
69 DCHECK(task_runner->BelongsToCurrentThread()); in SetRecordActionTaskRunner()
70 DCHECK(!g_task_runner.Get() || g_task_runner.Get()->BelongsToCurrentThread()); in SetRecordActionTaskRunner()
/external/v4l2_codec2/
DC2VDAComponent.cpp436 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onDestroy()
446 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onStart()
471 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onQueueWork()
488 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onDequeueWork()
568 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onInputBufferDone()
586 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onOutputBufferReturned()
626 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onOutputBufferDone()
644 DCHECK(mTaskRunner->BelongsToCurrentThread()); in sendOutputBufferToWorkIfAny()
706 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onDrain()
733 DCHECK(mTaskRunner->BelongsToCurrentThread()); in onDrainDone()
[all …]
/external/libchrome/base/threading/
Dthread_task_runner_handle.cc93 DCHECK(task_runner_->BelongsToCurrentThread()); in ThreadTaskRunnerHandle()
101 DCHECK(task_runner_->BelongsToCurrentThread()); in ~ThreadTaskRunnerHandle()
/external/libchrome/base/
Dsingle_thread_task_runner.h28 bool BelongsToCurrentThread() const { return RunsTasksInCurrentSequence(); } in BelongsToCurrentThread() function
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc125 DCHECK(task_runner_->BelongsToCurrentThread()); in Bind()
517 DCHECK(!controller_->task_runner_->BelongsToCurrentThread()); in SyncWatch()
518 DCHECK(controller_->proxy_task_runner_->BelongsToCurrentThread()); in SyncWatch()
653 if (task_runner_->BelongsToCurrentThread()) { in SendMessage()
842 DCHECK(proxy_task_runner_->BelongsToCurrentThread()); in AcceptOnProxyThread()
872 DCHECK(proxy_task_runner_->BelongsToCurrentThread()); in AcceptSyncMessage()
Dipc_sync_message_filter.cc183 DCHECK(io_task_runner_ && io_task_runner_->BelongsToCurrentThread()); in GetGenericRemoteAssociatedInterface()
Dipc_logging.cc163 if (main_thread_->BelongsToCurrentThread()) { in OnPostDispatchMessage()
Dipc_sync_channel_unittest.cc87 DCHECK(ListenerThread()->task_runner()->BelongsToCurrentThread()); in CloseChannel()
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc270 ASSERT_TRUE(io_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnIOThread()
275 ASSERT_TRUE(file_thread_->task_runner()->BelongsToCurrentThread()); in AssertOnFileThread()
Dmessage_loop.cc382 DCHECK(task_runner->BelongsToCurrentThread()); in SetTaskRunner()
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc83 ASSERT_TRUE(task_runner_->BelongsToCurrentThread()); in RecordChange()