Home
last modified time | relevance | path

Searched defs:SetState (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dframe_buffer.cc205 void VCMFrameBuffer::SetState(VCMFrameBufferStateEnum state) { in SetState() function in webrtc::VCMFrameBuffer
Ddecoding_state.cc67 void VCMDecodingState::SetState(const VCMFrameBuffer* frame) { in SetState() function in webrtc::VCMDecodingState
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer_unittest.cc97 void SetState(CursorState state, const DesktopVector& pos) { in SetState() function in webrtc::__anon007d0fed0111::FakeMouseMonitor
/external/webrtc/talk/app/webrtc/
Ddatachannel.cc482 void DataChannel::SetState(DataState state) { in SetState() function in webrtc::DataChannel
Dvideosource.cc464 void VideoSource::SetState(SourceState new_state) { in SetState() function in webrtc::VideoSource
Dwebrtcsession.cc927 void WebRtcSession::SetState(State state) { in SetState() function in webrtc::WebRtcSession
/external/v8/src/heap/
Dincremental-marking.h309 void SetState(State s) { in SetState() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs97 public virtual void SetState(RecognizerSharedState value) in SetState() method in Antlr.Runtime.BaseRecognizer
/external/webrtc/webrtc/base/
Dtestutils.h198 void SetState(StreamState state) { in SetState() function
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2452 void SetState(__in PYBA_STATE state, __in HRESULT hrStatus) { in SetState() function in PythonBootstrapperApplication
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2517 PyObject* SetState(CMessage* self, PyObject* state) { in CheckAndGetInteger() function