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

1 2 3 4 5 6 7 891011>>

  /frameworks/av/media/libmedia/
mediaplayer.cpp 665 status_t MediaPlayer::setAudioSessionId(audio_session_t sessionId)
667 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId);
673 if (sessionId < 0) {
676 if (sessionId != mAudioSessionId) {
677 AudioSystem::acquireAudioSessionId(sessionId, -1);
679 mAudioSessionId = sessionId;
Visualizer.cpp 41 audio_session_t sessionId)
42 : AudioEffect(SL_IID_VISUALIZATION, opPackageName, NULL, priority, cbf, user, sessionId),
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 133 hello.sessionId = make([]byte, 16)
134 if _, err := io.ReadFull(c.config.rand(), hello.sessionId); err != nil {
506 // If the server responded with the same sessionId then it means the
508 return hs.session != nil && hs.hello.sessionId != nil &&
509 bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 133 hello.sessionId = make([]byte, 16)
134 if _, err := io.ReadFull(c.config.rand(), hello.sessionId); err != nil {
506 // If the server responded with the same sessionId then it means the
508 return hs.session != nil && hs.hello.sessionId != nil &&
509 bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
  /external/boringssl/src/ssl/test/runner/
common.go 213 sessionId []uint8 // Session ID supplied by the server. nil if the session has a ticket.
245 Get(sessionId string) (session *sessionState, ok bool)
248 Put(sessionId string, session *sessionState)
    [all...]
  /external/libweave/src/privet/
privet_handler_unittest.cc 252 'sessionId': 'SessionId'
315 'sessionId': 'SessionId'
332 "{'deviceCommitment': 'testCommitment', 'sessionId': 'testSession'}",
342 "{'sessionId':'testSession','clientCommitment':'testCommitment'}"));
347 "{'sessionId': 'testSession'}"));
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java 231 public String sessionId;
235 public CallEvent(String eventId, String sessionId, long time, Object data) {
237 this.sessionId = sessionId;
291 public void addEvent(String event, String sessionId, Object data) {
292 mEvents.add(new CallEvent(event, sessionId, System.currentTimeMillis(), data));
361 pw.print(event.sessionId);
    [all...]
  /hardware/qcom/audio/voice_processing/
voice_processing.c 392 static struct session_s *get_session(int32_t id, int32_t sessionId, int32_t ioId)
413 session->id = sessionId;
667 int32_t sessionId,
671 ALOGV("lib_create: uuid: %08x session %d IO: %d", uuid->timeLow, sessionId, ioId);
689 session = get_session(id, sessionId, ioId);
  /frameworks/av/services/audioflinger/
BufferProviders.cpp 139 uint32_t sampleRate, int32_t sessionId, size_t bufferFrameCount) :
147 sampleRate, sessionId);
150 sessionId,
Effects.cpp 62 audio_session_t sessionId)
63 : mPinned(sessionId > AUDIO_SESSION_OUTPUT_MIX),
64 mThread(thread), mChain(chain), mId(id), mSessionId(sessionId),
78 mStatus = EffectCreate(&desc->uuid, sessionId, thread->id(), &mEffectInterface);
    [all...]
BufferProviders.h 95 uint32_t sampleRate, int32_t sessionId, size_t bufferFrameCount);
PlaybackTracks.h 34 audio_session_t sessionId,
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SOAPParser.java 211 <xsd:attribute ref="sessionID" use="required"/>
226 <xsd:attribute ref="sessionID" use="required"/>
241 <xsd:attribute ref="sessionID" use="required"/>
  /hardware/qcom/audio/post_proc/
bundle.c 310 int32_t sessionId,
316 ALOGV("%s: sessionId: %d, ioId: %d", __func__, sessionId, ioId);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 275 final int sessionId = packageInstaller.createSession(params);
278 session = packageInstaller.openSession(sessionId);
302 sessionId,
  /external/jetty/src/java/org/eclipse/jetty/server/session/
HashSessionIdManager.java 89 * @return sessionId plus any worker ID.
108 * @return sessionId without any worker ID.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 157 int sessionId;
161 sessionId = ar.getAudioSessionId();
163 sessionId = 0;
169 sessionId);
200 int sessionId;
204 sessionId = ar.getAudioSessionId();
206 sessionId = 0;
211 sessionId);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 304 mm_camera_get_session_id(my_obj, &my_obj->sessionid);
305 LOGH("Camera Opened id = %d sessionid = %d", cam_idx, my_obj->sessionid);
333 cam_status = mm_camera_module_open_session(my_obj->sessionid,
419 mm_camera_module_close_session(my_obj->sessionid);
658 my_obj->sessionid,&shim_cmd_data);
904 ch_obj->sessionid = my_obj->sessionid;
    [all...]
  /device/google/marlin/location/loc_api/loc_api_v02/
location_service_v02.c     [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_errors.py 191 'shall be coded with the index SessionId specified'
195 '(binary) format: "IPS"<SessionId>.',
198 'shall be coded with the index SessionId specified'
202 '(binary) format: "ips"<SessionId>.',
  /external/webrtc/webrtc/p2p/base/
transportchannel.h 68 virtual const std::string SessionId() const { return std::string(); }
  /frameworks/av/include/media/
Visualizer.h 72 audio_session_t sessionId = AUDIO_SESSION_OUTPUT_MIX);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 69 int SessionId; /* Current session id */
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAConstants.java 38 public static final String TAG_SessionID = "spp:sessionID";
  /frameworks/wilhelm/src/android/
android_defs.h 70 audio_session_t sessionId;

Completed in 1074 milliseconds

1 2 3 4 5 6 7 891011>>