Home
last modified time | relevance | path

Searched refs:thread_looper_ (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_simulator.cpp34 : modem_id_(modem_id), thread_looper_(new ThreadLooper()) {} in ModemSimulator()
39 thread_looper_->Stop(); in ~ModemSimulator()
60 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
62 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
64 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
66 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
68 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
70 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
72 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
74 modem_id_, channel_monitor_.get(), thread_looper_.get()); in RegisterModemService()
Dcall_service.cpp222 call_status.timeout_serial = thread_looper_->Post( in HandleDial()
242 thread_looper_->Post( in HandleDial()
668 thread_looper_->CancelSerial(*(iter->second.timeout_serial)); in HandleRemoteCall()
677 thread_looper_->CancelSerial(*(iter->second.timeout_serial)); in HandleRemoteCall()
688 thread_looper_->CancelSerial(*(iter->second.timeout_serial)); in HandleRemoteCall()
717 thread_looper_->Post(makeSafeCallback(this, &CallService::CallStateUpdate)); in HandleRemoteCall()
Dnetwork_service.cpp264 thread_looper_->Post( in OnSimStatusChanged()
730 thread_looper_->Post( in HandleSetNetworkSelectionMode()
1047 thread_looper_->Post( in HandleSetPreferredNetworkType()
1209 thread_looper_->Post( in HandleReceiveRemoteVoiceDataReg()
1236 thread_looper_->Post( in HandleReceiveRemoteCTEC()
1304 network_service_.thread_looper_->Post( in UpdateSignalStrengthCallback()
Dsms_service.cpp297 thread_looper_->Post( in HandleSendSMSPDU()
307 thread_looper_->Post( in HandleSendSMSPDU()
321 thread_looper_->Post( in HandleSendSMSPDU()
Dmodem_simulator.h54 std::unique_ptr<ThreadLooper> thread_looper_; variable
Dmodem_service.cpp63 thread_looper_(thread_looper), in ModemService()
Dmodem_service.h116 ThreadLooper* thread_looper_; variable
Ddata_service.cpp338 thread_looper_->Post( in updatePhysicalChannelconfigs()