HomeSort by relevance Sort by last modified time
    Searched defs:Connector (Results 1 - 15 of 15) sorted by null

  /external/libkmsxx/kms++/inc/kms++/
connector.h 13 class Connector : public DrmPropObject
39 Connector(Card& card, uint32_t id, uint32_t idx);
40 ~Connector();
  /external/libchrome/mojo/public/js/lib/
connector.js 8 function Connector(handle) {
10 throw new Error("Connector: not a handle " + handle);
22 Connector.prototype.close = function() {
30 Connector.prototype.pauseIncomingMethodCallProcessing = function() {
38 Connector.prototype.resumeIncomingMethodCallProcessing = function() {
46 Connector.prototype.accept = function(message) {
77 Connector.prototype.setIncomingReceiver = function(receiver) {
81 Connector.prototype.setErrorHandler = function(handler) {
85 Connector.prototype.readMore_ = function(result) {
92 if (this.handle_ == null) // The connector has been closed
    [all...]
  /external/libkmsxx/kms++/src/
connector.cpp 64 Connector::Connector(Card &card, uint32_t id, uint32_t idx)
80 Connector::~Connector()
86 void Connector::refresh()
101 void Connector::setup()
114 void Connector::restore_mode()
120 Videomode Connector::get_default_mode() const
129 Videomode Connector::get_mode(const string& mode) const
153 Videomode Connector::get_mode(unsigned xres, unsigned yres, float vrefresh, bool ilace) cons
    [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
Connector.java 34 * A connector encapsulates exactly one {@link Transport}. used
35 * to establish the connection. Each connector has a set of arguments
43 * @see Connector.Argument
49 public interface Connector {
51 * Returns a short identifier for the connector. Connector implementors
53 * to avoid name collisions. For example, the Sun connector
57 * @return the name of this connector.
62 * Returns a human-readable description of this connector
65 * @return the description of this connector
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/lib/
connector.cc 5 #include "mojo/public/cpp/bindings/connector.h"
34 // Connector::RunLoopNestingObserver; we use the base type here because that
35 // subclass is private to Connector.
40 Connector::OutgoingSerializationMode g_default_outgoing_serialization_mode =
41 Connector::OutgoingSerializationMode::kLazy;
44 Connector::IncomingSerializationMode g_default_incoming_serialization_mode =
45 Connector::IncomingSerializationMode::kDispatchAsIs;
51 class Connector::ActiveDispatchTracker {
53 explicit ActiveDispatchTracker(const base::WeakPtr<Connector>& connector);
    [all...]
  /external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
ReadAndDispatchMessageTest.java 34 * Testing {@link Connector#readAndDispatchMessage}.
75 * Testing {@link Connector#readAndDispatchMessage(MessagePipeHandle, MessageReceiver)}
82 Connector.readAndDispatchMessage(mHandles.second, mMessageReceiver)
95 * Testing {@link Connector#readAndDispatchMessage(MessagePipeHandle, MessageReceiver)}
102 Connector.readAndDispatchMessage(mHandles.second, mMessageReceiver)
108 * Testing {@link Connector#readAndDispatchMessage(MessagePipeHandle, MessageReceiver)}
116 Connector.readAndDispatchMessage(mHandles.second, mMessageReceiver);
  /external/libchrome/mojo/public/cpp/bindings/
connector.h 32 // The Connector class is responsible for performing read/write operations on a
42 class MOJO_CPP_BINDINGS_EXPORT Connector : public MessageReceiver {
45 // Connector::Accept() is only called from a single sequence.
47 // Connector::Accept() is allowed to be called from multiple sequences.
51 // Determines how this Connector should behave with respect to serialization
54 // Lazy serialization. The Connector prefers to transmit serialized messages
60 // Eager serialization. The Connector always prefers serialized messages,
62 // sending on the Connector.
66 // Determines how this Connector should behave with respect to serialization
80 // The Connector takes ownership of |message_pipe|
    [all...]
  /external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Connector.java 18 * A {@link Connector} owns a {@link MessagePipeHandle} and will send any received messages to the
22 * The method |start| must be called before the {@link Connector} will start listening to incoming
25 public class Connector implements MessageReceiver, HandleOwner<MessagePipeHandle> {
53 * Create a new connector over a |messagePipeHandle|. The created connector will use the default
56 public Connector(MessagePipeHandle messagePipeHandle) {
61 * Create a new connector over a |messagePipeHandle| using the given {@link AsyncWaiter} to get
64 public Connector(MessagePipeHandle messagePipeHandle, Watcher watcher) {
107 * Pass the owned handle of the connector. After this, the connector is disconnected. It canno
    [all...]
  /external/autotest/client/cros/graphics/
graphics_utils.py 565 Connector = collections.namedtuple(
566 'Connector', [
567 'cid', # connector id (integer)
568 'ctype', # connector type, e.g. 'eDP', 'HDMI-A', 'DP'
596 for connector in connectors:
597 if connector.connected:
598 return connector.size
609 for connector in connectors:
610 if connector.connected:
635 # First search for a new connector
    [all...]
  /external/libkmsxx/utils/
kmstest.cpp 50 Connector* connector; member in struct:OutputInfo
83 Connector* conn = resman.reserve_connector(str);
86 EXIT("No connector '%s'", str.c_str());
89 EXIT("Connector '%s' not connected", conn->fullname().c_str());
91 output.connector = conn;
92 output.mode = output.connector->get_default_mode();
97 output.crtc = resman.reserve_crtc(output.connector);
150 output.crtc = output.connector->get_current_crtc();
174 output.mode = output.connector->get_mode(w, h, refresh, ilace)
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 

Completed in 2380 milliseconds