/frameworks/base/core/java/android/print/ |
IPrinterDiscoveryObserver.aidl | 24 * Interface for observing discovered printers by a discovery session.
|
/frameworks/base/core/java/com/android/internal/textservice/ |
ITextServicesSessionListener.aidl | 24 * Interface to the text service session.
|
/frameworks/base/drm/java/android/drm/ |
DrmEvent.java | 57 * @param uniqueId Unique session identifier. 79 * @param uniqueId Unique session identifier. 93 * Retrieves the unique session identifier associated with this object. 95 * @return The unique session identifier.
|
/frameworks/base/media/java/android/media/ |
VolumeProvider.java | 18 import android.media.session.MediaSession; 21 * Handles requests to adjust or set the volume on a session. This is also used 22 * to push volume updates back to the session. The provider must call 25 * You can set a volume provider on a session by calling
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
DataIdleTest.java | 75 INetworkStatsSession session = null; local 78 session = mStatsService.openSession(); 79 final NetworkStats stats = session.getSummaryForAllUid( 85 TrafficStats.closeQuietly(session);
|
/frameworks/native/include/media/hardware/ |
CryptoAPI.h | 76 // A MediaDrm session may be associated with a MediaCrypto session. The 77 // associated MediaDrm session is used to load decryption keys 81 // the session is not opened and a code from MediaErrors.h otherwise.
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
MediaSessionCompat.aidl | 16 package android.support.v4.media.session;
|
/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemType.java | 27 SESSION,
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
ProcessingTaskConsumer.java | 23 import com.android.camera.session.CaptureSession;
|
/prebuilts/maven_repo/android/com/android/support/support-v4/21.0.0/ |
support-v4-21.0.0.aar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/21.0.2/ |
support-v4-21.0.2.aar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/21.0.3/ |
support-v4-21.0.3.aar | |
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethod.java | 77 public void sessionCreated(InputMethodSession session); 82 * unique token for the session it has with the system service. It is 153 * use {@link #revokeSession(InputMethodSession)} to destroy the session 156 * @param callback Interface that is called with the newly created session. 161 * Control whether a particular input method session is active. 163 * @param session The {@link InputMethodSession} previously provided through 166 public void setSessionEnabled(InputMethodSession session, boolean enabled); 169 * Disable and destroy a session that was previously created with 171 * After this call, the given session interface is no longer active and 174 * @param session The {@link InputMethodSession} previously provided throug [all...] |
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
VoiceInteractionManagerServiceImpl.java | 162 IVoiceInteractionSession session, IVoiceInteractor interactor) { 164 Slog.w(TAG, "deliverNewSession does not match active session"); 167 mActiveSession.deliverNewSessionLocked(session, interactor); 175 Slog.w(TAG, "startVoiceActivity does not match active session"); 179 Slog.w(TAG, "startVoiceActivity not allowed on hidden session"); 196 Slog.w(TAG, "setKeepAwake does not match active session"); 208 Slog.w(TAG, "closeSystemDialogs does not match active session"); 219 Slog.w(TAG, "finish does not match active session"); 264 pw.print(" Session service="); pw.println(mInfo.getSessionService()); 272 pw.println(" Active session:") [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraDeviceTest.java | 410 * capture, setRepeatingRequest, stopRepeating, session+device.close 424 // A cascade of Device->Session->Capture listeners, each of which invokes at least one 425 // method on the camera device or session. 428 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request, 432 session.getDevice().createCaptureRequest(CameraDevice.TEMPLATE_PREVIEW); 436 session.abortCaptures(); 437 session.capture(request2.build(), 439 session.setRepeatingRequest(request2.build(), 441 session.stopRepeating(); 443 CameraDevice camera = session.getDevice() 693 CameraCaptureSession session = allSessions.get(allSessions.size() - 1); local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaSessionManagerTest.java | 19 import android.media.session.MediaController; 20 import android.media.session.MediaSessionManager;
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainInteractionService.java | 47 Log.wtf(TAG, "Can't start session because either intent is null or onReady() " 50 Log.i(TAG, "Yay! about to start session with TestApp");
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpegdec.c | 60 * @p_session: Session obj 80 * @p_session: decode session 113 * @data: job session 151 * @data: job session 192 * @p_session: job session 198 * Create a jpeg encode session 237 * @p_session: job session 243 * Destroy a jpeg encode session 282 * @p_session: job session 345 * @p_session: job session [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/ |
entry_points.txt | 27 # This isn't good enough to deserve the name egg:Paste#session: 28 paste_session = paste.session:make_session_middleware
|
/external/libvncserver/libvncclient/ |
tls.h | 34 /* Read desired bytes from TLS session. 42 /* Write desired bytes to TLS session.
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
HttpKeepAliveTest.java | 57 NanoHTTPD.HTTPSession session = testServer.createSession(new TestTempFileManager(), inputStream, outputStream); 61 session.execute();
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
EffectDescriptor.h | 35 int mSession; // audio session the effect is on 46 uint32_t strategy, int session, int id);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 30 * Database access is always performed using a session. The session 34 * There is some advantage to knowing when a session is being used for 48 * Session objects are not thread-safe. In fact, session objects are thread-bound. 49 * The {@link SQLiteDatabase} uses a thread-local variable to associate a session 51 * has its own session object and therefore its own transaction state independent 54 * A thread has at most one session per database. This constraint ensures that 59 * one session (so, at most one connection) per thread per database. 89 * database connection for use by another session for a little while, and starts [all...] |
/frameworks/base/core/java/android/net/ |
INetworkStatsService.aidl | 27 /** Start a statistics query session. */ 30 /** Start a statistics query session. If calling package is profile or device owner then it is
|
/frameworks/base/core/java/android/service/textservice/ |
package.html | 8 android.service.textservice.SpellCheckerService.Session} class to provide spelling suggestions based 10 android.service.textservice.SpellCheckerService.Session} callback methods, you must return the
|