HomeSort by relevance Sort by last modified time
    Searched refs:SessionState (Results 1 - 10 of 10) sorted by null

  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.h 38 static property Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ SessionState
suspensionmanager.cpp 53 IMap<String^, Object^>^ SuspensionManager::SessionState::get(void)
87 /// and restored from <see cref="SessionState"/>. Frames should be registered once
95 /// <param name="sessionStateKey">A unique key into <see cref="SessionState"/> used to
120 /// from <see cref="SessionState"/>. Any navigation state previously captured will be
130 if (SessionState->HasKey(key)) SessionState->Remove(key);
145 /// <see cref="SessionState"/>. Frames that are not registered have transient state
153 /// <see cref="SessionState"/>.</returns>
196 /// Save the current <see cref="SessionState"/>. Any <see cref="Frame"/> instances
242 /// Restores previously saved <see cref="SessionState"/>. Any <see cref="Frame"/> instance
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tssbx.h 95 WTSSBX_SESSION_STATE SessionState;
tapi3.h 402 virtual HRESULT WINAPI put_State(AGENT_SESSION_STATE SessionState) = 0;
430 HRESULT (WINAPI *put_State)(ITAgentSession *This,AGENT_SESSION_STATE SessionState);
460 #define ITAgentSession_put_State(This,SessionState) (This)->lpVtbl->put_State(This,SessionState)
482 HRESULT WINAPI ITAgentSession_put_State_Proxy(ITAgentSession *This,AGENT_SESSION_STATE SessionState);
    [all...]
tapi3cc.h 283 virtual HRESULT WINAPI put_State(AGENT_SESSION_STATE SessionState) = 0;
311 HRESULT (WINAPI *put_State)(ITAgentSession *This,AGENT_SESSION_STATE SessionState);
341 #define ITAgentSession_put_State(This,SessionState) (This)->lpVtbl->put_State(This,SessionState)
363 HRESULT WINAPI ITAgentSession_put_State_Proxy(ITAgentSession *This,AGENT_SESSION_STATE SessionState);
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 97 private enum SessionState {
146 private SessionState mSessionState = SessionState.NONE;
478 setSessionState(SessionState.CONFIGURED);
486 setSessionState(SessionState.CONFIGURE_FAILED);
491 setSessionState(SessionState.READY);
506 setSessionState(SessionState.ACTIVE);
527 setSessionState(SessionState.CLOSED);
583 private void setSessionState(SessionState newState) {
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 419 List<SessionState> sessionStatesToRelease = new ArrayList<>();
420 for (SessionState sessionState : userState.sessionStateMap.values()) {
421 if (sessionState.session != null && !sessionState.isRecordingSession) {
422 sessionStatesToRelease.add(sessionState);
425 for (SessionState sessionState : sessionStatesToRelease) {
427 sessionState.session.release();
431 clearSessionAndNotifyClientLocked(sessionState);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 240 static class SessionState {
249 return "SessionState{uid " + client.uid + " pid " + client.pid
258 SessionState(ClientState _client, IInputMethod _method,
275 SessionState curSession;
438 SessionState mEnabledSession;
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 506 milliseconds