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.aidl55 void createSession(in ITvInputClient client, in String inputId, int seq, int userId);
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/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.java87 public @NonNull ISession createSession(@NonNull MediaSession.CallbackStub cbStub, method in class:MediaSessionManager
89 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/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/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java38 public static Object createSession(Context context, String tag) { method in class:MediaSessionCompatApi21
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java292 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
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java66 * {@link #createSession(SessionParams)}
313 public RenderSession createSession(SessionParams params) { method in class:Bridge

Completed in 2316 milliseconds

12