HomeSort by relevance Sort by last modified time
    Searched refs:ClientSession (Results 26 - 50 of 51) sorted by null

12 3

  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexSession.java 24 import javax.obex.ClientSession;
121 private ClientSession mClientSession;
197 mClientSession = new ClientSession(mTransport);
  /external/chromium_org/remoting/webapp/
client_screen.js 22 * @type {remoting.ClientSession} The client session object, set once the
25 remoting.clientSession = null;
43 if (remoting.clientSession) {
44 remoting.clientSession.onResize();
54 if (remoting.clientSession) {
55 remoting.clientSession.pauseVideo(
66 if (!remoting.clientSession) {
69 if (remoting.clientSession.getMode() == remoting.ClientSession.Mode.IT2ME) {
74 remoting.clientSession.disconnect(remoting.Error.NONE)
    [all...]
session_connector_impl.js 17 * @param {function(remoting.ClientSession):void} onConnected Callback on
35 * @type {function(remoting.ClientSession):void}
59 * @type {remoting.ClientSession.Mode}
62 this.connectionMode_ = remoting.ClientSession.Mode.ME2ME;
146 * @type {remoting.ClientSession}
256 this.connectionMode_ = remoting.ClientSession.Mode.ME2ME;
285 this.connectionMode_ = remoting.ClientSession.Mode.IT2ME;
296 if (this.connectionMode_ == remoting.ClientSession.Mode.IT2ME) {
324 * @return {remoting.ClientSession.Mode}
434 * Creates ClientSession object
    [all...]
hangout_session.js 46 * @param {remoting.ClientSession.State} state
49 var State = remoting.ClientSession.State;
71 * remoting.clientSession does not exist until the session is connected.
73 * state changes until we cleanup clientSession and sessionConnector.
options_menu.js 37 * @type {remoting.ClientSession}
63 * @param {remoting.ClientSession} clientSession The active session, or null if
66 remoting.OptionsMenu.prototype.setClientSession = function(clientSession) {
67 this.clientSession_ = clientSession;
73 this.clientSession_.getMode() == remoting.ClientSession.Mode.IT2ME;
session_connector.js 79 * @return {remoting.ClientSession.Mode}
98 * @param {function(remoting.ClientSession):void} onConnected Callback on
connection_stats.js 32 * @param {remoting.ClientSession.PerfStats} stats The connection statistics.
gnubby_auth_handler.js 18 * @param {!remoting.ClientSession} clientSession The client session to send
21 remoting.GnubbyAuthHandler = function(clientSession) {
22 this.clientSession_ = clientSession;
client_plugin_impl.js 143 * @type {remoting.ClientSession.PerfStats}
146 this.perfStats_ = new remoting.ClientSession.PerfStats();
361 remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION);
366 remoting.ClientSession.Capability.RATE_LIMIT_RESIZE_REQUESTS);
370 remoting.ClientSession.Capability.VIDEO_RECORDER);
376 remoting.ClientSession.Capability.CAST);
396 var state = remoting.ClientSession.State.fromString(
398 var error = remoting.ClientSession.ConnectionError.fromString(
420 /** @type {remoting.ClientSession.PerfStats} */ message.data;
430 if (remoting.clientSession) {
    [all...]
window_frame.js 21 * @type {remoting.ClientSession}
107 * @param {remoting.ClientSession} clientSession The client session, or null if
110 remoting.WindowFrame.prototype.setClientSession = function(clientSession) {
111 this.clientSession_ = clientSession;
114 this.title_.innerText = clientSession.getHostDisplayName();
115 windowTitle.innerText = clientSession.getHostDisplayName() + ' - ' +
toolbar.js 131 * @param {remoting.ClientSession} clientSession The active session, or null if
134 remoting.Toolbar.prototype.setClientSession = function(clientSession) {
137 clientSession ? clientSession.getHostDisplayName() : "";
client_plugin.js 173 * @return {remoting.ClientSession.PerfStats} A summary of the connection
cast_extension_handler.js 25 * @param {!remoting.ClientSession} clientSession The client session to send
28 remoting.CastExtensionHandler = function(clientSession) {
30 this.clientSession_ = clientSession;
remoting.js 357 if (!remoting.clientSession ||
358 remoting.clientSession.getMode() == remoting.ClientSession.Mode.ME2ME) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessagesListing.java 28 import javax.obex.ClientSession;
147 public void execute(ClientSession session) throws IOException {
  /external/chromium_org/remoting/webapp/browser_test/
mock_client_plugin.js 69 remoting.ClientSession.State.CONNECTED,
70 remoting.ClientSession.ConnectionError.NONE),
121 var result = new remoting.ClientSession.PerfStats;
bump_scroll_browser_test.js 21 this.defineEvents(Object.keys(remoting.ClientSession.Events));
82 remoting.clientSession.pluginWidthForBumpScrollTesting =
84 remoting.clientSession.pluginHeightForBumpScrollTesting =
91 remoting.clientSession.pluginWidthForBumpScrollTesting =
93 remoting.clientSession.pluginHeightForBumpScrollTesting =
101 remoting.clientSession.pluginWidthForBumpScrollTesting =
103 remoting.clientSession.pluginHeightForBumpScrollTesting =
159 var STARTED = remoting.ClientSession.Events.bumpScrollStarted;
160 var STOPPED = remoting.ClientSession.Events.bumpScrollStopped;
218 * @param {browserTest.FakeClientSession=} opt_clientSession ClientSession-lik
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 31 import javax.obex.ClientSession;
53 private ClientSession mClientSession;
218 mClientSession = new ClientSession(mTransport);
272 ClientSession clientSession = mClientSession;
274 if ((!mConnected) || (clientSession == null)) {
303 putOperation = (ClientOperation)clientSession.put(request);
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 100 * @type {remoting.ClientSession.State}
103 this.sessionState_ = remoting.ClientSession.State.CONNECTING;
186 this.sessionState_ = remoting.ClientSession.State.CLOSED;
248 var States = remoting.ClientSession.State;
273 /** @type {remoting.ClientSession.State} */ state;
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 188 scoped_ptr<ClientSession> client(new ClientSession(
207 base::Bind(&ClientSession::OnConnectionAuthenticated,
212 base::Bind(&ClientSession::OnConnectionChannelsConnected,
217 FROM_HERE, base::Bind(&ClientSession::OnConnectionClosed,
421 ClientSession* client1_;
430 ClientSession* client2_;
453 ClientSession*& get_client(int connection_index) {
458 std::list<ClientSession*>& get_clients_from_host() {
desktop_session_proxy.h 43 class ClientSession;
client_session_unittest.cc 134 // Stops and releases the ClientSession, allowing the MessageLoop to quit.
167 // Message loop that will process all ClientSession tasks.
177 // HostExtensions to pass when creating the ClientSession. Caller retains
181 // ClientSession instance under test.
182 scoped_ptr<ClientSession> client_session_;
184 // ClientSession::EventHandler mock for use in tests.
199 // ClientSession owns |connection_| but tests need it to inject fake events.
232 // Mock protocol::Session APIs called directly by ClientSession.
238 // Mock protocol::ConnectionToClient APIs called directly by ClientSession.
239 // HostStub is not touched by ClientSession, so we can safely pass NULL
    [all...]
  /frameworks/base/obex/javax/obex/
ClientSession.java 41 * This class in an implementation of the OBEX ClientSession.
44 public final class ClientSession extends ObexSession {
65 public ClientSession(final ObexTransport trans) throws IOException {
ClientOperation.java 50 private ClientSession mParent;
87 public ClientOperation(int maxSize, ClientSession p, HeaderSet header, boolean type)
186 * <code>createHeaderSet</code> in a <code>ClientSession</code>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 36 import javax.obex.ClientSession;
135 private ClientSession mCs;
235 if (D) Log.d(TAG, "Create ClientSession with transport " + mTransport1.toString());
237 mCs = new ClientSession(mTransport1);

Completed in 1415 milliseconds

12 3