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

12

/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DSessionLibrary.h34 android::sp<Session> createSession();
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DSessionLibrary.h38 sp<Session> 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,
/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);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl44 void createSession(in InputChannel channel, IInputSessionCallback callback);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DSessionLibrary.cpp46 sp<Session> SessionLibrary::createSession() { function in class:clearkeydrm::SessionLibrary
H A DDrmPlugin.cpp66 sp<Session> session = mSessionLibrary->createSession();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java54 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
206 public void createSession(SessionCallback callback); method in interface:InputMethod
219 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.
/frameworks/layoutlib/legacy/src/com/android/layoutlib/bridge/
H A DBridge.java67 public RenderSession createSession(SessionParams params) { method in class:Bridge
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteBridge.java88 RemoteRenderSession createSession(@NotNull RemoteSessionParams params) throws RemoteException; method in interface:RemoteBridge
/frameworks/base/media/java/android/media/session/
H A DISessionManager.aidl35 ISession createSession(String packageName, in ISessionCallback cb, String tag, int userId);
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
H A DRemoteBridgeClient.java106 public RenderSession createSession(SessionParams params) { method in class:RemoteBridgeClient
110 return new RemoteRenderSessionAdapter(mDelegate.createSession(remoteParams));
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DSessionLibrary.cpp48 sp<Session> SessionLibrary::createSession() { function in class:android::hardware::drm::V1_1::clearkey::SessionLibrary
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java67 public void createSession(SessionCallback callback) { method in class:AbstractInputMethodService.AbstractInputMethodImpl
H A DIInputMethodWrapper.java193 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
298 public void createSession(InputChannel channel, IInputSessionCallback callback) { method in class:IInputMethodWrapper
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java109 public RemoteRenderSession createSession(@NotNull RemoteSessionParams remoteParams) { method in class:RemoteBridgeImpl
124 return RemoteRenderSessionAdapter.create(mBridge.createSession(params));
/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/base/services/backup/java/com/android/server/backup/utils/
H A DRestoreUtils.java89 int sessionId = installer.createSession(params);
/frameworks/support/media/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java45 public static Object createSession(Context context, String tag) { method in class:MediaSessionCompatApi21

Completed in 1224 milliseconds

12