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

12

/frameworks/base/media/java/android/media/tv/
H A DITvInputService.aidl32 void createSession(in InputChannel channel, ITvInputSessionCallback callback,
H A DITvInputManager.aidl54 void createSession(in ITvInputClient client, in String inputId, int seq, int userId);
H A DTvInputManager.java191 * This is called after {@link TvInputManager#createSession} has been processed.
979 public void createSession(String inputId, final SessionCallback callback, method in class:TvInputManager
995 mService.createSession(mClient, inputId, seq, mUserId);
H A DTvInputService.java116 public void createSession(InputChannel channel, ITvInputSessionCallback cb,
1280 manager.createSession(harewareInputId,
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipService.aidl38 ISipSession createSession(in SipProfile localProfile,
H A DSipManager.java489 ISipSession session = mSipService.createSession(localProfile,
493 "SipService.createSession() returns null");
514 ISipSession session = mSipService.createSession(localProfile,
518 "SipService.createSession() returns null");
563 ISipSession s = mSipService.createSession(localProfile, null);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.h34 const android::sp<Session>& createSession();
H A DSessionLibrary.cpp46 const sp<Session>& SessionLibrary::createSession() { function in class:clearkeydrm::SessionLibrary
H A DDrmPlugin.cpp33 sp<Session> session = mSessionLibrary->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/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/media/java/android/media/session/
H A DISessionManager.aidl31 ISession createSession(String packageName, in ISessionCallback cb, String tag, int userId);
H A DMediaSessionManager.java79 public @NonNull ISession createSession(@NonNull MediaSession.CallbackStub cbStub, method in class:MediaSessionManager
81 return mService.createSession(mContext.getPackageName(), cbStub, tag, userId);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl45 void createSession(in InputChannel channel, IInputSessionCallback callback);
/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/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java50 mSession.createSession();
H A DPlayerSession.java71 public void createSession() { method in class:PlayerSession
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java33 public static Object createSession(Context context, String tag) { method in class:MediaSessionCompatApi21
/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/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java251 public synchronized ISipSession createSession(SipProfile localProfile, method in class:SipService
253 if (DBG) log("createSession: profile" + localProfile);
258 if (DBG) log("createSession: mNetworkType==-1 ret=null");
263 return group.createSession(listener);
265 if (DBG) loge("createSession;", e);
540 public ISipSession createSession(ISipSessionListener listener) { method in class:SipService.SipSessionGroupExt
541 if (SSGE_DBG) log("createSession");
542 return mSipGroup.createSession(listener);
650 mGroup.createSession(null);
796 group.createSession(thi
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java538 mSessionObj = MediaSessionCompatApi21.createSession(context, tag);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java272 RenderSession session = mBridge.createSession(params);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java84 return createSession();
362 SQLiteSession createSession() { method in class:SQLiteDatabase

Completed in 466 milliseconds

12