Home
last modified time | relevance | path

Searched defs:process_thread (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h22 MockCongestionController(ProcessThread* process_thread, in MockCongestionController()
/external/webrtc/webrtc/modules/include/
Dmodule.h56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached()
/external/webrtc/webrtc/voice_engine/
Dshared_data.h47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } in process_thread() function
/external/webrtc/webrtc/video/
Dencoder_state_feedback_unittest.cc34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer) in MockVieEncoder()
Dvideo_receive_stream.cc146 ProcessThread* process_thread, in VideoReceiveStream()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc32 ProcessThread* process_thread) in TransportFeedbackAdapter()
/external/webrtc/webrtc/call/
Dcongestion_controller.cc147 CongestionController::CongestionController(ProcessThread* process_thread, in CongestionController()