HomeSort by relevance Sort by last modified time
    Searched full:new_state (Results 101 - 125 of 368) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 165 webrtc::PeerConnectionInterface::SignalingState new_state) OVERRIDE;
171 webrtc::PeerConnectionInterface::IceConnectionState new_state) OVERRIDE;
173 webrtc::PeerConnectionInterface::IceGatheringState new_state) OVERRIDE;
  /external/chromium_org/media/formats/webm/
webm_stream_parser.cc 117 void WebMStreamParser::ChangeState(State new_state) {
118 DVLOG(1) << "ChangeState() : " << state_ << " -> " << new_state; local
119 state_ = new_state;
webm_stream_parser.h 44 void ChangeState(State new_state);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.h 62 webrtc::PeerConnectionInterface::SignalingState new_state) {}
70 webrtc::PeerConnectionInterface::IceConnectionState new_state) {}
72 webrtc::PeerConnectionInterface::IceGatheringState new_state) {}
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 428 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state )
430 (void) ctx; (void) new_state;
435 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state )
440 swrast->NewState |= new_state;
448 new_state = ~0;
451 if (new_state & swrast->InvalidateTriangleMask)
454 if (new_state & swrast->InvalidateLineMask)
457 if (new_state & swrast->InvalidatePointMask)
460 if (new_state & _SWRAST_NEW_BLEND_FUNC)
463 if (new_state & _SWRAST_NEW_TEXTURE_SAMPLE_FUNC
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 428 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state )
430 (void) ctx; (void) new_state;
435 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state )
440 swrast->NewState |= new_state;
448 new_state = ~0;
451 if (new_state & swrast->InvalidateTriangleMask)
454 if (new_state & swrast->InvalidateLineMask)
457 if (new_state & swrast->InvalidatePointMask)
460 if (new_state & _SWRAST_NEW_BLEND_FUNC)
463 if (new_state & _SWRAST_NEW_TEXTURE_SAMPLE_FUNC
    [all...]
  /external/smack/src/org/jivesoftware/smackx/receipts/
DeliveryReceiptManager.java 133 * @param new_state whether automatic transmission of
136 public void setAutoReceiptsEnabled(boolean new_state) {
137 auto_receipts_enabled = new_state;
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 72 enum wpa_states new_state,
76 wpa_supplicant_dbus_notify_state_change(wpa_s, new_state,
82 if (new_state == WPA_COMPLETED)
84 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED)
93 new_state,
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc 257 change.published_nick, change.old_state, change.new_state);
277 bool is_muted = change.new_state;
341 change.published_nick, change.old_state, change.new_state);
358 change.published_nick, change.old_state, change.new_state);
375 change.published_nick, change.old_state, change.new_state);
395 bool is_blockee = change.new_state;
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_controller_brlapi.cc 303 scoped_ptr<DisplayState> new_state) {
309 base::Passed(&new_state)))) {
315 OnBrailleDisplayStateChanged(*new_state));
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos.cc 271 void SessionStateDelegateChromeos::SetSessionState(SessionState new_state,
273 if (session_state_ == new_state && !force)
276 session_state_ = new_state;
  /external/chromium_org/remoting/host/
cast_extension_session.h 75 webrtc::PeerConnectionInterface::SignalingState new_state) OVERRIDE;
84 webrtc::PeerConnectionInterface::IceConnectionState new_state) OVERRIDE;
86 webrtc::PeerConnectionInterface::IceGatheringState new_state) OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.c 222 _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state )
225 swsetup->NewState |= new_state;
226 _tnl_invalidate_vertex_state( ctx, new_state );
NOTES 47 void _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_pipeline.c 44 tnl->pipeline.new_state = ~0;
128 if (check_input_changes( ctx ) || tnl->pipeline.new_state) {
138 tnl->pipeline.new_state = 0;
tnl.h 49 _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 222 _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state )
225 swsetup->NewState |= new_state;
226 _tnl_invalidate_vertex_state( ctx, new_state );
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 44 tnl->pipeline.new_state = ~0;
128 if (check_input_changes( ctx ) || tnl->pipeline.new_state) {
138 tnl->pipeline.new_state = 0;
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc 302 ShelfVisibilityState new_state) {
303 if (new_state == SHELF_HIDDEN) {
309 void ShelfTooltipManager::OnAutoHideStateChanged(ShelfAutoHideState new_state) {
310 if (new_state == SHELF_AUTO_HIDE_HIDDEN) {
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate.h 73 virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/
backend_migrator.h 75 void ChangeState(State new_state);
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service.h 59 void OnSpeechRecognitionStateChanged(SpeechRecognitionState new_state);
  /external/chromium_org/remoting/signaling/
xmpp_signal_strategy.h 92 void SetState(State new_state);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.h 90 void UpdateState(VCMReceiverState new_state);
  /external/chromium_org/ui/aura/
window_tree_host_ozone.cc 46 ui::PlatformWindowState new_state) {

Completed in 1821 milliseconds

1 2 3 45 6 7 8 91011>>