Searched refs:session (Results 76 - 100 of 224) sorted by relevance

123456789

/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java39 BlackSurface(SurfaceSession session, int layer, int l, int t, int r, int b, int layerStack) argument
48 surface = new WindowStateAnimator.SurfaceTrace(session, "BlackSurface("
52 surface = new SurfaceControl(session, "BlackSurface",
115 public BlackFrame(SurfaceSession session, Rect outer, Rect inner, int layer, int layerStack, argument
125 mBlackSurfaces[0] = new BlackSurface(session, layer,
129 mBlackSurfaces[1] = new BlackSurface(session, layer,
133 mBlackSurfaces[2] = new BlackSurface(session, layer,
137 mBlackSurfaces[3] = new BlackSurface(session, layer,
H A DEmulatorDisplayOverlay.java50 public EmulatorDisplayOverlay(Context context, Display display, SurfaceSession session, argument
58 ctrl = new WindowStateAnimator.SurfaceTrace(session, "EmulatorDisplayOverlay",
62 ctrl = new SurfaceControl(session, "EmulatorDisplayOverlay", mScreenSize.x,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DIPlayerService.aidl19 import android.media.session.MediaSession;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetFolderListing.java72 public void execute(ClientSession session) throws IOException { argument
73 executeGet(session);
H A DBluetoothMasRequestGetMessage.java86 public void execute(ClientSession session) throws IOException { argument
87 executeGet(session);
H A DBluetoothMasRequestPushMessage.java76 public void execute(ClientSession session) throws IOException { argument
77 executePut(session, mMsg.getBytes());
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java17 package android.support.v4.media.session;
19 import android.media.session.PlaybackState;
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp79 sp<ARTPSession> session = new ARTPSession; local
80 looper->registerHandler(session);
166 CHECK_EQ(session->setup(desc), (status_t)OK);
178 CHECK_EQ(session->countTracks(), 1u);
179 sp<MediaSource> source = session->trackAt(0);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java184 private void getBassBoost(int session) { argument
185 if (mBassBoost == null || session != mSession) {
186 if (session != mSession && mBassBoost != null) {
191 mBassBoost = new BassBoost(0, session);
192 mSession = session;
H A DMediaVirtualizerTest.java185 private void getVirtualizer(int session) { argument
186 if (mVirtualizer == null || session != mSession) {
187 if (session != mSession && mVirtualizer != null) {
192 mVirtualizer = new Virtualizer(0, session);
193 mSession = session;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); local
72 FwdLockFile_detach(session->fileDesc);
73 ::close(session->fileDesc);
561 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
562 if (NULL != session && session->fileDesc > -1) {
563 FwdLockFile_detach(session->fileDesc);
564 ::close(session->fileDesc);
627 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
628 if (NULL != session
652 DecodeSession* session = decodeSessionMap.getValue(decryptHandle->decryptId); local
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java125 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
224 private void getEffect(int session) { argument
226 if (sInstances.containsKey(session)) {
227 mBassBoost = sInstances.get(session);
230 mBassBoost = new BassBoost(0, session);
240 sInstances.put(session, mBassBoost);
262 private void putEffect(int session) { argument
271 sInstances.remove(session);
H A DVirtualizerTest.java122 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
220 private void getEffect(int session) { argument
222 if (sInstances.containsKey(session)) {
223 mVirtualizer = sInstances.get(session);
226 mVirtualizer = new Virtualizer(0, session);
236 sInstances.put(session, mVirtualizer);
258 private void putEffect(int session) { argument
267 sInstances.remove(session);
H A DSimplePlayer.java65 int stopButtonId, ImageView stopButton, TextView sessionText, String fileName, int stream, int session)
67 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
72 int stopButtonId, ImageView stopButton, TextView sessionText, int fileResId, int stream, int session) {
73 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
79 int stopButtonId, ImageView stopButton, TextView sessionText, int stream, int session) {
93 mSession = session;
64 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, int stopButtonId, ImageView stopButton, TextView sessionText, String fileName, int stream, int session) argument
71 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, int stopButtonId, ImageView stopButton, TextView sessionText, int fileResId, int stream, int session) argument
78 set(Context context, int playPausebuttonId, ImageView playPausebutton, int stopButtonId, ImageView stopButton, TextView sessionText, int stream, int session) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.h41 void destroySession(const android::sp<Session>& session);
/frameworks/av/include/media/
H A DIRemoteDisplayClient.h52 uint32_t width, uint32_t height, uint32_t flags, uint32_t session) = 0; // one-way
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h78 audio_session_t session,
87 audio_session_t session);
90 audio_session_t session);
93 audio_session_t session);
96 audio_session_t session,
102 audio_session_t session);
104 audio_session_t session);
106 audio_session_t session);
124 int session,
181 virtual status_t acquireSoundTriggerSession(audio_session_t *session,
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java59 * <li>The <strong>spell checker session</strong> is one of the text services.
105 * Get a spell checker session for the specified spell checker
113 * @param listener a spell checker session lister for getting results from a spell checker.
114 * @param referToSpellCheckerLanguageSettings if true, the session for one of enabled
116 * @return the spell checker session of the spell checker
172 final SpellCheckerSession session = new SpellCheckerSession(
176 session.getTextServicesSessionListener(),
177 session.getSpellCheckerSessionListener(), bundle);
181 return session;
/frameworks/base/media/java/android/media/tv/
H A DTvView.java255 * Sets the relative stream volume of this session to handle a change of audio focus.
304 // session is made.
440 Log.w(TAG, "sendAppPrivateCommand - session not created (action " + action + " cached)");
553 // Set main again to regain main session.
879 public void onSessionCreated(Session session) { argument
884 Log.w(TAG, "onSessionCreated - session already created");
886 if (session != null) {
887 session.release();
891 mSession = session;
892 if (session !
930 onSessionReleased(Session session) argument
948 onChannelRetuned(Session session, Uri channelUri) argument
962 onTracksChanged(Session session, List<TvTrackInfo> tracks) argument
976 onTrackSelected(Session session, int type, String trackId) argument
990 onVideoSizeChanged(Session session, int width, int height) argument
1004 onVideoAvailable(Session session) argument
1018 onVideoUnavailable(Session session, int reason) argument
1032 onContentAllowed(Session session) argument
1046 onContentBlocked(Session session, TvContentRating rating) argument
1060 onLayoutSurface(Session session, int left, int top, int right, int bottom) argument
1078 onSessionEvent(Session session, String eventType, Bundle eventArgs) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp56 NetworkThread(ANetworkSession *session);
145 ANetworkSession::NetworkThread::NetworkThread(ANetworkSession *session) argument
146 : mSession(session) {
975 sp<Session> session; local
1139 session = new Session(
1146 session->setMode(Session::MODE_DATAGRAM);
1148 session->setMode(Session::MODE_RTSP);
1151 mSessions.add(session->sessionID(), session);
1155 *sessionID = session
1177 const sp<Session> session = mSessions.valueAt(index); local
1216 const sp<Session> session = mSessions.valueAt(index); local
1234 const sp<Session> session = mSessions.valueAt(index); local
1263 const sp<Session> &session = mSessions.valueAt(i); local
1322 const sp<Session> &session = mSessions.valueAt(i); local
1401 sp<Session> session = *sessionsToAdd.begin(); local
[all...]
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java48 * {@link #createSession()} to provide a spell checker session that is corresponding
49 * to requested language and so on. The spell checker session returned by this method
90 * Factory method to create a spell checker session impl
105 public final void setInternalISpellCheckerSession(InternalISpellCheckerSession session) { argument
106 mInternalSession = session;
213 * Request to close this session.
221 * @return Locale for this session
228 * @return Bundle for this session
243 Bundle bundle, Session session) {
245 mSession = session;
242 InternalISpellCheckerSession(String locale, ISpellCheckerSessionListener listener, Bundle bundle, Session session) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java32 public void setSession(IWindowSession session) { argument
33 mSession = session;
/frameworks/base/media/java/android/media/session/
H A DISessionCallback.aidl16 package android.media.session;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequest.java59 public void execute(ClientSession session) throws IOException { argument
69 mOp = (ClientOperation) session.get(mHeaderSet);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java48 * PrinterDiscoverySession} instance. The returned session encapsulates the interaction
53 * For every printer discovery session all printers have to be added since system does
55 * should be added only once during a discovery session. Only an already added printer
433 PrinterDiscoverySession session = onCreatePrinterDiscoverySession();
434 if (session == null) {
435 throw new NullPointerException("session cannot be null");
437 if (session.getId() == mLastSessionId) {
438 throw new IllegalStateException("cannot reuse session instances");
440 mDiscoverySession = session;
441 mLastSessionId = session
[all...]

Completed in 561 milliseconds

123456789