Searched defs:new_state (Results 1 - 25 of 58) sorted by relevance

123

/external/webrtc/talk/app/webrtc/
H A Dmediastreamtrack.h58 virtual bool set_state(MediaStreamTrackInterface::TrackState new_state) { argument
59 bool fire_on_change = (state_ != new_state);
60 state_ = new_state;
H A Dandroidvideocapturer.cc211 cricket::CaptureState new_state = local
213 if (new_state == current_state_)
215 current_state_ = new_state;
220 SignalStateChange(this, new_state);
H A Dpeerconnectionfactory_unittest.cc88 PeerConnectionInterface::SignalingState new_state) {}
94 PeerConnectionInterface::IceConnectionState new_state) {}
96 PeerConnectionInterface::IceGatheringState new_state) {}
87 OnSignalingChange( PeerConnectionInterface::SignalingState new_state) argument
93 OnIceConnectionChange( PeerConnectionInterface::IceConnectionState new_state) argument
95 OnIceGatheringChange( PeerConnectionInterface::IceGatheringState new_state) argument
H A Dvideosource.cc464 void VideoSource::SetState(SourceState new_state) { argument
466 // if (VERIFY(state_ != new_state)) {
467 if (state_ != new_state) {
468 state_ = new_state;
/external/libmojo/base/android/
H A Dapplication_status_listener.cc76 jint new_state) {
77 ApplicationState application_state = static_cast<ApplicationState>(new_state);
74 OnApplicationStateChange(JNIEnv* env, const JavaParamRef<jclass>& clazz, jint new_state) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.c53 i915InvalidateState(struct gl_context * ctx, GLuint new_state) argument
55 _swrast_InvalidateState(ctx, new_state);
56 _swsetup_InvalidateState(ctx, new_state);
57 _vbo_InvalidateState(ctx, new_state);
58 _tnl_InvalidateState(ctx, new_state);
59 _tnl_invalidate_vertex_state(ctx, new_state);
60 intel_context(ctx)->NewGLState |= new_state;
73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
75 if (new_state & (_NEW_LIGHT))
77 if (new_state
[all...]
H A Di915_vtbl.c859 i915_invalidate_state(struct intel_context *intel, GLuint new_state) argument
863 _swsetup_InvalidateState(ctx, new_state);
864 _tnl_InvalidateState(ctx, new_state);
865 _tnl_invalidate_vertex_state(ctx, new_state);
H A Di830_vtbl.c872 i830_invalidate_state(struct intel_context *intel, GLuint new_state) argument
876 _swsetup_InvalidateState(ctx, new_state);
877 _tnl_InvalidateState(ctx, new_state);
878 _tnl_invalidate_vertex_state(ctx, new_state);
880 if (new_state & _NEW_LIGHT)
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c76 void st_invalidate_state(struct gl_context * ctx, GLuint new_state) argument
81 if (st->clamp_frag_color_in_shader && (new_state & _NEW_FRAG_CLAMP)) {
82 new_state &= ~_NEW_FRAG_CLAMP;
87 if (st->clamp_vert_color_in_shader && (new_state & _NEW_LIGHT)) {
91 st->dirty.mesa |= new_state;
97 _vbo_InvalidateState(ctx, new_state);
/external/webrtc/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.h56 webrtc::PeerConnectionInterface::SignalingState new_state) {}
64 webrtc::PeerConnectionInterface::IceConnectionState new_state) {}
66 webrtc::PeerConnectionInterface::IceGatheringState new_state) {}
55 OnSignalingChange( webrtc::PeerConnectionInterface::SignalingState new_state) argument
63 OnIceConnectionChange( webrtc::PeerConnectionInterface::IceConnectionState new_state) argument
65 OnIceGatheringChange( webrtc::PeerConnectionInterface::IceGatheringState new_state) argument
/external/mesa3d/src/mesa/main/
H A Dstate.c112 GLbitfield new_state = 0x0; local
210 new_state |= _NEW_PROGRAM;
218 new_state |= _NEW_PROGRAM;
226 new_state |= _NEW_PROGRAM;
233 return new_state;
243 GLbitfield new_state = 0x0; local
249 new_state |= _NEW_PROGRAM_CONSTANTS;
259 new_state |= _NEW_PROGRAM_CONSTANTS;
267 new_state |= _NEW_PROGRAM_CONSTANTS;
271 return new_state;
458 GLbitfield new_state = ctx->NewState; local
[all...]
/external/webrtc/webrtc/base/
H A Dtask.cc99 int new_state = Process(state_); local
107 if (new_state == STATE_BLOCKED) {
111 state_ = new_state;
116 if (new_state == STATE_DONE) {
118 } else if (new_state == STATE_ERROR) {
/external/fio/
H A Dlibfio.c180 int td_bump_runstate(struct thread_data *td, int new_state) argument
184 td_set_runstate(td, new_state);
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpubsubstateclient.h47 C new_state; member in struct:buzz::PubSubStateChange
175 C new_state; local
177 bool retracted = !ParseStateItem(item, &info, &new_state);
188 new_state = default_state_;
200 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) {
205 if (retracted || StatesEqual(new_state, default_state_)) {
209 state_by_key_[key] = new_state;
219 change.new_state = new_state;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Daimd_rate_control.cc310 void AimdRateControl::ChangeState(RateControlState new_state) { argument
311 rate_control_state_ = new_state;
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_aux.h57 enum fst_session_state new_state; member in struct:fst_event_extra::fst_event_extra_session_state
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_aux.h57 enum fst_session_state new_state; member in struct:fst_event_extra::fst_event_extra_session_state
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c405 * @new_state: new state wpa_supplicant is entering
412 enum wpa_states new_state,
430 if (new_state == old_state)
443 new_state_str = wpa_supplicant_state_txt(new_state);
411 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
H A Ddbus_old.h75 enum wpa_states new_state,
109 enum wpa_states new_state,
108 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_aux.h57 enum fst_session_state new_state; member in struct:fst_event_extra::fst_event_extra_session_state
/external/libmojo/mojo/edk/system/
H A Ddata_pipe_consumer_dispatcher.cc270 HandleSignalsState new_state = GetHandleSignalsStateNoLock(); local
271 if (!new_state.equals(old_state))
272 awakable_list_.AwakeForStateChange(new_state);
H A Ddata_pipe_producer_dispatcher.cc180 HandleSignalsState new_state = GetHandleSignalsStateNoLock(); local
181 if (!new_state.equals(old_state))
182 awakable_list_.AwakeForStateChange(new_state);
252 HandleSignalsState new_state = GetHandleSignalsStateNoLock(); local
253 if (new_state.satisfies(MOJO_HANDLE_SIGNAL_WRITABLE))
254 awakable_list_.AwakeForStateChange(new_state);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );

Completed in 889 milliseconds

123