HomeSort by relevance Sort by last modified time
    Searched defs:session (Results 501 - 525 of 811) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/c/
c_api_test.cc 62 string GPUDeviceName(TF_Session* session) {
67 TF_SessionListDevices(session, s), TF_DeleteDeviceList);
251 TF_DeprecatedSession* session = TF_NewDeprecatedSession(opt, s); local
257 TF_Run(session, run_options, nullptr, nullptr, 0, nullptr, nullptr, 0,
260 EXPECT_EQ(std::string("Session was not created with a graph before Run()!"),
265 TF_DeleteDeprecatedSession(session, s);
1341 TF_Session* session = TF_LoadSessionFromSavedModel( local
1415 TF_Session* session = TF_LoadSessionFromSavedModel( local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 28 #include "tensorflow/core/public/session.h"
239 // Setup session
243 std::unique_ptr<Session> session = local
244 std::unique_ptr<Session>(NewSession(session_options));
245 Status status = session->Create(graph_def);
250 // Setup session arguments
256 status = session->Run(run_options, input_tensors, output_node_names, {},
    [all...]
  /external/tpm2/
CryptUtil.c 432 // If the session type is HMAC, then could forward this to
2672 SESSION *session = SessionGet(handle); \/\/ encrypt session local
2739 SESSION *session = SessionGet(handle); \/\/ encrypt session local
    [all...]
Global.h 247 // Active Session Context
251 // The structures in this section define the internal structure of a session context.
255 // The attributes in the SESSION_ATTRIBUTES structure track the various properties of the session. It
256 // maintains most of the tracking state information for the policy session. It is used within the SESSION
261 unsigned isPolicy : 1; //1) SET if the session may only
263 unsigned isAudit : 1; //2) SET if the session is used
265 unsigned isBound : 1; //3) SET if the session is bound to
274 // for computing the session HMAC.
287 unsigned isTrialPolicy : 1; //8) SET if the policy session i
1143 SESSION session; \/\/ session structure member in struct:__anon40400
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 2213 const u8 *session = NULL; local
2310 const u8 *end, *ie_start, *ie, *session, *crypt; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 24 * RADIUS_SESSION_TIMEOUT - Session timeout in seconds
29 * RADIUS_SESSION_MAINTAIN - Completed session expiration timeout in seconds
72 * struct radius_session - Internal RADIUS server data for a session
136 * next_sess_id - Next session identifier
395 "(timestamp,session,nas_ip,username,note)"
491 struct radius_session *session, *prev; local
496 session = client->sessions;
497 while (session) {
498 if (session == sess) {
507 prev = session;
1509 struct radius_session *session, *prev; local
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 677 virtual status_t moveEffects(audio_session_t session, audio_io_handle_t srcOutput,
682 data.writeInt32(session);
1317 audio_session_t session = (audio_session_t) data.readInt32(); local
    [all...]
IAudioPolicyService.cpp 178 audio_session_t session,
217 data.writeInt32(session);
250 audio_session_t session)
256 data.writeInt32((int32_t) session);
263 audio_session_t session)
269 data.writeInt32((int32_t) session);
276 audio_session_t session)
282 data.writeInt32((int32_t)session);
288 audio_session_t session,
317 data.writeInt32(session);
1048 audio_session_t session = (audio_session_t)data.readInt32(); local
1081 audio_session_t session = (audio_session_t)data.readInt32(); local
1093 audio_session_t session = (audio_session_t)data.readInt32(); local
1104 audio_session_t session = (audio_session_t)data.readInt32(); local
1115 audio_session_t session = (audio_session_t)data.readInt32(); local
1232 audio_session_t session = (audio_session_t) data.readInt32(); local
1443 audio_session_t session = AUDIO_SESSION_NONE; local
1460 audio_session_t session = (audio_session_t)data.readInt32(); local
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 50 // Session state
89 preproc_session_t *session; // session the effect is on member in struct:preproc_effect_s
99 // Session context
101 struct preproc_effect_s effects[PREPROC_NUM_EFFECTS]; // effects in this session
103 int id; // audio session ID
104 int io; // handle of input stream this session is on
282 webrtc::GainControl *agc = effect->session->apm->gain_control();
445 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile();
470 *(uint32_t *)pValue = 1000 * effect->session->apm->stream_delay_ms()
1217 preproc_session_t * session = (preproc_session_t *)effect->session; local
1781 preproc_session_t * session = (preproc_session_t *)effect->session; local
1895 preproc_session_t *session; local
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 123 sp<SurfaceComposerClient> BootAnimation::session() const { function in class:android::BootAnimation
263 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 68 * An active voice interaction session, providing a facility for the implementation
73 * <p>A voice interaction session can be self-contained, ultimately calling {@link #finish}
82 * Flag received in {@link #onShow}: originator requested that the session be started with
88 * Flag received in {@link #onShow}: originator requested that the session be started with
94 * Flag for use with {@link #onShow}: indicates that the session has been started from the
227 // Remove any pending messages to show the session
303 VoiceInteractionSession session = mSession.get();
304 if (session != null) {
305 session.mHandlerCaller.sendMessage(
306 session.mHandlerCaller.obtainMessageO(MSG_CANCEL, Request.this))
355 VoiceInteractionSession session = mSession.get(); local
363 VoiceInteractionSession session = mSession.get(); local
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 242 * Audio session ID
311 * @param sessionId ID of audio session the AudioRecord must be attached to, or
312 * {@link AudioManager#AUDIO_SESSION_ID_GENERATE} if the session isn't known at construction
313 * time. See also {@link AudioManager#generateAudioSessionId()} to obtain a session ID before
383 int[] session = new int[1]; local
384 session[0] = sessionId;
390 session, ActivityThread.currentOpPackageName(), 0 /*nativeRecordInJavaObj*/);
397 mSessionId = session[0];
427 int[] session = { 0 }; local
440 session,
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvView.java 32 import android.media.tv.TvInputManager.Session;
33 import android.media.tv.TvInputManager.Session.FinishedInputEventCallback;
84 private Session mSession;
322 // createSession() was called but the actual session for the given inputId has not
332 // any session is created (e.g. when quickly tuning to a channel from input A and then
379 * @see TvInputService.Session#notifyContentBlocked(TvContentRating)
392 * @see TvInputService.Session#notifyContentBlocked(TvContentRating)
572 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + action
630 return ret != Session.DISPATCH_NOT_HANDLED;
645 return ret != Session.DISPATCH_NOT_HANDLED
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 111 // session that processes INVITE requests
279 SipSessionImpl session = mSessionMap.get(key); local
280 if ((session != null) && isLoggable(session)) {
287 return ((session != null) ? session : mCallReceiverSession);
302 private synchronized void removeSipSession(SipSessionImpl session) {
303 if (session == mCallReceiverSession) return;
304 String key = session.getCallId();
307 if ((s != null) && (s != session)) {
366 SipSessionImpl session = getSipSession(event); local
448 SipSessionImpl session = mSessionMap.get(callId); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 321 * @param pubSubId The ID of the discovery session context for the data-path - or 0 if not
322 * related to a discovery session.
341 * - The discovery session (pub/sub ID) must match.
1128 WifiAwareDiscoverySessionState session = client.getSession(ns.sessionId); local
    [all...]
WifiAwareMetrics.java 207 * Push information about a new attach session.
233 * Push information about a new attach session status (recorded when attach session is created).
242 * Push duration information of an attach session.
252 * Push information about the new discovery session.
259 * Push information about the new discovery session with ranging enabled
267 * Internal combiner of discovery session information.
288 WifiAwareDiscoverySessionState session = sessions.valueAt(j); local
289 boolean isRangingEnabledForThisSession = session.isRangingEnabled();
291 if (session.isPublishSession())
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 62 import com.android.camera.session.CaptureSession;
92 final CaptureSession session; field in class:OneCameraImpl.InFlightCapture
97 CaptureSession session) {
99 this.session = session;
205 public void onCaptureStarted(CameraCaptureSession session,
217 public void onCaptureProgressed(CameraCaptureSession session,
220 super.onCaptureProgressed(session, request, partialResult);
224 public void onCaptureCompleted(CameraCaptureSession session,
257 super.onCaptureCompleted(session, request, result)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CallComposerActivity.java 69 import com.android.dialer.enrichedcall.Session;
70 import com.android.dialer.enrichedcall.Session.State;
122 LogUtil.i("CallComposerActivity.sessionStartedTimedOutRunnable", "session never started");
135 private Long sessionId = Session.NO_SESSION_ID;
210 sessionId = savedInstanceState.getLong(SESSION_ID_KEY, Session.NO_SESSION_ID);
262 } else if (sessionId == Session.NO_SESSION_ID) {
263 LogUtil.i("CallComposerActivity.onResume", "creating new session");
267 "CallComposerActivity.onResume", "session closed while activity paused, creating new");
270 LogUtil.i("CallComposerActivity.onResume", "session still open, using old");
272 if (sessionId == Session.NO_SESSION_ID)
296 Session session = getEnrichedCallManager().getSession(sessionId); local
431 Session session = getEnrichedCallManager().getSession(sessionId); local
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 40 * Audio session priority
50 * Control panel updates effects and preferences. Applicable when audio session is delivered
56 * session provided by user.
70 // Effect/audio session Mappings
85 * Map containing the Virtualizer audio session, effect mappings.
90 * Map containing the BB audio session, effect mappings.
95 * Map containing the EQ audio session, effect mappings.
100 * Map containing the PR audio session, effect mappings.
106 * Map containing the package name, audio session mappings.
155 * System wide unique audio session identifier
183 final int session = mediaPlayer.getAudioSessionId(); local
212 final int session = mediaPlayer.getAudioSessionId(); local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 36 import android.telecom.Logging.Session;
203 Session session = (Session) ((SomeArgs) msg.obj).arg1; local
205 Log.continueSession(session, "CARSM.pM_" + messageCodeName);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-testing-support/2.7.4/
okhttp-testing-support-2.7.4.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 560 RenderSession session = renderService.createRenderSession(); local
561 Result render = session.render(1000);
590 BufferedImage image = session.getImage();
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 480 SSLSession session = ssl.getSession(); local
481 assertNotNull(session);
482 assertFalse(session.isValid());
489 SSLSession session = getHandshakeSession(socket); local
490 assertNull(session);
688 SSLSession session = event.getSession();
697 assertNotNull(session);
698 byte[] id = session.getId();
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 2069 SimSession session; local
2085 int session = *(int*)(data); local
    [all...]

Completed in 1240 milliseconds

<<21222324252627282930>>