Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbAccessory.java57 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/
Dsp_dec.cpp636 Word16 *serial, /* i : serial bit stream */ in GSMFrameDecode() argument
656 Bits2prm(MRDTX, serial, parm); in GSMFrameDecode()
660 Bits2prm(mode, serial, parm); in GSMFrameDecode()
Dsp_dec.h103 Word16 *serial, /* i : serial bit stream */
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
Dsp_enc.cpp719 Word16 *serial, /* o : serial bit stream */ in GSMEncodeFrame() argument
734 serial[i] = 0; in GSMEncodeFrame()
751 Prm2bits(*usedMode, prm, &serial[0]); in GSMEncodeFrame()
Dsp_enc.h145 Word16 *serial, /* o : serial bit stream */
/frameworks/base/core/jni/
Dandroid_hardware_UsbDeviceConnection.cpp222 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/
Drun_layout_tests.py37 if options.serial:
38 adb_cmd += " -s " + options.serial
/frameworks/base/docs/html/guide/developing/tools/
Demulator.jd224 <td><code>-shell-serial&nbsp;&lt;device&gt;</code></td>
227 …<td>&lt;device&gt; 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
Dadb.jd89 …console port number. The format of the serial number is <code>&lt;type&gt;-&lt;consolePort&gt;</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>
DMonkeyRunner.jd429 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/
DUsbDeviceManager.java184 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/
DRIL.java2098 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/
Demulator.jd479 <td><code>-shell-serial&nbsp;&lt;device&gt;</code></td>
482 …<td>&lt;device&gt; 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/
Dadk.jd340 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/
Dbuilding-cmdline.jd229 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/
Dandroid-3.1.jd290 manufacturer, model, serial number, and version.</li>