Home | History | Annotate | Download | only in android

Lines Matching full:controller

17 #include "android/sdk-controller-socket.h"
35 /* Timeout (millisec) to use when communicating with SDK controller. */
39 * Queries sent to sensors port of the SDK controller.
46 * Messages sent between the emuator, and sensors port of the SDK controller.
62 * When SDK controller sensors port replies to a "list" query, it replies with
221 /* Finds sensor descriptor for an SDK controller-side ID. */
246 /* SDK controller side is not ready for emulation. Retreat... */
247 D("Sensors: SDK controller side is not ready for emulation.");
260 D("Sensors: Sensor '%s' is enabled on SDK controller.",
326 /* A callback that is invoked on SDK controller socket connection events. */
348 /* A callback that is invoked on SDK controller port connection events. */
357 D("Sensors: SDK Controller is connected.");
370 D("Sensors: SDK Controller is disconnected.");
375 D("Sensors: SDK Controller is enabled.");
379 D("Sensors: SDK Controller is disabled.");
383 D("Sensors: SDK Controller has succeeded handshake, and port is connected.");
387 D("Sensors: SDK Controller has succeeded handshake, and port is not connected.");
391 E("Sensors: SDK Controller has failed the handshake due to port duplication.");
396 E("Sensors: SDK Controller has failed the handshake due to unknown query.");
408 /* A callback that is invoked when a message is received from SDK controller. */