/aosp_15_r20/device/google/contexthub/firmware/os/inc/ |
D | isr.h | 44 static inline void chainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in chainIsr() 52 static inline void unchainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in unchainIsr() 61 static inline bool dispatchIsr(struct ChainedInterrupt *interrupt) in dispatchIsr() 79 static inline int unchainIsrAll(struct ChainedInterrupt *interrupt, uint32_t tid) in unchainIsrAll() 95 static inline uint32_t maxLatencyIsr(struct ChainedInterrupt *interrupt) in maxLatencyIsr()
|
D | sensors.h | 52 uint8_t interrupt; member 219 uint8_t interrupt; /* interrupt to generate to AP */ member
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/domain/interactor/ |
D | AccessibilityInteractor.kt | 39 fun interrupt() in <lambda>() method 72 override fun interrupt() { in interrupt() method in com.android.settings.biometrics.fingerprint2.domain.interactor.AccessibilityInteractorImpl
|
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | gralloc_vsync_s3cfb.cpp | 31 int interrupt = 1; in gralloc_vsync_enable() local 44 int interrupt = 0; in gralloc_vsync_disable() local
|
/aosp_15_r20/external/autotest/client/site_tests/hardware_Interrupt/ |
H A D | hardware_Interrupt.py | 47 def get(self, interrupt): argument 59 interrupt=None, argument
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | gralloc_vsync_s3cfb.cpp | 31 int interrupt = 1; in gralloc_vsync_enable() local 44 int interrupt = 0; in gralloc_vsync_disable() local
|
/aosp_15_r20/libcore/libart/src/main/java/java/lang/ |
H A D | Daemons.java | 160 public synchronized void interrupt() { in interrupt() method in Daemons.Daemon 164 public synchronized void interrupt(Thread thread) { in interrupt() method in Daemons.Daemon 749 public synchronized void interrupt(Thread thread) { in interrupt() method in Daemons.HeapTaskDaemon
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/rule/ |
H A D | InterruptRuleTest.java | 56 InterruptItem interrupt = new InterruptItem(); in testInterruptAnalysis() local 75 InterruptItem interrupt = new InterruptItem(); in testNoSignificantInterruptAnalysis() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | PollArrayWrapper.java | 119 public void interrupt() { in interrupt() method in PollArrayWrapper 125 private static native void interrupt(int fd); in interrupt() method in PollArrayWrapper
|
H A D | Interruptible.java | 34 public void interrupt(Thread t); in interrupt() method
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | IRunUtil.java | 479 public void interrupt(Thread thread, String message); in interrupt() method 489 public void interrupt(Thread thread, String message, ErrorIdentifier errorId); in interrupt() method 506 public void setLinuxInterruptProcess(boolean interrupt); in setLinuxInterruptProcess()
|
D | RunUtil.java | 691 public synchronized void interrupt(Thread thread, String message) { in interrupt() method 697 public synchronized void interrupt(Thread thread, String message, ErrorIdentifier errorId) { in interrupt() method 1119 public void setLinuxInterruptProcess(boolean interrupt) { in setLinuxInterruptProcess()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/block/ |
H A D | asynchronous.rs | 1637 let interrupt = Interrupt::new_for_test(); in reset_and_reactivate() localVariable 1689 let interrupt = Interrupt::new_for_test(); in reset_and_reactivate() localVariable 1751 let interrupt = Interrupt::new_for_test(); in resize() localVariable 1853 let interrupt = Interrupt::new_for_test(); in run_worker_threads() localVariable 1883 let interrupt = Interrupt::new_for_test(); in run_worker_threads() localVariable
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | virtio_pci_device.rs | 296 interrupt: Option<Interrupt>, field 339 interrupt: Option<InterruptSnapshot>, field 616 let interrupt = Interrupt::new( in activate() localVariable 1375 let interrupt = self in restore() localVariable
|
H A D | virtio_device.rs | 347 let interrupt = interrupt(); localVariable 375 let interrupt = interrupt(); localVariable
|
H A D | virtio_mmio_device.rs | 53 interrupt: Option<Interrupt>, field 144 let interrupt = Interrupt::new_mmio(interrupt_evt, self.async_intr_status); in activate() localVariable
|
/aosp_15_r20/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreService.java | 617 @NonNull final InterruptMaintenance interrupt) { in fullMaintenance() 667 @NonNull final InterruptMaintenance interrupt) throws RemoteException { in checkForInterrupt()
|
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | x86_64.rs | 72 pub interrupt: VcpuInterruptState, field 562 fn interrupt(&self, irq: u8) -> Result<()> { in interrupt() method 567 let interrupt = kvm_interrupt { irq: irq.into() }; in interrupt() localVariable 1527 let interrupt = VcpuInterruptState { in from() localVariable
|
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/ |
H A D | packed_queue.rs | 88 interrupt: Interrupt, field 217 pub fn interrupt(&self) -> &Interrupt { in interrupt() method
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/fp/ |
H A D | sve-stress | 30 interrupt () { function
|
H A D | fpsimd-stress | 30 interrupt () { function
|
/aosp_15_r20/external/pigweed/pw_interrupt_xtensa/ |
H A D | context.cc | 22 namespace pw::interrupt { namespace
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
H A D | InterruptParserTest.java | 46 InterruptItem interrupt = new InterruptParser().parse(inputBlock); in testInterruptParser() local
|
/aosp_15_r20/external/autotest/server/site_tests/autoupdate_Interruptions/ |
H A D | autoupdate_Interruptions.py | 27 def run_once(self, full_payload=True, interrupt=None, job_repo_url=None): argument
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/biometrics/fingerprint2/domain/interactor/ |
D | AccessibilityInteractor.java | 28 public abstract void interrupt(); in interrupt() method
|