Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dbackground_command_transceiver.cc40 scoped_refptr<base::SingleThreadTaskRunner> task_runner, in PostCallbackToTaskRunner() argument
43 task_runner->PostTask(FROM_HERE, task); in PostCallbackToTaskRunner()
52 const scoped_refptr<base::SequencedTaskRunner>& task_runner) in BackgroundCommandTransceiver() argument
54 task_runner_(task_runner), in BackgroundCommandTransceiver()
Dbackground_command_transceiver_test.cc83 test_thread_.task_runner()); in TEST_F()
97 test_thread_.task_runner()); in TEST_F()
Dtrunksd.cc115 background_thread.task_runner()->PostNonNestableTask( in main()
119 &resource_manager, background_thread.task_runner()); in main()
Dbackground_command_transceiver.h52 const scoped_refptr<base::SequencedTaskRunner>& task_runner);
/system/bt/service/example/heart_rate/
Dserver_main.cpp111 new BluetoothDeathRecipient(main_loop.task_runner())); in main()
140 new heart_rate::HeartRateServer(bluetooth, main_loop.task_runner(), advertise)); in main()
/system/tpm/attestation/server/
Dattestation_service.cc68 worker_thread_->task_runner()->PostTask(FROM_HERE, base::Bind( in Initialize()
95 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in CreateGoogleAttestedKey()
188 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in GetKeyInfo()
232 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in GetEndorsementInfo()
283 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in GetAttestationKeyInfo()
340 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in ActivateAttestationKey()
388 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in CreateCertifiableKey()
425 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in Decrypt()
457 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in Sign()
489 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, task, reply); in RegisterKeyWithChapsToken()
/system/bt/service/ipc/
Dipc_handler_linux.cpp62 origin_task_runner_ = base::MessageLoop::current()->task_runner(); in Run()
114 thread_.task_runner()->PostTask( in Run()
/system/bt/service/ipc/binder/
Dipc_handler_binder.cpp60 base::MessageLoop::current()->task_runner()->PostTask( in Run()
/system/bt/vendor_libs/test_vendor_lib/src/
Dvendor_manager.cc130 return thread_.task_runner()->PostDelayedTask(FROM_HERE, task, delay); in PostDelayedTask()
/system/bt/vendor_libs/test_vendor_lib/test/
Dhci_transport_unittest.cc102 thread_.task_runner()->PostTask( in PostStartWatchingOnThread()
/system/tpm/tpm_manager/server/
Dtpm_manager_service.cc44 worker_thread_->task_runner()->PostNonNestableTask(FROM_HERE, task); in Initialize()
305 worker_thread_->task_runner()->PostTaskAndReply(FROM_HERE, in PostTaskToWorkerThread()
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn146 "base/task_runner.cc",