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

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 843 interrupt();
942 interrupt();
1153 interrupt();
1220 interrupt();
1238 void ANetworkSession::interrupt() { function in class:android::ANetworkSession
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 372 * interrupt state set, and the channel will be closed.
641 * operation is in progress. The interrupt state of the calling
679 * operation is in progress. The interrupt state of the calling
706 * operation is in progress. The interrupt state of the calling
    [all...]
  /external/oprofile/doc/
oprofile.xml 32 all parts of a running system, from the kernel (including modules and interrupt handlers) to shared libraries
53 <listitem><para>need to profile interrupt handlers</para></listitem>
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc     [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 134 Thread.currentThread().interrupt();
176 Thread.currentThread().interrupt();
219 Thread.currentThread().interrupt();
471 Thread.currentThread().interrupt();
908 Thread.currentThread().interrupt();
1056 Thread.currentThread().interrupt();
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
io.c 75 * to read data on a bulk or interrupt endpoint and wait for data to arrive.
184 * \section overflow Bulk/interrupt transfer overflows
231 * transfer entity for all types of I/O (control, bulk, interrupt,
310 * common situations dealing with interrupt endpoints - you allocate one
312 * resubmit it for the next interrupt.
332 * \section bulk_overflows Overflows on device-to-host bulk/interrupt endpoints
399 * \section asyncintr Considerations for interrupt transfers
401 * All interrupt transfers are performed using the polling interval presented
    [all...]
  /external/libusb/libusb/
io.c 73 * to read data on a bulk or interrupt endpoint and wait for data to arrive.
182 * \section overflow Bulk/interrupt transfer overflows
229 * transfer entity for all types of I/O (control, bulk, interrupt,
308 * common situations dealing with interrupt endpoints - you allocate one
310 * resubmit it for the next interrupt.
330 * \section bulk_overflows Overflows on device-to-host bulk/interrupt endpoints
397 * \section asyncintr Considerations for interrupt transfers
399 * All interrupt transfers are performed using the polling interval presented
    [all...]
core.c 63 * control/bulk/interrupt/isochronous transfers, etc). Full information
70 * - All transfer types supported (control/bulk/interrupt/isochronous)
746 * If acting on an isochronous or interrupt endpoint, this function will
    [all...]
  /device/lge/hammerhead/libsensors/
sensors.cpp 311 ALOGI("HAL: dmpSign interrupt");
318 ALOGI("HAL: dmpPed interrupt");
  /external/arduino/hardware/arduino/cores/arduino/
Tone.cpp 34 #include <avr/interrupt.h>
433 bitWrite(TIMSK2, OCIE2A, 0); // disable interrupt
  /external/chromium/base/
time_win.cc 297 // in the worst case, it gets the counter from the rollover interrupt on the
298 // programmable interrupt timer. In best cases, the HAL may conclude that the
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl2_unittest.cc 330 // Save the callback here so we can interrupt startup.
402 // Save the callback here so we can interrupt startup.
  /external/chromium_org/third_party/openssl/openssl/apps/
dsaparam.c 93 * -timebomb n - interrupt keygen after <n> seconds
232 BIO_printf(bio_err," -timebomb n interrupt keygen after <n> seconds\n");
  /external/chromium_org/v8/src/platform/
time.cc 402 // in the worst case, it gets the counter from the rollover interrupt on the
403 // programmable interrupt timer. In best cases, the HAL may conclude that the
  /external/linux-tools-perf/
design.txt 174 A "sampling" counter is one that is set up to generate an interrupt
177 interrupt:
  /external/llvm/lib/Support/Windows/
Signals.inc 455 // If an interrupt function has been set, go and run one it; otherwise,
461 // Note: if the interrupt function throws an exception, there is nothing
  /external/openssl/apps/
dsaparam.c 93 * -timebomb n - interrupt keygen after <n> seconds
232 BIO_printf(bio_err," -timebomb n interrupt keygen after <n> seconds\n");
  /external/oprofile/events/x86-64/family11h/
events 95 event:0xce counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS_MASKED_CYCLES_WITH_INTERRUPT_PENDING : Cycles with interrupts masked while interrupt pending
129 event:0x1ea counters:0,1,2,3 um:interrupt_events minimum:500 name:INTERRUPT_EVENTS : Interrupt Events
  /external/qemu/hw/
usb-hub.c 106 /* XXX: patch interrupt size */
149 0x03, /* u8 ep_bmAttributes; Interrupt */
  /external/qemu/target-mips/
cpu.h 538 /* A MIPS configured with a vectorizing external interrupt controller
544 treats the pending lines as individual interrupt lines, the status
  /external/tcpdump/
decnet.h 270 #define MFS_INT 040 /* interrupt message */
300 #define LSI_INTR 4 /* interrupt request count */
  /frameworks/base/docs/html/design/get-started/
principles.jd 202 <h4 id="interrupt-only-if-important">Only interrupt me if it's important</h4>
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 812 //Enable DMP interrupt
814 LOGE("HAL:ERR can't en/dis DMP interrupt");
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 156 * CANCELLED: This node is cancelled due to timeout or interrupt.
571 * Convenience method to interrupt current thread.
574 Thread.currentThread().interrupt();
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java 47 * - If the running thing is a ping task: interrupt it.
71 * - If a ping task is currently running, interrupt it.

Completed in 527 milliseconds

<<21222324252627282930>>