Home
last modified time | relevance | path

Searched defs:signal (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp60 int signal = WTERMSIG(status); in testSyscallBlocked() local
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java356 CancellationSignal signal) throws FileNotFoundException { in openDocument()
368 CancellationSignal signal) throws FileNotFoundException { in openDocumentUnchecked()
440 String documentId, String mimeTypeFilter, Bundle opts, CancellationSignal signal) in openTypedDocument()
/cts/tests/tests/media/src/android/media/cts/
DTestUtils.java171 public synchronized void signal() { in signal() method in TestUtils.Monitor
DDecoderTestAacDrc.java251 private double getEnergy(short[] signal, int start, int stop) { in getEnergy()
288 public void apply(short[] signal, int offset, int stride) { in apply()