HomeSort by relevance Sort by last modified time
    Searched full:sessionid (Results 151 - 175 of 463) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/libmedia/
AudioEffect.cpp 50 audio_session_t sessionId,
55 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
64 audio_session_t sessionId,
88 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
96 audio_session_t sessionId,
124 mSessionId = sessionId;
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 483 uint32_t sessionid; member in struct:mm_channel
537 uint32_t sessionid; /* Camera server session id */ member in struct:mm_camera_obj
699 uint32_t* sessionid);
779 uint32_t sessionID, void *data);
783 cam_status_t mm_camera_module_open_session(int sessionid,
784 int (*event_cb)(uint32_t sessionid, cam_event_t *event));
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 199 hello.sessionId = make([]byte, sessionIdLen)
200 if _, err := io.ReadFull(c.config.rand(), hello.sessionId); err != nil {
205 hello.sessionId = session.sessionId
217 sessionId: nil,
682 // If the server responded with the same sessionId then it means the
684 return hs.session != nil && hs.hello.sessionId != nil &&
685 bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
829 if hs.session == nil && len(hs.serverHello.sessionId) > 0
    [all...]
handshake_messages.go 14 sessionId []byte
48 bytes.Equal(m.sessionId, m1.sessionId) &&
78 length := 2 + 32 + 1 + len(m.sessionId) + 2 + len(m.cipherSuites)*2 + 1 + len(m.compressionMethods)
161 x[38] = uint8(len(m.sessionId))
162 copy(x[39:39+len(m.sessionId)], m.sessionId)
163 y := x[39+len(m.sessionId):]
410 m.sessionId = data[39 : 39+sessionIdLen]
636 sessionId []byt
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 91 * @param sessionId the session id.
102 final int sessionId, final float weightForLocale,
206 final int sessionId, final float weightForLocale,
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 156 int32_t FingerprintDaemonProxy::authenticate(uint64_t sessionId, uint32_t groupId) {
157 ALOG(LOG_VERBOSE, LOG_TAG, "authenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId);
158 return mDevice->authenticate(mDevice, sessionId, groupId);
IFingerprintDaemon.cpp 55 const uint64_t sessionId = data.readInt64();
57 const int32_t ret = authenticate(sessionId, groupId);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 79 properties.put("sessionid", "testsession");
220 AgentOptions options = new AgentOptions("sessionid=testsession");
229 assertEquals("sessionid=testsession", options.toString());
410 assertEquals(String.format("\"-javaagent:%s=sessionid=my session\"",
  /external/kernel-headers/original/uapi/linux/usb/
cdc.h 365 #define USB_CDC_MBIM_NDP16_IPS_SIGN 0x00535049 /* IPS<sessionID> : IPS0 for now */
366 #define USB_CDC_MBIM_NDP32_IPS_SIGN 0x00737069 /* ips<sessionID> : ips0 for now */
367 #define USB_CDC_MBIM_NDP16_DSS_SIGN 0x00535344 /* DSS<sessionID> */
368 #define USB_CDC_MBIM_NDP32_DSS_SIGN 0x00737364 /* dss<sessionID> */
  /external/libxml2/result/
att8.sax2 3 SAX.startElementNs(response, ino, 'http://namespaces.softwareag.com/tamino/response2', 2, xmlns:ino='http://namespaces.softwareag.com/tamino/response2', xmlns:xql='http://metalab.unc.edu/xql/', 2, 0, ino:sessionid='556"...', 3, ino:sessionkey='1590...', 10)
  /external/webrtc/webrtc/p2p/
p2p.gyp 51 'base/sessionid.h',
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 127 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID",
553 wpa_printf(MSG_INFO, "User response in browser completed successfully - sessionid='%s'",
618 session_id = get_spp_attr_value(ctx->xml, node, "sessionID");
620 wpa_printf(MSG_INFO, "No sessionID attribute");
624 wpa_printf(MSG_INFO, "[hs20] sppPostDevDataResponse - sppStatus: '%s' sessionID: '%s'",
839 session_id = get_spp_attr_value(ctx->xml, node, "sessionID");
841 wpa_printf(MSG_INFO, "No sessionID attribute");
846 wpa_printf(MSG_INFO, "[hs20] sppStatus: '%s' sessionID: '%s'",
877 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id);
  /frameworks/av/include/media/
IAudioFlinger.h 68 audio_session_t *sessionId,
86 audio_session_t *sessionId,
198 audio_session_t sessionId,
241 virtual audio_hw_sync_t getAudioHwSyncForSession(audio_session_t sessionId) = 0;
EffectsFactoryApi.h 95 // sessionId: audio session to which this effect instance will be attached. All effects
113 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId,
  /frameworks/base/core/java/android/hardware/display/
WifiDisplaySessionInfo.java 112 +"\n SessionId: " + mSessionId
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUResponse.java 13 private static final String SPPSessionIDAttribute = "sessionID";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ProxyController.java 260 // A new sessionId for this transaction
441 // skip the overdue response by checking sessionId
506 // Increment the sessionId as we are completing the transaction below
515 private void issueFinish(int sessionId) {
519 logd("issueFinish: phoneId=" + i + " sessionId=" + sessionId
524 sessionId,
599 private void sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase,
602 phoneId, sessionId, rcPhase, radioFamily, logicalModemId, status);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionContextTest.java 67 * javax.net.ssl.SSLSessionContex#getSession(byte[] sessionId)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 32 ULONG SessionId;
iscsidsc.h 149 ISCSI_UNIQUE_SESSION_ID SessionId;
160 ISCSI_UNIQUE_SESSION_ID SessionId;
226 ISCSI_UNIQUE_SESSION_ID SessionId;
237 ISCSI_UNIQUE_SESSION_ID SessionId;
  /frameworks/av/drm/libmediadrm/
Crypto.cpp 272 status_t Crypto::setMediaDrmSession(const Vector<uint8_t> &sessionId) {
277 result = mPlugin->setMediaDrmSession(sessionId);
  /frameworks/av/services/audioflinger/
TrackBase.h 64 audio_session_t sessionId,
77 audio_session_t sessionId() const { return mSessionId; }
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
SplitTests.java 398 int sessionId = -1;
401 sessionId = Integer.parseInt(result.substring(start + 1, end));
405 if (sessionId == -1) {
420 cmd.append(' ').append(sessionId);
431 cmd.append(' ').append(sessionId);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 90 public static final String SESSIONID = "sessionid";
181 INCLBOOTSTRAPCLASSES, SESSIONID, DUMPONEXIT, OUTPUT, ADDRESS, PORT,
377 return getOption(SESSIONID, null);
387 setOption(SESSIONID, id);
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 54 int32_t sessionId,
68 pContext->sessionId = sessionId;
217 pContext->sessionId, pContext->ioId,
228 pContext->sessionId, pContext->ioId,

Completed in 964 milliseconds

1 2 3 4 5 67 8 91011>>