Searched refs:serial (Results 1 - 10 of 10) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
H A D_system_properties.h53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial)
[all...]
/development/tools/hosttestlib/src/com/android/hosttest/
H A DDeviceConnector.java36 * @param deviceSerial the device serial to connect to. If <code>null</code> connect to first
74 public NewDeviceListener(String serial) { argument
75 mSerial = serial;
/development/ndk/platforms/android-3/include/linux/
H A Dcapi.h72 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
/development/ndk/platforms/android-L/include/linux/
H A Dcapi.h75 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
H A Dserial_core.h21 #include <linux/serial.h>
H A Dmedia.h30 char serial[40]; member in struct:media_device_info
/development/ndk/platforms/android-3/include/linux/mmc/
H A Dcard.h20 unsigned int serial; member in struct:mmc_cid
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
H A Dhardware.h21 #include <asm/arch/serial.h>
/development/testrunner/
H A Dadb_interface.py50 def SetTargetSerial(self, serial):
51 """Direct all future commands to Android target with the given serial."""
52 self._target_arg = "-s %s" % serial
507 """Returns the serial number of the targeted device."""
H A Druntest.py178 group.add_option("-s", "--serial", dest="serial",
179 help="use specific serial")
198 elif self._options.serial is not None:
199 self._adb.SetTargetSerial(self._options.serial)

Completed in 185 milliseconds