/frameworks/base/core/java/android/hardware/usb/ |
D | UsbAccessory.java | 57 String version, String uri, String serial) { in UsbAccessory() argument 63 mSerial = serial; in UsbAccessory() 184 String serial = in.readString(); 185 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
D | sp_dec.cpp | 636 Word16 *serial, /* i : serial bit stream */ in GSMFrameDecode() argument 656 Bits2prm(MRDTX, serial, parm); in GSMFrameDecode() 660 Bits2prm(mode, serial, parm); in GSMFrameDecode()
|
D | sp_dec.h | 103 Word16 *serial, /* i : serial bit stream */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
D | sp_enc.cpp | 719 Word16 *serial, /* o : serial bit stream */ in GSMEncodeFrame() argument 734 serial[i] = 0; in GSMEncodeFrame() 751 Prm2bits(*usedMode, prm, &serial[0]); in GSMEncodeFrame()
|
D | sp_enc.h | 145 Word16 *serial, /* o : serial bit stream */
|
/frameworks/base/core/jni/ |
D | android_hardware_UsbDeviceConnection.cpp | 222 char* serial = usb_device_get_serial(device); in android_hardware_UsbDeviceConnection_get_serial() local 223 if (!serial) in android_hardware_UsbDeviceConnection_get_serial() 225 jstring result = env->NewStringUTF(serial); in android_hardware_UsbDeviceConnection_get_serial() 226 free(serial); in android_hardware_UsbDeviceConnection_get_serial()
|
/frameworks/base/tests/DumpRenderTree2/assets/ |
D | run_layout_tests.py | 37 if options.serial: 38 adb_cmd += " -s " + options.serial
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | emulator.jd | 224 <td><code>-shell-serial <device></code></td> 227 …<td><device> must be a QEMU device type. See the documentation for '-serial <em>dev</em>' at 233 <li><code>-shell-serial stdio</code> is identical to <code>-shell</code></li> 234 …<li><code>-shell-serial tcp::4444,server,nowait</code> lets you communicate with the shell over TC… 235 …<li><code>-shell-serial fdpair:3:6</code> lets a parent process communicate with the shell using f… 236 …<li><code>-shell-serial fdpair:0:1</code> uses the normal stdin and stdout fds, except that QEMU w… 366 serial device specification. See the documentation for 'serial -dev' at 385 serial device specification. See the documentation for 'serial -dev' at
|
D | adb.jd | 89 …console port number. The format of the serial number is <code><type>-<consolePort></co… 90 Here's an example serial number: <code>emulator-5554</code></li> 125 …or a command using its adb-assigned serial number. You can use the <code>devices</code> command to… 202 …and a specific emulator/device instance, referred to by its adb-assigned serial number (such as "e… 292 <td>Prints the adb instance serial number string.</td>
|
D | MonkeyRunner.jd | 429 A regular expression that specifies the serial number of the device or emulator. See 432 for a description of device and emulator serial numbers.
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 184 String serial = SystemProperties.get("ro.serialno", "1234567890ABCDEF"); in initRndisAddress() local 185 int serialLength = serial.length(); in initRndisAddress() 188 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i); in initRndisAddress()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | RIL.java | 2098 private RILRequest findAndRemoveRequestFromList(int serial) { in findAndRemoveRequestFromList() argument 2103 if (rr.mSerial == serial) { in findAndRemoveRequestFromList() 2117 int serial, error; in processSolicited() local 2120 serial = p.readInt(); in processSolicited() 2125 rr = findAndRemoveRequestFromList(serial); in processSolicited() 2129 + serial + " error: " + error); in processSolicited()
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | emulator.jd | 479 <td><code>-shell-serial <device></code></td> 482 …<td><device> must be a QEMU device type. See the documentation for '-serial <em>dev</em>' at 488 <li><code>-shell-serial stdio</code> is identical to <code>-shell</code></li> 489 …<li><code>-shell-serial tcp::4444,server,nowait</code> lets you communicate with the shell over TC… 490 …<li><code>-shell-serial fdpair:3:6</code> lets a parent process communicate with the shell using f… 491 …<li><code>-shell-serial fdpair:0:1</code> uses the normal stdin and stdout fds, except that QEMU w… 621 serial device specification. See the documentation for 'serial -dev' at 640 serial device specification. See the documentation for 'serial -dev' at
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | adk.jd | 340 reserved for serial port connections. You most likely want COM2 or COM3.</li> 526 serial number: 5 656 Serial.print("found possible device. switching to serial mode\n"); 693 sendString(addr, ACCESSORY_STRING_SERIAL, serial);
|
/frameworks/base/docs/html/guide/developing/building/ |
D | building-cmdline.jd | 229 install the application, by its serial number, with the <code>-s</code> option. For 235 <p>To see a list of available device serial numbers, execute {@code adb devices}.</p>
|
/frameworks/base/docs/html/sdk/ |
D | android-3.1.jd | 290 manufacturer, model, serial number, and version.</li>
|