Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/foundation/
DADebug.cpp159 static char serial[PROPERTY_VALUE_MAX]; in getExperimentFlag() local
160 property_get("ro.serialno", serial, "0"); in getExperimentFlag()
162 for (size_t i = 0; i < NELEM(serial) && serial[i] != '\0'; ++i) { in getExperimentFlag()
163 const char &c = serial[i]; in getExperimentFlag()
/frameworks/base/core/java/android/hardware/usb/
DUsbAccessory.java74 String version, String uri, String serial) { in UsbAccessory() argument
80 mSerial = serial; in UsbAccessory()
201 String serial = in.readString();
202 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
/frameworks/av/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/av/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.cpp241 char* serial = usb_device_get_serial(device); in android_hardware_UsbDeviceConnection_get_serial() local
242 if (!serial) in android_hardware_UsbDeviceConnection_get_serial()
244 jstring result = env->NewStringUTF(serial); in android_hardware_UsbDeviceConnection_get_serial()
245 free(serial); in android_hardware_UsbDeviceConnection_get_serial()
/frameworks/base/services/core/jni/
Dcom_android_server_UsbHostManager.cpp75 char *serial = usb_device_get_serial(device); in usb_device_added() local
80 jstring serialNumber = AndroidRuntime::NewStringLatin1(env, serial); in usb_device_added()
93 free(serial); in usb_device_added()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py256 def set_current_device(self, serial): argument
257 if self.current_device == str(serial):
258 print "Current device already is: " + str(serial)
262 self.current_device = str(serial)
740 serial = str(arg)
742 if serial in devices:
743 adb.set_current_device(serial)
/frameworks/base/docs/html/tools/help/
Demulator.jd267 <td><code>-shell-serial&nbsp;&lt;device&gt;</code></td>
270 <td>&lt;device&gt; must be a QEMU device type. See the documentation for '-serial <em>dev</em>' at
276 <li><code>-shell-serial stdio</code> is identical to <code>-shell</code></li>
277 …<li><code>-shell-serial tcp::4444,server,nowait</code> lets you communicate with the shell over TC…
278 …<li><code>-shell-serial fdpair:3:6</code> lets a parent process communicate with the shell using f…
279 …<li><code>-shell-serial fdpair:0:1</code> uses the normal stdin and stdout fds, except that QEMU w…
411 serial device specification. See the documentation for 'serial -dev' at
449 serial device specification. See the documentation for 'serial -dev' at
Dadb.jd136 …and a specific emulator/device instance, referred to by its adb-assigned serial number (such as "e…
227 <td>Prints the adb instance serial number string.</td>
300 …console port number. The format of the serial number is <code>&lt;type&gt;-&lt;consolePort&gt;</co…
301 Here's an example serial number: <code>emulator-5554</code></li>
339 <p>As shown, you specify the target instance for a command using its adb-assigned serial number.
340 You can use the <code>devices</code> command to obtain the serial numbers of running
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.
Dsystrace.jd233 --serial=&lt;<em>DEVICE_SERIAL</em>&gt;</code></td>
236 <a href="{@docRoot}tools/help/adb.html#devicestatus">device serial number</a>.</td>
/frameworks/base/keystore/tests/src/android/security/keystore/
DAndroidKeyPairGeneratorTest.java331 AlgorithmParameterSpec spec, X500Principal dn, BigInteger serial, Date start, Date end) in assertKeyPairCorrect() argument
396 assertEquals("The Serial should be the one passed into the params", serial, in assertKeyPairCorrect()
/frameworks/base/docs/html/ndk/guides/
Dndk-gdb.jd162 <li>{@code -s &lt;serial&gt;}</li></td>
170 <dt>{@code -s &lt;serial&gt;}</dt>
171 <dd>Connect to a specific device or emulator. Here, {@code &lt;serial&gt;} is the device's name
Dx86.jd56 <li>Implementation of some of the remaining NEON functions using the serial solution, and issuing
72 data type or algorithm used to vectorize the whole port instead of leaving it as a serial one.</li>
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java283 String serial = SystemProperties.get("ro.serialno", "1234567890ABCDEF"); in initRndisAddress() local
284 int serialLength = serial.length(); in initRndisAddress()
287 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i); in initRndisAddress()
/frameworks/base/services/java/com/android/server/
DSystemServer.java422 SerialService serial = null; in startOtherServices() local
855 serial = new SerialService(context); in startOtherServices()
856 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()
/frameworks/av/services/radio/
DRadioService.cpp217 strlcpy(properties->serial, halProperties->serial, in convertProperties()
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java113 String serial, int numTuners, int numAudioSources, boolean isCaptureSupported, in ModuleProperties() argument
120 mSerial = serial; in ModuleProperties()
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd218 allowing the ADT-1 device to send its serial number to Google.</li>
220 serial number engraved on the back of the ADT-1.</li>
/frameworks/support/recommendation/api/
D23.txt57 field public static final java.lang.String CONTENT_TYPE_SERIAL = "android.contentType.serial";
Dcurrent.txt57 field public static final java.lang.String CONTENT_TYPE_SERIAL = "android.contentType.serial";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2419 private RILRequest findAndRemoveRequestFromList(int serial) { in findAndRemoveRequestFromList() argument
2422 rr = mRequestList.get(serial); in findAndRemoveRequestFromList()
2424 mRequestList.remove(serial); in findAndRemoveRequestFromList()
2433 int serial, error; in processSolicited() local
2436 serial = p.readInt(); in processSolicited()
2441 rr = findAndRemoveRequestFromList(serial); in processSolicited()
2445 + serial + " error: " + error); in processSolicited()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1964 final String serial = new String(buf, 0, len); in getSerialNumber() local
1966 return Integer.parseInt(serial); in getSerialNumber()
1968 throw new IOException("Bad serial number: " + serial); in getSerialNumber()

12