HomeSort by relevance Sort by last modified time
    Searched refs:getSessionId (Results 1 - 25 of 35) sorted by null

1 2

  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
MediaQueueItem.java 56 public String getSessionId() {
SampleMediaRouterActivity.java 470 mPlayer.seek(item.getSessionId(), item.getItemId(), pos);
816 mSessionId = playlistItem.getSessionId();
835 mSessionManager.remove(item.getSessionId(), item.getItemId());
    [all...]
SampleMediaRouteProvider.java 351 result.putString(MediaControlIntent.EXTRA_SESSION_ID, item.getSessionId());
473 intent.putExtra(MediaControlIntent.EXTRA_SESSION_ID, item.getSessionId());
  /frameworks/base/core/java/android/hardware/display/
WifiDisplaySessionInfo.java 75 public int getSessionId() {
  /frameworks/av/include/media/
ToneGenerator.h 163 int getSessionId() { return (mpAudioTrack == 0) ? 0 : mpAudioTrack->getSessionId(); }
AudioRecord.h 308 int getSessionId() const { return mSessionId; }
MediaPlayerInterface.h 101 virtual int getSessionId() const = 0;
AudioTrack.h 462 int getSessionId() const { return mSessionId; }
    [all...]
  /frameworks/base/core/jni/
android_media_ToneGenerator.cpp 75 return lpToneGen->getSessionId();
android_media_AudioRecord.cpp 251 nSession[0] = lpRecorder->getSessionId();
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 266 * getSessionId - Get EAP method specific Session-Id
276 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len);
eap_tls.c 342 eap->getSessionId = eap_tls_get_session_id;
eap_ikev2.c 525 eap->getSessionId = eap_ikev2_get_session_id;
eap_psk.c 495 eap->getSessionId = eap_psk_get_session_id;
eap_sake.c 510 eap->getSessionId = eap_sake_get_session_id;
eap_aka.c     [all...]
eap.c 410 if (sm->m->getSessionId) {
411 sm->eapSessionId = sm->m->getSessionId(
    [all...]
eap_gpsk.c 760 eap->getSessionId = eap_gpsk_get_session_id;
eap_peap.c     [all...]
eap_sim.c 1144 eap->getSessionId = eap_sim_get_session_id;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 50 virtual int getSessionId() const;
VideoEditorPlayer.cpp 583 int VideoEditorPlayer::VeAudioOutput::getSessionId() const {
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 88 virtual int getSessionId() const;
193 virtual int getSessionId() const;
MediaPlayerService.cpp     [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RemotePlaybackClient.java 163 public String getSessionId() {
193 * Equivalent to checking whether {@link #getSessionId} returns a non-null result.
555 * the {@link #getSessionId session id property} will be set to null after
    [all...]

Completed in 1907 milliseconds

1 2