HomeSort by relevance Sort by last modified time
    Searched defs:serial (Results 201 - 225 of 488) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
hdspm.h 183 unsigned int serial; member in struct:hdspm_version
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 363 String serial = config.getAttribute(LaunchConfigDelegate.ATTR_LAST_USED_DEVICE, local
365 return AndroidLaunchController.getDeviceIfOnline(serial, devices);
  /system/core/adb/
adb.cpp 428 p->msg.arg0, p->msg.arg1, s->peer->id, p->msg.arg1, t->serial);
455 p->msg.arg1, t->serial, s->peer->transport->serial);
1152 std::string serial; local
    [all...]
transport.cpp 198 if (read_packet(fd, t->serial, &p)) {
199 D("%s: failed to read packet from transport socket on fd %d", t->serial, fd);
222 if (write_packet(t->transport_socket, t->serial, &p)) {
245 android::base::StringPrintf("<-%s", (t->serial != nullptr ? t->serial : "transport")));
246 D("%s: starting read_transport thread on fd %d, SYNC online (%d)", t->serial, t->fd,
254 if (write_packet(t->fd, t->serial, &p)) {
256 D("%s: failed to write SYNC packet", t->serial);
260 D("%s: data pump started", t->serial);
268 D("%s: remote read failed for transport", t->serial);
989 const char* serial = t->serial; local
    [all...]
  /system/core/libsystem/include/system/
radio.h 139 char serial[RADIO_STRING_LEN_MAX]; /* serial number (for subscription services) */ member in struct:radio_hal_properties
155 char serial[RADIO_STRING_LEN_MAX]; member in struct:radio_properties
  /system/tools/hidl/
Interface.cpp 505 size_t serial = FIRST_CALL_TRANSACTION; local
507 serial += ancestor->mUserMethods.size();
511 if (serial > LAST_CALL_TRANSACTION) {
518 method->setSerialId(serial);
519 serial++;
603 // use a sorted map to insert them in serial ID order.
624 std::cerr << "ERROR: hidl-gen uses duplicated serial id for " << method->name()
  /system/vold/
Ext4Crypt.cpp 395 bool e4crypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) {
396 LOG(DEBUG) << "e4crypt_vold_create_user_key for " << user_id << " serial " << serial; local
403 << " serial " << serial; local
550 bool e4crypt_add_user_key_auth(userid_t user_id, int serial, const std::string& token_hex,
552 LOG(DEBUG) << "e4crypt_add_user_key_auth " << user_id << " serial=" << serial
590 bool e4crypt_unlock_user_key(userid_t user_id, int serial, const std::string& token_hex,
592 LOG(DEBUG) << "e4crypt_unlock_user_key " << user_id << " serial=" << seria
    [all...]
  /bionic/libc/kernel/uapi/linux/
media.h 28 char serial[40]; member in struct:media_device_info
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 100 long serial = intent.getLongExtra(SERIAL_EXTRA, 0); local
101 UserHandle handle = userManager.getUserForSerialNumber(serial);
138 // contain an action and a serial (for user handle) to broadcast to notify the test that the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 1649 size_t nbytes, serial; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 1600 size_t nbytes, serial; local
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 320 device: Either a device serial, an existing AdbWrapper instance, or an
349 def serial(self): member in class:DeviceUtils
350 """Returns the device serial."""
362 return self.serial == str(other)
367 This merely compares their serial numbers.
374 return self.serial < other.serial
377 """Returns the device serial."""
378 return self.serial
    [all...]
  /external/kernel-headers/original/uapi/linux/
media.h 37 char serial[40]; member in struct:media_device_info
  /external/mesa3d/include/GL/
glx.h 413 unsigned long serial; /* # of last request processed by server */ member in struct:__anon29077
426 unsigned long serial; /* # of last request processed by server */ member in struct:__anon29078
  /external/python/cpython2/Objects/
obmalloc.c 1649 size_t nbytes, serial; local
    [all...]
  /external/skia/dm/
DM.cpp 1406 SkTArray<Task> serial; local
    [all...]
DMSrcSink.h 83 virtual bool serial() const { return false; } function in struct:DM::Src
93 virtual bool serial() const { return false; } function in struct:DM::Sink
141 bool serial() const override { return fRunSerially; }
159 bool serial() const override { return fRunSerially; }
206 bool serial() const override { return fRunSerially; }
350 bool serial() const override { return !fThreaded; }
478 bool serial() const override { return fSink->serial(); }
  /external/skqp/dm/
DM.cpp 1386 SkTArray<Task> serial; local
    [all...]
DMSrcSink.h 83 virtual bool serial() const { return false; } function in struct:DM::Src
93 virtual bool serial() const { return false; } function in struct:DM::Sink
141 bool serial() const override { return fRunSerially; }
159 bool serial() const override { return fRunSerially; }
206 bool serial() const override { return fRunSerially; }
350 bool serial() const override { return !fThreaded; }
464 bool serial() const override { return fSink->serial(); }
  /external/tcpdump/
print-rx.c 82 nd_uint32_t serial; member in struct:rx_header
120 uint32_t serial; /* # of packet that prompted the ack */ member in struct:rx_ackPacket
552 (int) EXTRACT_32BITS(&rxh->serial)));
    [all...]
  /external/wayland/src/
wayland-client.c 1067 sync_callback(void *data, struct wl_callback *callback, uint32_t serial)
1323 uint32_t serial; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 557 BigInteger serial; local
562 serial = issuer.certificate.getSerialNumber().add(BigInteger.ONE);
563 subjectPrincipal = new X500Principal("CN=Test Certificate Serial #" + serial.toString());
567 serial = BigInteger.ONE;
575 basicConstraints = new BasicConstraints(10 - serial.intValue());
583 certGen.setSerialNumber(serial);
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CRLImpl.java 697 * Gets the CRL entry with the given serial number from this CRL.
699 * @return the entry with the given serial number, or <code>null</code> if
1274 final BigInteger serial; field in class:X509CRLImpl.X509IssuerSerial
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 35 unsigned long serial; /* # of last req processed by server */ member in struct:_XkbAnyEvent
45 unsigned long serial; /* of last req processed by server */ member in struct:_XkbNewKeyboardNotify
63 unsigned long serial; /* of last req processed by server */ member in struct:_XkbMapNotifyEvent
92 unsigned long serial; /* # of last req processed by server */ member in struct:_XkbStateNotifyEvent
121 unsigned long serial; /* of last req processed by server */ member in struct:_XkbControlsNotify
139 unsigned long serial; /* of last req processed by server */ member in struct:_XkbIndicatorNotify
151 unsigned long serial; /* of last req processed by server */ member in struct:_XkbNamesNotify
173 unsigned long serial; /* of last req processed by server */ member in struct:_XkbCompatMapNotify
187 unsigned long serial; /* of last req processed by server */ member in struct:_XkbBellNotify
205 unsigned long serial; /* of last req processed by server * member in struct:_XkbActionMessage
222 unsigned long serial; \/* of last req processed by server *\/ member in struct:_XkbAccessXNotify
236 unsigned long serial; \/* of last req processed by server *\/ member in struct:_XkbExtensionDeviceNotify
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 

Completed in 838 milliseconds

1 2 3 4 5 6 7 891011>>