Home
last modified time | relevance | path

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

12

/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java84 public static IDevice findDevice(String serial, int timeout) { in findDevice() argument
85 WaitForDevice wfd = new WaitForDevice(serial, timeout); in findDevice()
250 private String serial; field in DeviceUtils.WaitForDevice
254 public WaitForDevice(String serial, long timeout) { in WaitForDevice() argument
255 this.serial = serial; in WaitForDevice()
262 WaitForDeviceListener wfdl = new WaitForDeviceListener(serial); in get()
268 if (serial != null) { in get()
270 if (serial.equals(d.getSerialNumber())) { in get()
322 private String serial; field in DeviceUtils.WaitForDevice.WaitForDeviceListener
325 public WaitForDeviceListener(String serial) { in WaitForDeviceListener() argument
[all …]
/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/java/android/hardware/
DSensorAdditionalInfo.java51 public final int serial; field in SensorAdditionalInfo
138 serial = aSerial; in SensorAdditionalInfo()
DSystemSensorManager.java632 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent() argument
721 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent() argument
729 new SensorAdditionalInfo(sensor, type, serial, intValues, floatValues); in dispatchAdditionalInfoEvent()
/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()
Dandroid_hardware_SensorManager.cpp327 int serial = buffer[i].additional_info.serial; in handleEvent() local
331 type, serial, in handleEvent()
/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/native/include/android/
Dsensor.h217 int32_t serial; member
/frameworks/base/keystore/tests/src/android/security/keystore/
DAndroidKeyPairGeneratorTest.java331 AlgorithmParameterSpec spec, X500Principal dn, BigInteger serial, Date start, Date end) in assertKeyPairCorrect() argument
397 assertEquals("The Serial should be the one passed into the params", serial, in assertKeyPairCorrect()
/frameworks/base/docs/html/ndk/guides/
Dndk-gdb.jd160 <li>{@code -s <serial>}</li></td>
168 <dt>{@code -s <serial>}</dt>
169 <dd>Connect to a specific device or emulator. Here, {@code <serial>} 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.java302 String serial = SystemProperties.get("ro.serialno", "1234567890ABCDEF"); in initRndisAddress() local
303 int serialLength = serial.length(); in initRndisAddress()
306 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i); in initRndisAddress()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java494 int serial = msg.arg1; in handleMessage() local
495 rr = findAndRemoveRequestFromList(serial); in handleMessage()
2565 int serial; in processResponse() local
2566 serial = p.readInt(); in processResponse()
2570 rr = mRequestList.get(serial); in processResponse()
2573 Rlog.w(RILJ_LOG_TAG, "Unexpected solicited ack response! sn: " + serial); in processResponse()
2612 private RILRequest findAndRemoveRequestFromList(int serial) { in findAndRemoveRequestFromList() argument
2615 rr = mRequestList.get(serial); in findAndRemoveRequestFromList()
2617 mRequestList.remove(serial); in findAndRemoveRequestFromList()
2626 int serial, error; in processSolicited() local
[all …]
/frameworks/av/services/radio/
DRadioService.cpp217 strlcpy(properties->serial, halProperties->serial, in convertProperties()
/frameworks/base/services/java/com/android/server/
DSystemServer.java518 SerialService serial = null; in startOtherServices() local
979 serial = new SerialService(context); in startOtherServices()
980 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()
/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.jd219 allowing the ADT-1 device to send its serial number to Google.</li>
221 serial number engraved on the back of the ADT-1.</li>
/frameworks/support/recommendation/api/
D23.1.1.txt57 field public static final java.lang.String CONTENT_TYPE_SERIAL = "android.contentType.serial";
D23.0.0.txt57 field public static final java.lang.String CONTENT_TYPE_SERIAL = "android.contentType.serial";

12