OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSessionId
(Results
1 - 25
of
35
) sorted by null
1
2
/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
465
int
getSessionId
() const { return mSessionId; }
[
all
...]
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
PlaylistItem.java
70
public String
getSessionId
() {
SampleMediaRouteProvider.java
354
if (sid != null && !sid.equals(mSessionManager.
getSessionId
())) {
366
if (sid != null && !sid.equals(mSessionManager.
getSessionId
())) {
397
result.putString(MediaControlIntent.EXTRA_SESSION_ID, item.
getSessionId
());
412
if (sid == null || !sid.equals(mSessionManager.
getSessionId
())) {
434
if (sid == null || !sid.equals(mSessionManager.
getSessionId
())) {
477
boolean success = (sid != null) && sid.equals(mSessionManager.
getSessionId
());
492
boolean success = (sid != null) && sid.equals(mSessionManager.
getSessionId
());
507
boolean success = (sid != null) && sid.equals(mSessionManager.
getSessionId
());
559
boolean success = (sid != null) && sid.equals(mSessionManager.
getSessionId
())
585
intent.putExtra(MediaControlIntent.EXTRA_SESSION_ID, item.
getSessionId
());
[
all
...]
SessionManager.java
61
public String
getSessionId
() {
/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;
198
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 1695 milliseconds
1
2