Searched refs:createSession (Results 1 - 25 of 34) sorted by path

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp33 sp<Session> session = mSessionLibrary->createSession();
H A DSessionLibrary.cpp46 const sp<Session>& SessionLibrary::createSession() { function in class:clearkeydrm::SessionLibrary
H A DSessionLibrary.h34 const android::sp<Session>& createSession();
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1036 final int sessionId = mInstaller.createSession(params, installerPackageName, userId);
/frameworks/base/core/java/android/content/pm/
H A DIPackageInstaller.aidl30 int createSession(in PackageInstaller.SessionParams params, String installerPackageName, int userId);
H A DPackageInstaller.java295 public int createSession(@NonNull SessionParams params) throws IOException { method in class:PackageInstaller
297 return mInstaller.createSession(params, mInstallerPackageName, mUserId);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java84 return createSession();
362 SQLiteSession createSession() { method in class:SQLiteDatabase
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java62 public void createSession(SessionCallback callback) { method in class:AbstractInputMethodService.AbstractInputMethodImpl
H A DIInputMethodWrapper.java189 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
273 public void createSession(InputChannel channel, IInputSessionCallback callback) { method in class:IInputMethodWrapper
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java48 * {@link #createSession()} to provide a spell checker session that is corresponding
93 public abstract Session createSession(); method in class:SpellCheckerService
319 final Session session = service.createSession();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java51 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
158 public void createSession(SessionCallback callback); method in interface:InputMethod
170 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl45 void createSession(in InputChannel channel, IInputSessionCallback callback);
/frameworks/base/media/java/android/media/session/
H A DISessionManager.aidl31 ISession createSession(String packageName, in ISessionCallback cb, String tag, int userId);
H A DMediaSession.java157 mBinder = manager.createSession(mCbStub, tag, userId);
H A DMediaSessionManager.java87 public @NonNull ISession createSession(@NonNull MediaSession.CallbackStub cbStub, method in class:MediaSessionManager
89 return mService.createSession(mContext.getPackageName(), cbStub, tag, userId);
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl55 void createSession(in ITvInputClient client, in String inputId, int seq, int userId);
H A DITvInputService.aidl32 void createSession(in InputChannel channel, ITvInputSessionCallback callback,
H A DTvInputManager.java202 * This is called after {@link TvInputManager#createSession} has been processed.
1010 public void createSession(String inputId, final SessionCallback callback, method in class:TvInputManager
1026 mService.createSession(mClient, inputId, seq, mUserId);
H A DTvInputService.java120 public void createSession(InputChannel channel, ITvInputSessionCallback cb,
1391 manager.createSession(harewareInputId,
H A DTvView.java310 // When createSession() is called multiple times before the callback is called,
311 // only the callback of the last createSession() call will be actually called back.
313 // is newly assigned for every createSession request and compared with
317 mTvInputManager.createSession(inputId, mSessionCallback, mHandler);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2557 method.createSession(channel, (IInputSessionCallback)args.arg3);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java615 public ISession createSession(String packageName, ISessionCallback cb, String tag, method in class:MediaSessionService.SessionManagerImpl
623 false /* allowAll */, true /* requireFull */, "createSession", packageName);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java491 public int createSession(SessionParams params, String installerPackageName, int userId) { method in class:PackageInstallerService
502 mPm.enforceCrossUserPermission(callingUid, userId, true, true, "createSession");
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java572 service.createSession(channels[1], callback, sessionState.info.getId());
574 Slog.e(TAG, "error in createSession", e);
972 public void createSession(final ITvInputClient client, final String inputId, method in class:TvInputManagerService.BinderService
976 userId, "createSession");
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java50 mSession.createSession();

Completed in 505 milliseconds

12