Searched refs:getSessionId (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java75 public int getSessionId() { method in class:WifiDisplaySessionInfo
/frameworks/av/include/media/
H A DToneGenerator.h163 int getSessionId() { return (mpAudioTrack == 0) ? 0 : mpAudioTrack->getSessionId(); } function in class:android::ToneGenerator
H A DAudioRecord.h308 int getSessionId() const { return mSessionId; } function in class:android::AudioRecord
H A DMediaPlayerInterface.h101 virtual int getSessionId() const = 0;
H A DAudioTrack.h465 int getSessionId() const { return mSessionId; } function in class:android::AudioTrack
/frameworks/base/core/jni/
H A Dandroid_media_ToneGenerator.cpp75 return lpToneGen->getSessionId();
H A Dandroid_media_AudioRecord.cpp251 nSession[0] = lpRecorder->getSessionId();
H A Dandroid_media_AudioTrack.cpp360 nSession[0] = lpTrack->getSessionId();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h88 virtual int getSessionId() const;
198 virtual int getSessionId() const;
H A DMediaPlayerService.cpp1811 int MediaPlayerService::AudioOutput::getSessionId() const function in class:android::MediaPlayerService::AudioOutput
2019 int MediaPlayerService::AudioCache::getSessionId() const function in class:android::MediaPlayerService::AudioCache
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h50 virtual int getSessionId() const;
H A DVideoEditorPlayer.cpp583 int VideoEditorPlayer::VeAudioOutput::getSessionId() const { function in class:android::VideoEditorPlayer::VeAudioOutput
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java163 public String getSessionId() { method in class:RemotePlaybackClient
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
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp843 record->getSessionId(),

Completed in 436 milliseconds