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

<<1112131415

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 351 PeerConnectionInterface::SignalingState new_state) {}
372 PeerConnectionInterface::IceConnectionState new_state) {}
376 PeerConnectionInterface::IceGatheringState new_state) {}
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 678 _mesa_update_texture( struct gl_context *ctx, GLuint new_state )
680 if (new_state & _NEW_TEXTURE_MATRIX)
683 if (new_state & (_NEW_TEXTURE | _NEW_PROGRAM))
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 129 ProgramStateRef new_state = makeWithStore(newStore); local
131 Mgr.getOwningEngine()->processRegionChange(new_state, R) :
132 new_state;
  /external/mesa3d/src/mesa/main/
texstate.c 678 _mesa_update_texture( struct gl_context *ctx, GLuint new_state )
680 if (new_state & _NEW_TEXTURE_MATRIX)
683 if (new_state & (_NEW_TEXTURE | _NEW_PROGRAM))
  /external/openssl/ssl/
s23_clnt.c 153 int new_state,state; local
244 new_state=s->state;
247 s->state=new_state;
s23_srvr.c 155 int new_state,state; local
226 new_state=s->state;
229 s->state=new_state;
s2_clnt.c 151 int new_state,state; local
317 new_state=s->state;
320 s->state=new_state;
s2_srvr.c 152 int new_state,state; local
351 new_state=s->state;
354 s->state=new_state;
  /art/runtime/
runtime.cc     [all...]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 262 void SetState(ClientState new_state);
615 void GLRenderingVDAClient::SetState(ClientState new_state) {
616 note_->Notify(new_state);
617 state_ = new_state;
618 if (!remaining_play_throughs_ && new_state == delete_decoder_state_) {
    [all...]
video_encode_accelerator_unittest.cc 497 void SetState(ClientState new_state);
843 void VEAClient::SetState(ClientState new_state) {
844 DVLOG(4) << "Changing state " << state_ << "->" << new_state; local
845 note_->Notify(new_state);
846 state_ = new_state;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 363 * @new_state: new state to be transitioned to
374 OMX_STATETYPE new_state,
379 CDBG("%s:%d] new_state %d p_exec %p", __func__, __LINE__,
380 new_state, p_exec);
392 if (current_state == new_state) {
399 new_state, NULL);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 382 * @new_state: new state to be transitioned to
393 OMX_STATETYPE new_state,
398 CDBG("%s:%d] new_state %d p_exec %p", __func__, __LINE__,
399 new_state, p_exec);
411 if (current_state == new_state) {
418 new_state, NULL);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 193 * @new_state: new state to be transitioned to
204 OMX_STATETYPE new_state,
209 CDBG("%s:%d] new_state %d p_exec %p", __func__, __LINE__,
210 new_state, p_exec);
222 if (current_state == new_state) {
230 new_state, NULL);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc 165 scoped_refptr<StateImpl> new_state(new StateImpl(this->manager_, profile));
166 new_state->InitFrom(*this);
167 return scoped_refptr<InputMethodManager::State>(new_state.get());
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 459 OMX_STATETYPE new_state,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 629 def set_read_state(self, new_state):
634 new_state: state to be set. new_state must be one of followings:
642 self._read_state = new_state
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 145 virtual void OnBurnStateChanged(State new_state) = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 357 xmesa_update_state( struct gl_context *ctx, GLbitfield new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 357 xmesa_update_state( struct gl_context *ctx, GLbitfield new_state );
  /external/mesa3d/src/mesa/swrast/
s_context.h 240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state );
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h 195 int16 new_state, /* i : New DTX state */
  /external/chromium_org/media/formats/webm/
webm_parser.cc 791 void WebMListParser::ChangeState(State new_state) {
792 state_ = new_state;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 589 PeerConnectionInterface::SignalingState new_state) OVERRIDE {
595 JavaEnumFromIndex(jni(), "PeerConnection$SignalingState", new_state);
601 PeerConnectionInterface::IceConnectionState new_state) OVERRIDE {
607 jni(), "PeerConnection$IceConnectionState", new_state);
613 PeerConnectionInterface::IceGatheringState new_state) OVERRIDE {
619 jni(), "PeerConnection$IceGatheringState", new_state);
3235 MediaStreamTrackInterface::TrackState new_state = local
    [all...]

Completed in 409 milliseconds

<<1112131415