Searched refs:createSession (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.h34 android::sp<Session> createSession();
H A DSessionLibrary.cpp46 sp<Session> SessionLibrary::createSession() { function in class:clearkeydrm::SessionLibrary
H A DDrmPlugin.cpp33 sp<Session> session = mSessionLibrary->createSession();
/frameworks/base/media/java/android/media/tv/
H A DITvInputService.aidl32 void createSession(in InputChannel channel, in ITvInputSessionCallback callback,
H A DITvInputManager.aidl60 void createSession(in ITvInputClient client, in String inputId, boolean isRecordingSession,
H A DTvView.java320 // createSession() was called but the actual session for the given inputId has not
329 // In case createSession() is called multiple times across different inputId's before
331 // to another channel from input B), only the callback for the last createSession()
338 mTvInputManager.createSession(inputId, mSessionCallback, mHandler);
489 mTvInputManager.createSession(inputId, mSessionCallback, mHandler);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipService.aidl38 ISipSession createSession(in SipProfile localProfile,
H A DSipManager.java509 ISipSession session = mSipService.createSession(localProfile,
514 "SipService.createSession() returns null");
536 ISipSession session = mSipService.createSession(localProfile,
541 "SipService.createSession() returns null");
589 ISipSession s = mSipService.createSession(localProfile, null,
/frameworks/base/core/java/android/content/pm/
H A DIPackageInstaller.aidl31 int createSession(in PackageInstaller.SessionParams params, String installerPackageName, int userId);
H A DPackageInstaller.java319 public int createSession(@NonNull SessionParams params) throws IOException { method in class:PackageInstaller
321 return mInstaller.createSession(params, mInstallerPackageName, mUserId);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl44 void createSession(in InputChannel channel, IInputSessionCallback callback);
/frameworks/base/media/java/android/media/session/
H A DISessionManager.aidl34 ISession createSession(String packageName, in ISessionCallback cb, String tag, int userId);
H A DMediaSessionManager.java96 public @NonNull ISession createSession(@NonNull MediaSession.CallbackStub cbStub, method in class:MediaSessionManager
98 return mService.createSession(mContext.getPackageName(), cbStub, tag, userId);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java53 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
198 public void createSession(SessionCallback callback); method in interface:InputMethod
210 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.
/frameworks/base/tools/layoutlib/legacy/src/com/android/layoutlib/bridge/
H A DBridge.java67 public RenderSession createSession(SessionParams params) { method in class:Bridge
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java65 public void createSession(SessionCallback callback) { method in class:AbstractInputMethodService.AbstractInputMethodImpl
H A DIInputMethodWrapper.java182 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
264 public void createSession(InputChannel channel, IInputSessionCallback callback) { method in class:IInputMethodWrapper
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java50 mSession.createSession();
H A DPlayerSession.java71 public void createSession() { method in class:PlayerSession
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java266 public synchronized ISipSession createSession(SipProfile localProfile, method in class:SipService
268 if (DBG) log("createSession: profile" + localProfile);
269 if (!canUseSip(opPackageName, "createSession")) {
274 if (DBG) log("createSession: mNetworkType==-1 ret=null");
279 return group.createSession(listener);
281 if (DBG) loge("createSession;", e);
566 public ISipSession createSession(ISipSessionListener listener) { method in class:SipService.SipSessionGroupExt
567 if (SSGE_DBG) log("createSession");
568 return mSipGroup.createSession(listener);
676 mGroup.createSession(nul
[all...]
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java49 * {@link #createSession()} to provide a spell checker session that is corresponding
94 public abstract Session createSession(); method in class:SpellCheckerService
339 final Session session = service.createSession();
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java44 public static Object createSession(Context context, String tag) { method in class:MediaSessionCompatApi21
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DConnOnActivityStartTest.java462 final int sessionId = packageInstaller.createSession(params);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java86 return createSession();
364 SQLiteSession createSession() { method in class:SQLiteDatabase
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java471 return createSession(null, /* poll on create */ false);
476 return createSession(callingPackage, /* poll on create */ true);
479 private INetworkStatsSession createSession(final String callingPackage, boolean pollOnCreate) { method in class:NetworkStatsService

Completed in 9432 milliseconds

12