Searched refs:openSession (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl28 INetworkStatsSession openSession();
/frameworks/av/media/mtp/
H A DMtpDevice.h77 bool openSession();
H A DMtpDevice.cpp207 openSession();
279 bool MtpDevice::openSession() { function in class:android::MtpDevice
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java78 session = mStatsService.openSession();
/frameworks/av/include/media/
H A DIDrm.h41 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0;
/frameworks/av/media/libmediaplayerservice/
H A DDrm.h46 virtual status_t openSession(Vector<uint8_t> &sessionId);
H A DDrm.cpp269 status_t Drm::openSession(Vector<uint8_t> &sessionId) { function in class:android::Drm
280 return mPlugin->openSession(sessionId);
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl59 IWindowSession openSession(in IInputMethodClient client,
H A DWindowManagerGlobal.java149 sWindowSession = windowManager.openSession(
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h58 status_t openSession(Vector<uint8_t> &sessionId);
H A DMockDrmCryptoPlugin.cpp81 status_t MockDrmPlugin::openSession(Vector<uint8_t> &sessionId) function in class:android::MockDrmPlugin
92 ALOGD("MockDrmPlugin::openSession() -> %s", vectorToString(sessionId).string());
/frameworks/base/media/java/android/media/
H A DMediaDrm.java71 * The app calls {@link #openSession} to generate a sessionId that will uniquely identify
291 public native byte[] openSession() throws NotProvisionedException; method in class:MediaDrm
295 * with {@link #openSession}.
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java207 public IWindowSession openSession(IInputMethodClient arg0, IInputContext arg1) method in class:IWindowManagerImpl
/frameworks/native/include/media/drm/
H A DDrmAPI.h101 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0;
/frameworks/av/media/libmedia/
H A DIDrm.cpp99 virtual status_t openSession(Vector<uint8_t> &sessionId) { function in struct:android::BpDrm
468 status_t result = openSession(sessionId);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp651 status_t err = drm->openSession(sessionId);
1224 { "openSession", "()[B",
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java455 public INetworkStatsSession openSession() { method in class:NetworkStatsService
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java157 mSession = mService.openSession();
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java7533 public IWindowSession openSession(IInputMethodClient client, method in class:WindowManagerService

Completed in 652 milliseconds