HomeSort by relevance Sort by last modified time
    Searched refs:openSession (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 28 INetworkStatsSession openSession();
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 168 byte[] sessionId = openSession(md);
210 byte[] sessionId = openSession(md);
244 byte[] sessionId = openSession(md);
274 byte[] sessionId = openSession(md);
304 byte[] sessionId = openSession(md);
331 byte[] sessionId = openSession(md);
348 byte[] sessionId = openSession(md);
363 byte[] sessionId = openSession(md);
369 sessionId = openSession(md);
380 byte[] sessionId = openSession(md)
    [all...]
  /external/ganymed-ssh2/examples/
Basic.java 45 Session sess = conn.openSession();
BasicWithHTTPProxy.java 56 Session sess = conn.openSession();
PublicKeyAuthentication.java 44 Session sess = conn.openSession();
SingleThreadStdoutStderr.java 39 Session sess = conn.openSession();
StdoutAndStderr.java 41 Session sess = conn.openSession();
UsingKnownHosts.java 52 Session sess = conn.openSession();
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPClient.java 200 sess = conn.openSession();
227 sess = conn.openSession();
  /frameworks/av/media/mtp/
MtpDevice.h 77 bool openSession();
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 72 ControlPanelEffect.openSession(context, packageName, audioSession);
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 78 session = mStatsService.openSession();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 93 * will receive the openSession notification from RTM and the error notification
131 mcResult_t openSession(Connection *deviceConnection,
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 57 status_t openSession(Vector<uint8_t> &sessionId);
  /frameworks/av/include/media/
IDrm.h 41 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0;
  /frameworks/av/media/libmediaplayerservice/
Drm.h 46 virtual status_t openSession(Vector<uint8_t> &sessionId);
Drm.cpp 262 status_t Drm::openSession(Vector<uint8_t> &sessionId) {
273 return mPlugin->openSession(sessionId);
  /frameworks/native/include/media/drm/
DrmAPI.h 96 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0;
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 59 IWindowSession openSession(in IInputMethodClient client,
WindowManagerGlobal.java 145 sWindowSession = windowManager.openSession(
  /frameworks/base/media/java/android/media/
MediaDrm.java 71 * The app calls {@link #openSession} to generate a sessionId that will uniquely identify
277 public native byte[] openSession() throws NotProvisionedException;
281 * with {@link #openSession}.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 278 uint32_t mcRet = mobiCoreDevice->openSession(
444 mcResult_t ret = device->openSession(
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 232 public IWindowSession openSession(IInputMethodClient arg0, IInputContext arg1)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 248 mcResult_t MobiCoreDevice::openSession(
290 // seen in openSession never happens elsewhere
  /frameworks/av/media/libmedia/
IDrm.cpp 98 virtual status_t openSession(Vector<uint8_t> &sessionId) {
465 status_t result = openSession(sessionId);

Completed in 352 milliseconds

1 2