HomeSort by relevance Sort by last modified time
    Searched defs:SetState (Results 1 - 23 of 23) sorted by null

  /system/connectivity/apmanager/dbus/
service_dbus_adaptor.cc 76 void ServiceDBusAdaptor::SetState(const string& state) {
77 adaptor_.SetState(state);
  /art/runtime/
thread-inl.h 77 inline ThreadState Thread::SetState(ThreadState new_state) {
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.cc 67 void VCMDecodingState::SetState(const VCMFrameBuffer* frame) {
frame_buffer.cc 102 SetState(kStateIncomplete);
160 SetState(kStateComplete);
163 SetState(kStateDecodable);
205 void VCMFrameBuffer::SetState(VCMFrameBufferStateEnum state) {
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 74 void SetState( android_app* state );
375 void Engine::SetState( android_app* state )
437 g_engine.SetState( state );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 84 void SetState( android_app* state );
386 void Engine::SetState( android_app* state )
448 g_engine.SetState( state );
  /external/ceres-solver/internal/ceres/
parameter_block.h 94 bool SetState(const double* x) {
  /external/webrtc/talk/app/webrtc/
datachannel.cc 242 SetState(kClosing);
425 SetState(kClosing);
453 SetState(kOpen);
472 SetState(kClosed);
482 void DataChannel::SetState(DataState state) {
videosource.cc 396 SetState(kEnded);
403 SetState(kEnded);
415 SetState(kEnded);
436 SetState(kEnded);
460 SetState(GetReadyState(capture_state));
464 void VideoSource::SetState(SourceState new_state) {
webrtcsession.cc 749 SetState(STATE_CLOSED);
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 97 void SetState(CursorState state, const DesktopVector& pos) {
190 fake_cursor_->SetState(MouseCursorMonitor::INSIDE, DesktopVector());
231 fake_cursor_->SetState(state, pos);
  /system/connectivity/shill/wimax/
wimax_service.cc 283 void WiMaxService::SetState(ConnectState state) {
284 Service::SetState(state);
  /system/connectivity/shill/cellular/
cellular_service.cc 262 SetState(kStateIdle);
367 void CellularService::SetState(ConnectState new_state) {
369 Service::SetState(new_state);
cellular.cc 232 void Cellular::SetState(State state) {
319 SetState(kStateEnabled);
336 SetState(kStateDisabled);
459 service_->SetState(state);
587 SetState(kStateEnabled);
598 SetState(kStateRegistered);
741 service_->SetState(Service::kStateAssociating);
750 SetState(kStateConnected);
863 SetState(kStateLinked);
890 SetState(kStateConnected)
    [all...]
  /external/webrtc/webrtc/base/
testutils.h 198 void SetState(StreamState state) {
  /system/connectivity/shill/wifi/
wifi_service.cc 449 void WiFiService::SetState(ConnectState state) {
450 Service::SetState(state);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 485 void SetState(OMX_STATETYPE eState)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 525 void SetState(OMX_STATETYPE eState)
    [all...]
  /system/connectivity/shill/
service.cc 336 SetState(kStateIdle);
406 void Service::SetState(ConnectState state) {
490 SetState(kStateFailure);
495 // Note that order matters here, since SetState modifies |failure_| and
497 SetState(kStateIdle);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 579 SetState,
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 1385 milliseconds