Home
last modified time | relevance | path

Searched refs:io_task_runner_ (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/
H A Daudio_output_device.cc36 : io_task_runner_(io_task_runner), in AudioOutputDevice()
50 DCHECK(io_task_runner_); in AudioOutputDevice()
55 io_task_runner_->PostTask( in Initialize()
94 io_task_runner_->PostTask( in RequestDeviceAuthorization()
102 io_task_runner_->PostTask( in Start()
114 io_task_runner_->PostTask( in Stop()
120 io_task_runner_->PostTask( in Play()
126 io_task_runner_->PostTask( in Pause()
132 io_task_runner_->PostTask( in Flush()
142 return io_task_runner_->PostTask( in SetVolume()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/
H A Daudio_output_device.cc35 : io_task_runner_(io_task_runner), in AudioOutputDevice()
49 DCHECK(io_task_runner_); in AudioOutputDevice()
54 io_task_runner_->PostTask( in Initialize()
93 io_task_runner_->PostTask( in RequestDeviceAuthorization()
101 io_task_runner_->PostTask( in Start()
113 io_task_runner_->PostTask( in Stop()
119 io_task_runner_->PostTask( in Play()
125 io_task_runner_->PostTask( in Pause()
131 io_task_runner_->PostTask( in Flush()
141 return io_task_runner_->PostTask( in SetVolume()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc222 io_task_runner_(io_task_runner), in CannedSyncableFileSystem()
286 io_task_runner_->PostTask( in OpenFileSystem()
336 io_task_runner_.get(), FROM_HERE, in CreateDirectory()
343 io_task_runner_.get(), FROM_HERE, in CreateFile()
351 io_task_runner_.get(), FROM_HERE, in Copy()
359 io_task_runner_.get(), FROM_HERE, in Move()
367 io_task_runner_.get(), FROM_HERE, in TruncateFile()
377 io_task_runner_.get(), FROM_HERE, in TouchFile()
386 io_task_runner_.get(), FROM_HERE, in Remove()
394 io_task_runner_.get(), FROM_HERE, in FileExists()
[all …]
H A Dlocal_file_sync_context.cc59 io_task_runner_(io_task_runner), in LocalFileSyncContext()
94 io_task_runner_->PostTask( in MaybeInitializeFileSystemContext()
107 io_task_runner_->PostTask( in ShutdownOnUIThread()
184 io_task_runner_->PostTask( in FinalizeSnapshotSync()
212 io_task_runner_->PostTask( in FinalizeExclusiveSync()
227 io_task_runner_->PostTask( in PrepareForSync()
252 io_task_runner_->PostTask( in RegisterURLForWaitingSync()
278 io_task_runner_->PostTask( in ApplyRemoteChange()
440 io_task_runner_->PostTask( in GetFileMetadata()
513 io_task_runner_->PostTask( in PromoteDemotedChanges()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/renderer/
H A Dpnacl_translation_resource_host.cc21 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ~PnaclTranslationResourceHost()
26 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnFilterAdded()
31 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnFilterRemoved()
36 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnChannelClosing()
42 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnMessageReceived()
58 io_task_runner_->PostTask( in RequestNexeFd()
71 DCHECK(io_task_runner_->BelongsToCurrentThread()); in SendRequestNexeFd()
88 io_task_runner_->PostTask( in ReportTranslationFinished()
99 DCHECK(io_task_runner_->BelongsToCurrentThread()); in SendReportTranslationFinished()
113 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnNexeTempFileReply()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/blob/
H A Dblob_data_handle.cc59 : io_task_runner_(io_task_runner), in BlobDataHandle()
65 DCHECK(io_task_runner_.get()); in BlobDataHandle()
66 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in BlobDataHandle()
72 if (!io_task_runner_->RunsTasksInCurrentSequence()) { in ~BlobDataHandle()
73 io_task_runner_->ReleaseSoon(FROM_HERE, std::move(shared_)); in ~BlobDataHandle()
81 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in IsBeingBuilt()
88 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in IsBroken()
95 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in GetBlobStatus()
102 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in RunOnConstructionComplete()
111 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in RunOnConstructionBegin()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/blob/
H A Dblob_data_handle.cc59 : io_task_runner_(io_task_runner), in BlobDataHandle()
65 DCHECK(io_task_runner_.get()); in BlobDataHandle()
66 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in BlobDataHandle()
72 if (!io_task_runner_->RunsTasksInCurrentSequence()) { in ~BlobDataHandle()
73 io_task_runner_->ReleaseSoon(FROM_HERE, std::move(shared_)); in ~BlobDataHandle()
81 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in IsBeingBuilt()
88 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in IsBroken()
95 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in GetBlobStatus()
102 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in RunOnConstructionComplete()
111 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in RunOnConstructionBegin()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dpepper_platform_audio_output_dev.cc61 io_task_runner_->PostTask( in RequestDeviceAuthorization()
71 io_task_runner_->PostTask( in StartPlayback()
82 io_task_runner_->PostTask( in StopPlayback()
93 io_task_runner_->PostTask( in SetVolume()
106 io_task_runner_->PostTask( in ShutDown()
112 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnError()
125 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnDeviceAuthorized()
218 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnIPCClosed()
268 io_task_runner_->PostTask( in Initialize()
277 DCHECK(io_task_runner_->BelongsToCurrentThread()); in RequestDeviceAuthorizationOnIOThread()
[all …]
H A Dpepper_platform_audio_output.cc42 io_task_runner_->PostTask( in StartPlayback()
53 io_task_runner_->PostTask( in StopPlayback()
64 io_task_runner_->PostTask( in SetVolume()
77 io_task_runner_->PostTask( in ShutDown()
130 io_task_runner_(ChildProcess::current()->io_task_runner()) {} in PepperPlatformAudioOutput()
148 io_task_runner_->PostTask( in Initialize()
157 DCHECK(io_task_runner_->BelongsToCurrentThread()); in InitializeOnIOThread()
163 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartPlaybackOnIOThread()
169 DCHECK(io_task_runner_->BelongsToCurrentThread()); in SetVolumeOnIOThread()
175 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StopPlaybackOnIOThread()
[all …]
H A Dpepper_platform_audio_input.cc50 io_task_runner_->PostTask( in StartCapture()
58 io_task_runner_->PostTask( in StopCapture()
73 io_task_runner_->PostTask( in ShutDown()
128 io_task_runner_(ChildProcess::current()->io_task_runner()), in PepperPlatformAudioInput()
175 DCHECK(io_task_runner_->BelongsToCurrentThread()); in InitializeOnIOThread()
192 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartCaptureOnIOThread()
203 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StopCaptureOnIOThread()
218 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ShutDownOnIOThread()
245 io_task_runner_->PostTask( in OnDeviceOpened()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dpepper_platform_audio_output_dev.cc62 io_task_runner_->PostTask( in RequestDeviceAuthorization()
72 io_task_runner_->PostTask( in StartPlayback()
83 io_task_runner_->PostTask( in StopPlayback()
94 io_task_runner_->PostTask( in SetVolume()
107 io_task_runner_->PostTask( in ShutDown()
113 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnError()
126 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnDeviceAuthorized()
219 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnIPCClosed()
270 io_task_runner_->PostTask( in Initialize()
279 DCHECK(io_task_runner_->BelongsToCurrentThread()); in RequestDeviceAuthorizationOnIOThread()
[all …]
H A Dpepper_platform_audio_output.cc41 io_task_runner_->PostTask( in StartPlayback()
52 io_task_runner_->PostTask( in StopPlayback()
63 io_task_runner_->PostTask( in SetVolume()
76 io_task_runner_->PostTask( in ShutDown()
129 io_task_runner_(ChildProcess::current()->io_task_runner()) {} in PepperPlatformAudioOutput()
148 io_task_runner_->PostTask( in Initialize()
157 DCHECK(io_task_runner_->BelongsToCurrentThread()); in InitializeOnIOThread()
163 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartPlaybackOnIOThread()
169 DCHECK(io_task_runner_->BelongsToCurrentThread()); in SetVolumeOnIOThread()
175 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StopPlaybackOnIOThread()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/device/bluetooth/le/
H A Dremote_device_impl.cc21 io_task_runner_->PostTask( \
26 DCHECK(io_task_runner_); \
27 if (!io_task_runner_->BelongsToCurrentThread()) { \
65 io_task_runner_(io_task_runner) { in RemoteDeviceImpl()
67 DCHECK(io_task_runner_->BelongsToCurrentThread()); in RemoteDeviceImpl()
237 DCHECK(io_task_runner_->BelongsToCurrentThread()); in GetServicesSync()
263 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ReadCharacteristic()
278 DCHECK(io_task_runner_->BelongsToCurrentThread()); in WriteCharacteristic()
291 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ReadDescriptor()
304 DCHECK(io_task_runner_->BelongsToCurrentThread()); in WriteDescriptor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/media/audio/
H A Dmojo_audio_output_ipc.cc30 io_task_runner_(std::move(io_task_runner)) {} in MojoAudioOutputIPC()
44 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in RequestDeviceAuthorization()
69 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CreateStream()
98 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in PlayStream()
105 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in PauseStream()
112 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in FlushStream()
118 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CloseStream()
131 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in SetVolume()
141 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in ProviderClientBindingDisconnected()
163 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in MakeProviderReceiver()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/media/audio/
H A Dmojo_audio_output_ipc.cc30 io_task_runner_(std::move(io_task_runner)) {} in MojoAudioOutputIPC()
44 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in RequestDeviceAuthorization()
68 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CreateStream()
98 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in PlayStream()
105 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in PauseStream()
112 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in FlushStream()
118 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CloseStream()
131 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in SetVolume()
141 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in ProviderClientBindingDisconnected()
163 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in MakeProviderReceiver()
[all …]
H A Daudio_output_ipc_factory.cc21 : io_task_runner_(std::move(io_task_runner)) { in AudioOutputIPCFactory()
39 io_task_runner_); in CreateAudioOutputIPC()
50 io_task_runner_->PostTask( in RegisterRemoteFactory()
58 io_task_runner_->PostTask( in MaybeDeregisterRemoteFactory()
67 DCHECK(io_task_runner_->BelongsToCurrentThread()); in GetRemoteFactory()
76 DCHECK(io_task_runner_->BelongsToCurrentThread()); in RegisterRemoteFactoryOnIOThread()
97 DCHECK(io_task_runner_->BelongsToCurrentThread()); in MaybeDeregisterRemoteFactoryOnIOThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Duser_input_monitor_linux.cc98 : io_task_runner_(io_task_runner), in UserInputMonitorLinuxCore()
112 DCHECK(io_task_runner_->BelongsToCurrentThread()); in WillDestroyCurrentMessageLoop()
121 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartMonitor()
209 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StopMonitor()
242 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnXEvent()
251 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ProcessXEvent()
283 : io_task_runner_(io_task_runner), in UserInputMonitorLinux()
287 if (!io_task_runner_->DeleteSoon(FROM_HERE, core_)) in ~UserInputMonitorLinux()
296 io_task_runner_->PostTask( in StartKeyboardMonitoring()
303 io_task_runner_->PostTask( in StartKeyboardMonitoring()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/media/
H A Dcast_session_delegate.cc42 DCHECK(io_task_runner_.get()); in CastSessionDelegateBase()
53 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ~CastSessionDelegateBase()
64 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartUDP()
91 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StatusNotificationCB()
108 DCHECK(io_task_runner_.get()); in CastSessionDelegate()
112 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ~CastSessionDelegate()
119 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartAudio()
140 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartVideo()
160 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartRemotingStream()
182 DCHECK(io_task_runner_->BelongsToCurrentThread()); in StartUDP()
[all …]
H A Dcast_session.cc50 io_task_runner_(content::RenderThread::Get()->GetIOTaskRunner()) {} in CastSession()
54 CHECK(io_task_runner_->DeleteSoon(FROM_HERE, delegate_.release())); in ~CastSession()
62 io_task_runner_->PostTask( in StartAudio()
75 io_task_runner_->PostTask( in StartVideo()
93 io_task_runner_->PostTask( in StartRemotingStream()
104 io_task_runner_->PostTask( in StartUDP()
113 io_task_runner_->PostTask( in ToggleLogging()
122 io_task_runner_->PostTask( in GetEventLogsAndReset()
131 io_task_runner_->PostTask( in GetStatsAndReset()
H A Dcast_ipc_dispatcher.cc17 io_task_runner_(io_task_runner) { in CastIPCDispatcher()
18 DCHECK(io_task_runner_.get()); in CastIPCDispatcher()
23 DCHECK(io_task_runner_->BelongsToCurrentThread()); in ~CastIPCDispatcher()
32 DCHECK(io_task_runner_->BelongsToCurrentThread()); in Send()
49 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnMessageReceived()
64 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnFilterAdded()
71 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnFilterRemoved()
78 DCHECK(io_task_runner_->BelongsToCurrentThread()); in OnChannelClosing()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/background_service/
H A Dblob_task_proxy.cc30 io_task_runner_(io_task_runner) { in BlobTaskProxy()
33 io_task_runner_->PostTask( in BlobTaskProxy()
39 CHECK(io_task_runner_->BelongsToCurrentThread()); in ~BlobTaskProxy()
43 DCHECK(io_task_runner_->BelongsToCurrentThread()); in InitializeOnIO()
52 io_task_runner_->PostTask( in SaveAsBlob()
60 DCHECK(io_task_runner_->BelongsToCurrentThread()); in SaveAsBlobOnIO()
77 DCHECK(io_task_runner_->BelongsToCurrentThread()); in BlobSavedOnIO()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/background_service/
H A Dblob_task_proxy.cc30 io_task_runner_(io_task_runner) { in BlobTaskProxy()
33 io_task_runner_->PostTask( in BlobTaskProxy()
39 CHECK(io_task_runner_->BelongsToCurrentThread()); in ~BlobTaskProxy()
43 DCHECK(io_task_runner_->BelongsToCurrentThread()); in InitializeOnIO()
52 io_task_runner_->PostTask( in SaveAsBlob()
60 DCHECK(io_task_runner_->BelongsToCurrentThread()); in SaveAsBlobOnIO()
77 DCHECK(io_task_runner_->BelongsToCurrentThread()); in BlobSavedOnIO()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/paint_preview/browser/
H A Dfile_manager.cc40 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in GetSizeOfArtifacts()
62 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in GetInfo()
74 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in DirectoryExists()
80 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CaptureExists()
97 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CreateOrGetDirectory()
137 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in CompressDirectory()
161 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in DeleteArtifactSet()
171 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in DeleteArtifactSets()
177 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in DeleteAll()
184 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in SerializePaintPreviewProto()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/chromeos_camera/
H A Dmojo_mjpeg_decode_accelerator.cc22 : io_task_runner_(std::move(io_task_runner)), in MojoMjpegDecodeAccelerator()
26 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in ~MojoMjpegDecodeAccelerator()
37 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in InitializeAsync()
53 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in Decode()
96 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in OnInitializeDone()
107 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in OnDecodeAck()
126 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in OnLostConnectionToJpegDecoder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/chromeos_camera/
H A Dmojo_mjpeg_decode_accelerator.cc22 : io_task_runner_(std::move(io_task_runner)), in MojoMjpegDecodeAccelerator()
26 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in ~MojoMjpegDecodeAccelerator()
37 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in InitializeAsync()
53 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in Decode()
96 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in OnInitializeDone()
107 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in OnDecodeAck()
126 DCHECK(io_task_runner_->RunsTasksInCurrentSequence()); in OnLostConnectionToJpegDecoder()

12345678910>>...15