HomeSort by relevance Sort by last modified time
    Searched refs:new_state (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /system/bt/service/common/android/bluetooth/
IBluetoothCallback.aidl 20 void OnBluetoothStateChange(int prev_state, int new_state);
  /system/bt/service/doc/
IBluetoothCallback.txt 23 * Called when the adapter state changes from |prev_state| to |new_state|.
25 void onBluetoothStateChange(in int prev_state, in int new_state);
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h 46 PeerConnectionInterface::SignalingState new_state) override;
62 PeerConnectionInterface::IceConnectionState new_state) override;
66 PeerConnectionInterface::IceGatheringState new_state) override;
RTCPeerConnectionObserver.mm 50 PeerConnectionInterface::SignalingState new_state) {
52 [RTCEnumConverter convertSignalingStateToObjC:new_state];
85 PeerConnectionInterface::IceConnectionState new_state) {
87 [RTCEnumConverter convertIceConnectionStateToObjC:new_state];
93 PeerConnectionInterface::IceGatheringState new_state) {
95 [RTCEnumConverter convertIceGatheringStateToObjC:new_state];
  /external/mesa3d/src/mesa/main/
state.c 116 GLbitfield new_state = 0x0; local
254 new_state |= _NEW_PROGRAM;
262 new_state |= _NEW_PROGRAM;
270 new_state |= _NEW_PROGRAM;
278 new_state |= _NEW_PROGRAM;
286 new_state |= _NEW_PROGRAM;
294 new_state |= _NEW_PROGRAM;
301 return new_state;
311 GLbitfield new_state = 0x0; local
317 new_state |= _NEW_PROGRAM_CONSTANTS
383 GLbitfield new_state = ctx->NewState; local
    [all...]
api_arrayelt.h 36 extern void _ae_invalidate_state( struct gl_context *ctx, GLbitfield new_state );
texstate.h 95 _mesa_update_texture( struct gl_context *ctx, GLuint new_state );
  /external/webrtc/talk/app/webrtc/
mediastreamtrack.h 58 virtual bool set_state(MediaStreamTrackInterface::TrackState new_state) {
59 bool fire_on_change = (state_ != new_state);
60 state_ = new_state;
audiotrack.cc 88 TrackState new_state = kInitializing;
94 new_state = kLive;
97 new_state = kEnded;
105 set_state(new_state);
  /external/mesa3d/src/mesa/swrast_setup/
swrast_setup.h 50 _swsetup_InvalidateState( struct gl_context *ctx, GLuint new_state );
  /external/toolchain-utils/automation/common/
state_machine.py 45 def Change(self, new_state):
46 assert self._TransitionAllowed(new_state),\
47 'Transition from %s to %s not possible' % (self._state, new_state)
49 self._state = new_state
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 55 i915InvalidateState(struct gl_context * ctx, GLuint new_state)
57 _swrast_InvalidateState(ctx, new_state);
58 _swsetup_InvalidateState(ctx, new_state);
59 _vbo_InvalidateState(ctx, new_state);
60 _tnl_InvalidateState(ctx, new_state);
61 _tnl_invalidate_vertex_state(ctx, new_state);
62 intel_context(ctx)->NewGLState |= new_state;
75 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
77 if (new_state & (_NEW_LIGHT))
79 if (new_state & (_NEW_PROGRAM | _NEW_PROGRAM_CONSTANTS)
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubstateclient.h 47 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/autotest/site_utils/rpm_control_system/
frontend_server.py 98 def queue_request(self, device_hostname, new_state):
107 @param new_state: [ON, OFF, CYCLE] State to which we want to set the
118 new_state = new_state.upper()
119 # Put new_state in all uppercase letters
120 if new_state not in VALID_STATE_VALUES:
122 'state %s', device_hostname, new_state)
125 device_hostname, new_state)
134 return client.queue_request(powerunit_info, new_state)
150 return self.queue_request(device_hostname, new_state)
    [all...]
rpm_client.py 29 def set_power(hostname, new_state, timeout_mins=RPM_CALL_TIMEOUT_MINS):
33 @param new_state: State we want to set the power outlet to.
40 args=(hostname, new_state),
52 'state: %s.' % (hostname, new_state))
rpm_controller.py 151 [powerunit_info, new_state, condition_var, result]
186 device_hostname, request['new_state'])
190 request['new_state'], e)
234 'new_state':request['new_state']}
251 request['new_state'], str(e))
255 def queue_request(self, powerunit_info, new_state):
260 [powerunit_info, new_state, condition_var, result]
264 @param new_state: ON/OFF/CYCLE - state or action we want to perform on
269 request['new_state'] = new_stat
    [all...]
  /external/libmojo/base/android/
application_status_listener.cc 76 jint new_state) {
77 ApplicationState application_state = static_cast<ApplicationState>(new_state);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.h 75 enum wpa_states new_state,
109 enum wpa_states new_state,
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 165 void st_invalidate_state(struct gl_context * ctx, GLbitfield new_state)
169 if (new_state & _NEW_BUFFERS) {
185 if (new_state & (_NEW_DEPTH |
189 if (new_state & _NEW_PROGRAM)
192 if (new_state & _NEW_SCISSOR)
197 if (new_state & _NEW_FOG)
200 if (new_state & _NEW_POLYGONSTIPPLE)
203 if (new_state & _NEW_VIEWPORT)
206 if (new_state & _NEW_FRAG_CLAMP) {
214 if (new_state & _NEW_MULTISAMPLE)
    [all...]
  /external/webrtc/webrtc/base/
task.cc 99 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) {
  /art/runtime/
thread-inl.h 100 inline ThreadState Thread::SetState(ThreadState new_state) {
105 DCHECK_NE(new_state, kRunnable);
110 << Thread::Current() << ") changing state to " << new_state;
115 tls32_.state_and_flags.as_struct.state = new_state;
180 inline void Thread::TransitionToSuspendedAndRunCheckpoints(ThreadState new_state) {
181 DCHECK_NE(new_state, kRunnable);
199 new_state_and_flags.as_struct.state = new_state;
226 inline void Thread::TransitionFromRunnableToSuspended(ThreadState new_state) {
231 TransitionToSuspendedAndRunCheckpoints(new_state);
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 56 webrtc::PeerConnectionInterface::SignalingState new_state) {}
64 webrtc::PeerConnectionInterface::IceConnectionState new_state) {}
66 webrtc::PeerConnectionInterface::IceGatheringState new_state) {}
  /test/vts/runners/host/
utils.py 550 def force_airplane_mode(ad, new_state, timeout_value=60):
555 new_state: Turn on airplane mode if True.
573 1 if new_state else 0))
634 def set_ambient_display(ad, new_state):
639 new_state: new state for "Ambient Display". True or False.
641 ad.adb.shell("settings put secure doze_enabled {}".format(1 if new_state
645 def set_adaptive_brightness(ad, new_state):
650 new_state: new state for "Adaptive Brightness". True or False.
653 1 if new_state else 0))
656 def set_auto_rotate(ad, new_state)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_resolve_map.h 133 unsigned new_state);
  /external/mesa3d/src/mesa/tnl/
tnl.h 49 _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state );

Completed in 587 milliseconds

1 2 3 4 5 6 7