Searched defs:createSession (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.cpp46 const sp<Session>& SessionLibrary::createSession() { function in class:clearkeydrm::SessionLibrary
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java65 public void createSession(SessionCallback callback) { method in class:AbstractInputMethodService.AbstractInputMethodImpl
H A DIInputMethodWrapper.java192 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
282 public void createSession(InputChannel channel, IInputSessionCallback callback) { method in class:IInputMethodWrapper
/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/media/java/android/media/session/
H A DMediaSessionManager.java78 public @NonNull ISession createSession(@NonNull MediaSession.CallbackStub cbStub, method in class:MediaSessionManager
80 return mService.createSession(mContext.getPackageName(), cbStub, tag, userId);
/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/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java71 public void createSession() { method in class:PlayerSession
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanClientState.java83 public void createSession(int sessionId, IWifiNanSessionListener listener, int events) { method in class:WifiNanClientState
86 Log.e(TAG, "createSession: sessionId already exists (replaced) - " + sessionId);
H A DWifiNanServiceImpl.java162 public int createSession(IWifiNanSessionListener listener, int events) { method in class:WifiNanServiceImpl
166 if (VDBG) Log.v(TAG, "createSession: uid=" + getCallingUid());
173 mStateManager.createSession(getCallingUid(), sessionId, listener, events);
H A DWifiNanStateManager.java154 public void createSession(int uid, int sessionId, IWifiNanSessionListener listener, method in class:WifiNanStateManager
698 Log.v(TAG, "createSession(): uid=" + uid + ", sessionId=" + sessionId + ", listener="
704 Log.e(TAG, "createSession: no client exists for uid=" + uid);
708 client.createSession(sessionId, listener, events);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java69 * {@link #createSession(SessionParams)}
421 public RenderSession createSession(SessionParams params) { method in class:Bridge
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java38 public static Object createSession(Context context, String tag) { method in class:MediaSessionCompatApi21
/frameworks/base/core/java/android/content/pm/
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.java86 return createSession();
364 SQLiteSession createSession() { method in class:SQLiteDatabase
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java650 public ISession createSession(String packageName, ISessionCallback cb, String tag, method in class:MediaSessionService.SessionManagerImpl
658 false /* allowAll */, true /* requireFull */, "createSession", packageName);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java569 public int createSession(SessionParams params, String installerPackageName, int userId) { method in class:PackageInstallerService
580 mPm.enforceCrossUserPermission(callingUid, userId, true, true, "createSession");
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java466 return createSession(null, /* poll on create */ false);
471 return createSession(callingPackage, /* poll on create */ true);
474 private INetworkStatsSession createSession(final String callingPackage, boolean pollOnCreate) { method in class:NetworkStatsService
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java613 // and non-recording sessions are not created by createSession().
682 service.createSession(channels[1], callback, sessionState.inputId);
685 Slog.e(TAG, "error in createSession", e);
1131 public void createSession(final ITvInputClient client, final String inputId, method in class:TvInputManagerService.BinderService
1135 userId, "createSession");
/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...]
H A DSipSessionGroup.java269 public ISipSession createSession(ISipSessionListener listener) { method in class:SipSessionGroup
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java349 * This is called after {@link TvInputManager#createSession} has been processed.
1400 public void createSession(@NonNull String inputId, @NonNull final SessionCallback callback, method in class:TvInputManager
1431 mService.createSession(mClient, inputId, isRecordingSession, seq, mUserId);

Completed in 1768 milliseconds