/external/ppp/pppd/ |
session.h | 2 * session.c - PPP session control. 43 * Start a session, performing any necessary validations. 64 * Zero value for failure, non-zero value for successful session verification. 82 * End a previously-started session.
|
/external/wpa_supplicant_8/src/fst/ |
fst_ctrl_defs.h | 20 /* FST Session states */ 26 /* FST Session reset reasons */ 36 /* FST Session responses */ 40 /* FST Session action initiator */ 95 #define FST_CTRL_EVENT_SESSION "FST-EVENT-SESSION"
|
/frameworks/base/media/java/android/media/session/ |
ISessionController.aidl | 16 package android.media.session; 23 import android.media.session.ISessionControllerCallback; 24 import android.media.session.MediaSession; 25 import android.media.session.ParcelableVolumeInfo; 26 import android.media.session.PlaybackState;
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
IMediaSession.aidl | 16 package android.support.v4.media.session; 22 import android.support.v4.media.session.IMediaControllerCallback; 23 import android.support.v4.media.session.ParcelableVolumeInfo; 24 import android.support.v4.media.session.PlaybackStateCompat; 25 import android.support.v4.media.session.MediaSessionCompat;
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
mdss_rotator.h | 8 /* open a rotation session */ 12 /* change the rotation session configuration */ 20 /* close a rotation session with the specified rotation session ID */ 121 /* Which session ID is this request scheduled on */
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
header.h | 105 int perf_session__read_header(struct perf_session *session); 106 int perf_session__write_header(struct perf_session *session, 133 struct perf_session *session, 143 struct perf_session *session); 151 struct perf_session *session);
|
/system/tpm/trunks/ |
session_manager.h | 31 // This class is used to keep track of a TPM session. Each instance of this 32 // class is used to account for one instance of a TPM session. Currently 52 // session 56 // GetSessionHandle() can be used to access the handle to the TPM session. 59 // Returns TPM_RC_SUCCESS and returns the nonces used to create the session
|
session_manager_impl.h | 31 // This class is used to keep track of a TPM session. Each instance of this 32 // class is used to account for one instance of a TPM session. Currently 58 // This handle keeps track of the TPM session. It is issued by the TPM, 59 // and is only modified when a new TPM session is started using 61 // the session handle, so that we can clean it up when this class is
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
ClientHandshaker.java | 87 * of the session we're trying to resume. 155 session.getPeerCertificates()[0].getPublicKey(); 278 session.setPeerSupportedSignatureAlgorithms( 363 * Server chooses session parameters given options created by the 364 * client -- basically, cipher options, session id, and someday a 369 * can resume the pre-existing session we asked resume. The other 459 // creating a new session (i.e. in the full handshake). 480 // so far so good, let's look at the session 481 if (session != null) { 483 if (session.getSessionId().equals(mesg.sessionId)) [all...] |
/external/autotest/client/tests/kvm/tests/ |
cpu_hotplug.py | 25 session = vm.wait_for_login(timeout=timeout) 33 dmesg_before = session.cmd("dmesg -c") 48 dmesg_after = session.cmd("dmesg -c") 54 output = session.cmd(n_cmd) 69 online_files = session.cmd(r_cmd) 81 check_online_status = session.cmd("cat %s" % online_file) 90 session.cmd("echo 1 > %s" % online_file) 99 virt_test_utils.run_autotest(vm, session, control_path, timeout, 107 session.cmd("echo %s > /proc/irq/%s/smp_affinity" % (irq_mask, irq)) 109 session.cmd("echo 0 > %s" % online_file [all...] |
timedrift_with_stop.py | 26 session = vm.wait_for_login(timeout=login_timeout) 43 (ht0, gt0) = virt_test_utils.get_time(session, time_command, 49 (ht0_, gt0_) = virt_test_utils.get_time(session, time_command, 64 (ht1_, gt1_) = virt_test_utils.get_time(session, time_command, 82 (ht1, gt1) = virt_test_utils.get_time(session, time_command, 86 if session: 87 session.close()
|
vmstop.py | 14 5) Check the session 24 session = vm.wait_for_login(timeout=timeout) 54 # check through session 55 logging.info("Check the session") 56 if session.is_responsive(): 57 raise error.TestFail("Session still alive after sending stop") 76 session.close()
|
/external/autotest/client/virt/tests/ |
softlockup.py | 38 def _kill_guest_programs(session, kill_stress_cmd, kill_monitor_cmd): 41 session.cmd(kill_stress_cmd) 45 session.cmd(kill_monitor_cmd) 98 session = vm.wait_for_login(timeout=login_timeout) 101 _kill_guest_programs(session, kill_stress_cmd, kill_monitor_cmd) 103 session.cmd("rm -f %s" % monitor_log_file_client) 107 session.cmd("iptables -F") 120 session.cmd(params.get("client_setup_cmd") % 125 session.cmd(stress_setup_cmd % "/tmp", timeout=200) 131 session.cmd(stress_cmd % ("/tmp", threads_guest) [all...] |
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/ |
network_WiFi_BluetoothStreamPerf.py | 51 def test_one(self, session, config, ap_config_tag, bt_tag): 54 @param session NetperfSession session 71 results = session.run(config) 123 session = netperf_session.NetperfSession(self.context.client, 125 session.MEASUREMENT_MAX_SAMPLES = 6. 129 session.warmup_stations() 133 self.test_one(session, config, ap_config_tag, 'BT_disconnected') 135 self.test_one(session, config, ap_config_tag, 140 self.test_one(session, config, ap_config_tag [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
ListCommandHandler.java | 21 import org.mockftpserver.core.session.Session;
68 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#beforeProcessData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
70 protected void beforeProcessData(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
75 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
77 protected void processData(Command command, Session session, InvocationRecord invocationRecord) { [all...] |
/external/tpm2/ |
ContextLoad.c | 16 // session context 17 // TPM_RC_HANDLE 'context. savedHandle' does not reference a saved session 21 // TPM_RC_SESSION_MEMORY no free session slots 90 // Perform object or session specific input check 125 SESSION *session = (SESSION *)(in->context.contextBlob.t.buffer local 141 // Check if input handle points to a valid saved session 145 // Restore session. A TPM_RC_SESSION_MEMORY, TPM_RC_CONTEXT_GAP error 147 result = SessionContextLoad(session, &in->context.savedHandle) [all...] |
/frameworks/av/include/media/ |
IAudioPolicyService.h | 63 audio_session_t session, 74 audio_session_t session) = 0; 77 audio_session_t session) = 0; 80 audio_session_t session) = 0; 83 audio_session_t session, 92 audio_session_t session) = 0; 94 audio_session_t session) = 0; 96 audio_session_t session) = 0; 112 audio_session_t session, 155 virtual status_t acquireSoundTriggerSession(audio_session_t *session, [all...] |
/frameworks/base/services/core/java/com/android/server/audio/ |
RecordingActivityMonitor.java | 53 public void onRecordingConfigurationChanged(int event, int session, int source, 59 updateSnapshot(event, session, source, recordingInfo); 117 * @param session 125 private List<AudioRecordingConfiguration> updateSnapshot(int event, int session, int source, 132 // return failure if an unknown recording session stopped 133 configChanged = (mRecordConfigs.remove(new Integer(session)) != null); 149 final Integer sessionKey = new Integer(session); 152 new AudioRecordingConfiguration(session, source, 164 new AudioRecordingConfiguration(session, source, 170 Log.e(TAG, String.format("Unknown event %d for session %d, source %d" [all...] |
/frameworks/base/wifi/java/android/net/wifi/nan/ |
PublishSettings.java | 23 * Defines the settings (configuration) for a NAN publish session. Built using 33 * Defines an unsolicited publish session - i.e. a publish session where 40 * Defines a solicited publish session - i.e. a publish session where 137 * Sets the type of the publish session: solicited (aka active - publish 140 * subscribe session whose packets are transmitted over-the-air). 142 * @param publishType Publish session type: solicited ( 159 * {@link PublishSettings.Builder#setPublishType(int)}) publish session 178 * {@link PublishSettings.Builder#setPublishCount(int)}) publish session [all...] |
SubscribeSettings.java | 23 * Defines the settings (configuration) for a NAN subscribe session. Built using 33 * Defines a passive subscribe session - i.e. a subscribe session where 41 * Defines an active subscribe session - i.e. a subscribe session where 137 * Sets the type of the subscribe session: active (subscribe packets are 140 * session whose packets are transmitted over-the-air). 142 * @param subscribeType Subscribe session type: active ( 160 * session will transmit a packet. When the count is reached an event 180 * session will be alive - i.e. transmitting a packet. When the TTL i [all...] |
/system/connectivity/shill/ |
icmp_session.h | 52 // IcmpSession object only allows one ICMP session to be running at one time. 57 // The result of an ICMP session is a vector of time deltas representing how 68 // ICMP session is still in progress. 71 // Starts an ICMP session, sending |kNumEchoRequestsToSend| echo requests to 79 // Stops the current ICMP session by closing the ICMP socket and resetting 80 // callbacks. Does nothing if a ICMP session is not started. 87 // ICMP session that generated |result|. 90 // Utility function that returns the packet loss rate for the ICMP session 119 // Helper function that generates the result of the current ICMP session. 126 // IcmpSession. This function is called when the ICMP session successfull [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
diag_logger.py | 48 the start of a session. 88 2) Call start() to begin an active logging session. 89 3) Call stop() to end an active logging session. 118 A logging session ID that can be later used to stop the session 119 For Diag interfaces supporting only one session this is unneeded 127 session_id: an optional session id provided for multi session 138 session_id: an optional session id provided for multi session [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockVideoCallCallback.java | 44 * Store incoming session modify request so tests can inspect it. 54 * Store incoming session modify response so tests can inspect it. 56 * @param status Status of the session modify request. 69 * Store incoming session event so tests can inspect it. 151 * Returns the last received call session event. 153 * @return The call session event. 163 * @return The call session event.
|
/external/autotest/client/site_tests/login_MultiUserPolicy/ |
login_MultiUserPolicy.py | 34 # policy or key lingering around. At this stage the session isn't 45 # Start a session for the first user, and verify that no policy exists 48 raise error.TestError('Could not start session') 71 # Storing policy for the second user fails before his session starts. 75 raise error.TestFail('Storing policy should fail before the session ' 80 # Now start the second user's session, and verify that he has no 83 raise error.TestError('Could not start second session')
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/ |
Session.java | 16 package org.mockftpserver.core.session;
22 * Represents an FTP session state and behavior
28 public interface Session extends Runnable {
31 * Close the session, closing the underlying sockets
82 * Return the InetAddress representing the client host for this session
88 * Return the InetAddress representing the server host for this session
129 * Return the Set of names under which attributes have been stored on this session.
|