HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 551 - 575 of 1559) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_usb.html 215 and <a href="#interrupt_transfers">interrupt</a>.
555 <h2 id="interrupt_transfers">INTERRUPT transfers</h2>
557 <p>Interrupt transfers are used to small amount of time sensitive data.
559 the device periodically, sending interrupt IN transfers that will make the
560 device send data back if there is anything in the interrupt queue (maintained
  /external/oprofile/module/
oprofile.c 51 // the interrupt handler ops structure to use
56 /* ---------------- interrupt entry routines ------------------ */
84 * to have saved IRQs - otherwise we can interrupt whilst holding a spinlock
132 /* only stop and start profiling interrupt when we are
266 "interrupt frequency\n", num);
  /external/qemu/target-i386/
hax-all.c 475 * Try to inject an interrupt if the guest can accept it
491 * If we have an interrupt pending but the guest is not ready to
492 * receive it, request an interrupt window exit. This will cause
494 * an interrupt.
595 /* hlt instruction with interrupt disabled is shutdown */
kvm.c 709 /* Try to inject an interrupt if the guest can accept it */
721 dprintf("injected interrupt %d\n", irq);
726 /* If we have an interrupt but the guest is not ready to receive an
727 * interrupt, request an interrupt window exit. This will
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 34 * UDP PACKET TYPE, Interrupt test, critical values
102 /* Maximum interrupt test counter */
130 unsigned t16_t26; /* X.25 INTERRUPT timeout, sec (1..255) */
206 int irq; /* interrupt request level */
222 char read_mode; /* read mode: Polling or interrupt */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 34 * UDP PACKET TYPE, Interrupt test, critical values
102 /* Maximum interrupt test counter */
130 unsigned t16_t26; /* X.25 INTERRUPT timeout, sec (1..255) */
206 int irq; /* interrupt request level */
222 char read_mode; /* read mode: Polling or interrupt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 34 * UDP PACKET TYPE, Interrupt test, critical values
102 /* Maximum interrupt test counter */
130 unsigned t16_t26; /* X.25 INTERRUPT timeout, sec (1..255) */
206 int irq; /* interrupt request level */
222 char read_mode; /* read mode: Polling or interrupt */
  /external/grub/netboot/
tlan.c 221 /* ThunderLAN Interrupt Codes */
987 * The io address and interrupt count
    [all...]
epic100.c 125 intstat = ioaddr + INTSTAT; /* Interrupt Status */
126 intmask = ioaddr + INTMASK; /* Interrupt Mask */
142 /* Disable ALL interrupts by setting the interrupt mask. */
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 255 /* setup interrupt socket pair */
365 //BTIF_TRACE_EVENT0("UIPC INTERRUPT");
540 /* clear any wakeup interrupt */
  /external/chromium_org/content/public/browser/
download_item.h 158 // Returns the most recent interrupt reason for this download. Returns
159 // DOWNLOAD_INTERRUPT_REASON_NONE if there is no previous interrupt reason.
161 // the download was resumed, then the return value is the interrupt reason
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 285 // Gets the current ProfileHandler interrupt count.
338 // Verifies that the SIGPROF/SIGALRM interrupt handler is disabled and the
450 // Verify that the profile timer interrupt is disabled.
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 285 // Gets the current ProfileHandler interrupt count.
338 // Verifies that the SIGPROF/SIGALRM interrupt handler is disabled and the
450 // Verify that the profile timer interrupt is disabled.
  /external/oprofile/module/ia64/
op_pmu.c 154 /* enable interrupt generation */
322 * on an interrupt. This allows interrupt service routines to
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 97 * // Preserve interrupt status
98 * Thread.currentThread().interrupt();
136 * implementations will cancel via {@link Thread#interrupt}, so any
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 98 mThread.interrupt();
551 public void interrupt() { method in class:BluetoothOppObexClientSession.ClientThread
552 super.interrupt();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 345 /* If INTERRUPT is nonzero, make signal SIG interrupt system calls
346 (causing them to fail with EINTR); if INTERRUPT is zero, make system
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 55 #define IIO_BTE_INT_0 IIO_IBIA_0 /* Also BTE interrupt 0 */
100 #define IIO_IIDSR 0x400138 /* Interrupt destination */
104 /* IO Interrupt Destination Register */
751 #define IIO_IBIA_0 0x410028 /* BTE interrupt address 0 */
759 #define IIO_IBIA_1 0x420028 /* BTE interrupt address 1 */
938 * IO BTE Interrupt Address Register (IBIA) register bit field definitions
  /external/kernel-headers/original/linux/usb/
ch9.h 480 * usb_endpoint_xfer_int - check if the endpoint has interrupt transfer type
483 * Returns true if the endpoint is of type interrupt, otherwise it returns
534 * usb_endpoint_is_int_in - check if the endpoint is interrupt IN
537 * Returns true if the endpoint has interrupt transfer type and IN direction,
547 * usb_endpoint_is_int_out - check if the endpoint is interrupt OUT
550 * Returns true if the endpoint has interrupt transfer type and OUT direction,
  /external/qemu/
cpu-exec.c 229 * i.e. non-PG mode. For MMIO cases, the pending interrupt should not
529 /* ARMv7-M interrupt return works by loading a magic value
535 the stack if an interrupt occurred at the wrong time.
579 /* Real hardware gets the interrupt vector via an
582 provide/save the vector when the interrupt is
654 starting execution if there is a pending interrupt. */
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 58 mThread.interrupt();
76 mThread.interrupt();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 90 t.interrupt();
396 t.interrupt();

Completed in 688 milliseconds

<<21222324252627282930>>