/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
SessionRoute.h | 40 SessionRoute(audio_session_t session, 46 mSession(session), 93 bool hasRoute(audio_session_t session); 95 void removeRoute(audio_session_t session); 97 int incRouteActivity(audio_session_t session); 98 int decRouteActivity(audio_session_t session); 99 bool hasRouteChanged(audio_session_t session); // also clears the changed flag 106 void addRoute(audio_session_t session,
|
/system/tpm/trunks/ |
policy_session_impl.h | 36 // PolicySessionImpl session(factory); 37 // session.StartBoundSession(bind_entity, bind_authorization, true); 38 // session.PolicyPCR(pcr_index, pcr_value); 39 // factory.GetTpm()->RSA_EncrpytSync(_,_,_,_, session.GetDelegate()); 41 // TPM Ownership is taken. This is because starting a session uses the 46 // |session_type| specifies what type of session this is. It can only 69 // This field determines if this session is of type TPM_SE_TRIAL or 75 // This object is used to manage the TPM session associated with this
|
/frameworks/base/core/java/android/print/ |
PrinterDiscoverySession.java | 73 Log.e(LOG_TAG, "Error creating printer discovery session", re); 79 Log.w(LOG_TAG, "Ignoring start printers discovery - session destroyed"); 94 Log.w(LOG_TAG, "Ignoring stop printers discovery - session destroyed"); 109 Log.w(LOG_TAG, "Ignoring start printer state tracking - session destroyed"); 121 Log.w(LOG_TAG, "Ignoring stop printer state tracking - session destroyed"); 133 Log.w(LOG_TAG, "Ignoring validate printers - session destroyed"); 145 Log.w(LOG_TAG, "Ignoring destroy - session destroyed"); 152 Log.w(LOG_TAG, "Ignoring get printers - session destroyed"); 176 Log.e(LOG_TAG, "Destroying leaked printer discovery session"); 191 Log.e(LOG_TAG, "Error destroying printer discovery session", re) 301 PrinterDiscoverySession session = mWeakSession.get(); local 311 PrinterDiscoverySession session = mWeakSession.get(); local [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvRecordingClient.java | 47 private TvInputManager.Session mSession; 71 * recording session for the corresponding TV input and establish a connection between the 72 * application and the session. If recording has already started in the current recording 73 * session, this method throws an exception. 78 * <p>The recording session will respond by calling 92 * recording session for the corresponding TV input and establish a connection between the 93 * application and the session. If recording has already started in the current recording 94 * session, this method throws an exception. This can be used to provide domain-specific 100 * <p>The recording session will respond by calling 136 * Releases the resources in the current recording session immediately. This may be called a [all...] |
/frameworks/base/media/java/android/media/session/ |
MediaSession.java | 17 package android.media.session; 57 * information or handle media keys. In general an app only needs one session 61 * Once a session is created the owner of the session may pass its 62 * {@link #getSessionToken() session token} to other processes to allow them to 63 * create a {@link MediaController} to interact with the session. 70 * to clean up the session and notify any controllers. 78 * Set this flag on the session to indicate that it can handle media button 84 * Set this flag on the session to indicate that it handles transport 90 * System only flag for a session that needs to have priority over all othe 988 MediaSession session = mMediaSession.get(); local 997 MediaSession session = mMediaSession.get(); local 1011 MediaSession session = mMediaSession.get(); local 1019 MediaSession session = mMediaSession.get(); local 1027 MediaSession session = mMediaSession.get(); local 1035 MediaSession session = mMediaSession.get(); local 1043 MediaSession session = mMediaSession.get(); local 1051 MediaSession session = mMediaSession.get(); local 1059 MediaSession session = mMediaSession.get(); local 1067 MediaSession session = mMediaSession.get(); local 1075 MediaSession session = mMediaSession.get(); local 1083 MediaSession session = mMediaSession.get(); local 1091 MediaSession session = mMediaSession.get(); local 1099 MediaSession session = mMediaSession.get(); local 1107 MediaSession session = mMediaSession.get(); local 1115 MediaSession session = mMediaSession.get(); local 1123 MediaSession session = mMediaSession.get(); local 1131 MediaSession session = mMediaSession.get(); local 1139 MediaSession session = mMediaSession.get(); local 1147 MediaSession session = mMediaSession.get(); local 1155 MediaSession session = mMediaSession.get(); local 1163 MediaSession session = mMediaSession.get(); local [all...] |
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
ConvergedImageCaptureCommand.java | 119 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { 122 waitForAFConvergence(session); 125 waitForAEConvergence(session); 127 captureBurst(session, imageStream, imageExposureUpdatable, imageSaver); 131 // Note that this may still throw if the camera or session is 133 resetRepeating(session); 140 private void waitForAFConvergence(FrameServer.Session session) throws CameraAccessException, 153 session.submitRequest(Arrays.asList(idleBuilder.build()) [all...] |
/external/dbus/doc/ |
dbus-launch.1 | 10 .B dbus\-launch [\-\-version] [\-\-sh\-syntax] [\-\-csh\-syntax] [\-\-auto\-syntax] [\-\-exit\-with\-session] [\-\-autolaunch=MACHINEID] [\-\-config\-file=FILENAME] [PROGRAM] [ARGS...] 14 The \fIdbus\-launch\fP command is used to start a session bus 21 With no arguments, \fIdbus\-launch\fP will launch a session bus 26 will launch a session bus instance, set the appropriate environment 58 as part of a standard X session should run 59 .B "dbus\-launch \-\-exit\-with\-session" 61 the "main" X client (typically a session manager or window manager), as in 65 .B "dbus\-launch \-\-exit\-with\-session gnome\-session" 67 .B "dbus\-launch \-\-exit\-with\-session openbox [all...] |
/external/autotest/client/virt/tests/ |
guest_test.py | 24 session = vm.wait_for_serial_login(timeout=login_timeout) 26 session = vm.wait_for_login(timeout=login_timeout) 30 session = vm.reboot(session, timeout=login_timeout) 54 session.cmd(rm_cmd, timeout=test_timeout) 59 session.cmd(rsc_cmd, timeout=test_timeout) 62 session.cmd_output("del %s" % dst_rsc_path, internal_timeout=0) 70 session.cmd(cmd, print_func=logging.info, timeout=test_timeout) 76 session = vm.reboot(session, timeout=login_timeout [all...] |
clock_getres.py | 26 session = vm.wait_for_login(timeout=timeout) 29 session.cmd("gcc -lrt -o %s %s" % (bin_name, dest_name)) 30 session.cmd(bin_name) 32 logging.info("Guest's dmesg:\n%s", session.cmd_output("dmesg").strip())
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
FileRetrCommandHandler.java | 22 import org.mockftpserver.core.session.Session;
73 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
75 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
81 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
83 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
RetrCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
74 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
76 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
82 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
84 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
FileRetrCommandHandler.java | 27 import org.mockftpserver.core.session.Session;
76 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
78 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
84 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
86 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
ListCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
53 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
55 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
60 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
62 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
RetrCommandHandler.java | 22 import org.mockftpserver.core.session.Session;
73 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
75 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
81 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
83 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.mm | 34 // audio session. This variable is used to ensure that we only activate an audio 35 // session for the first user and deactivate it for the last. 98 // Verifies that the current audio session supports input audio and that the 100 static bool VerifyAudioSession(AVAudioSession* session) { 103 if (!session.isInputAvailable) { 109 if (![session.category isEqualToString:AVAudioSessionCategoryPlayAndRecord]) { 114 if (![session.mode isEqualToString:AVAudioSessionModeVoiceChat]) { 121 // Activates an audio session suitable for full duplex VoIP sessions when 123 // duration. Deactivates an active audio session if |activate| is set to false. 124 static bool ActivateAudioSession(AVAudioSession* session, bool activate [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
SessionIdManager.java | 26 /** Session ID Manager. 27 * Manages session IDs across multiple contexts. 32 * @param id The session ID without any cluster node extension 33 * @return True if the session ID is in use by at least one context. 38 * Add a session to the list of known sessions for a given ID. 39 * @param session The session 41 public void addSession(HttpSession session); 44 * Remove session from the list of known sessions for a given ID. 45 * @param session [all...] |
/external/llvm/lib/DebugInfo/PDB/DIA/ |
DIASession.cpp | 25 DIASession::DIASession(CComPtr<IDiaSession> DiaSession) : Session(DiaSession) {} 28 std::unique_ptr<IPDBSession> &Session) { 64 Session.reset(new DIASession(DiaSession)); 69 std::unique_ptr<IPDBSession> &Session) { 108 Session.reset(new DIASession(DiaSession)); 114 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); 119 Session->put_loadAddress(Address); 124 if (S_OK != Session->get_globalScope(&GlobalScope)) 136 if (S_OK != Session->symbolById(SymbolId, &LocatedSymbol)) 148 if (S_OK != Session->findSymbolByVA(Address, EnumVal, &Symbol)) [all...] |
/packages/apps/Camera2/src/com/android/camera/session/ |
PlaceholderManager.java | 17 package com.android.camera.session; 69 * @return A session instance representing the new placeholder. 83 * @return A session instance representing the new placeholder. 115 * @return A session that can be used to update the progress of the new 116 * session. 125 * @param placeholder the session that is being finished. 147 * @param session the session to update 150 public void replacePlaceholder(Placeholder session, Bitmap placeholder) { 151 Storage.replacePlaceholder(session.outputUri, placeholder) [all...] |
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
extras_sessions_test.py | 31 session = store.get_session(factory=self.factory) 32 session['bar'] = 'bar' 44 session = store.get_session(factory=self.factory) 50 session['a'] = 'b' 51 session['c'] = 'd' 52 session['e'] = 'f' 63 session = store.get_session(factory=self.factory) 64 self.assertEqual(session['a'], 'b') 65 self.assertEqual(session['c'], 'd') 66 self.assertEqual(session['e'], 'f' [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionStack.java | 21 import android.media.session.MediaController.PlaybackInfo; 22 import android.media.session.PlaybackState; 23 import android.media.session.MediaSession; 68 * Checks if a media session is created from the most recent app. 70 * @param record A media session record to be examined. 71 * @return {@code true} if the media session's package name equals to the most recent app, false 99 * @param fromForegroundUser {@code true} if the session is created by the foreground user. 123 * Notify the priority tracker that a session's state changed. 147 * Handle any stack changes that need to occur in response to a session 148 * state change. TODO add the old and new session state as param 330 final MediaSessionRecord session = mSessions.get(i); local [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraConstrainedHighSpeedCaptureSession.java | 25 * A constrained high speed capture session for a {@link CameraDevice}, used for capturing high 29 * {@link CameraDevice#createConstrainedHighSpeedCaptureSession}, Once created, the session is 30 * active until a new session is created by the camera device, or the camera device is closed. 33 * An active high speed capture session is a specialized capture session that is only targeted at 38 * only be submitted to this session via {@link CameraCaptureSession#captureBurst captureBurst}, or 44 * Creating a session is an expensive operation and can take several hundred milliseconds, since it 51 * the session will not become active. 55 * Any capture requests (repeating or non-repeating) submitted before the session is ready will be 56 * queued up and will begin capture once the session becomes ready. In case the session cannot b [all...] |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
IInvocationResultRepo.java | 29 * @return the list of {@link IInvocationResult}s. The index is its session id 34 * Get the {@link IInvocationResult} for given session id. 36 * @param sessionId the session id 37 * @return the {@link InvocationResult} or <code>null</null> if the result with that session id
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
ITestResultRepo.java | 28 * list is its session id 33 * Get the {@link TestResults} for given session id. 35 * @param sessionId the session id 36 * @return the {@link TestResults} or <code>null</null> if the result with that session id
|
/external/autotest/client/tests/kvm/tests/ |
migration_with_reboot.py | 22 session = vm.wait_for_login(timeout=login_timeout) 30 bg = virt_utils.Thread(vm.reboot, (session,)) 41 session = bg.join() 43 session.close()
|
/external/dbus/cmake/ |
bus-test.bat.cmake | 4 :: session bus address
|