HomeSort by relevance Sort by last modified time
    Searched full:passive (Results 26 - 50 of 355) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 66 /** Indicates passive scan in progress. */
68 /** Indicates passive scan success (in focus). */
70 /** Indicates passive scan failure (not in focus). */
222 * "active scan" or a "passive scan".
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
netlink.h 90 __u32 error_passive; /* Changes to error passive state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
netlink.h 98 __u32 error_passive; /* Changes to error passive state */
  /external/kernel-headers/original/uapi/linux/can/
error.h 70 #define CAN_ERR_CRTL_RX_PASSIVE 0x10 /* reached error passive status RX */
71 #define CAN_ERR_CRTL_TX_PASSIVE 0x20 /* reached error passive status TX */
netlink.h 109 __u32 error_passive; /* Changes to error passive state */
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c 63 /* B30*/ 1, /* (1 = active mode polling before passive, 0 = passive polling first) Default = 0.*/
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_ext.c 225 NXPLOG_NCIHAL_D("NxpNci: Mode = A Passive Poll");
228 NXPLOG_NCIHAL_D("NxpNci: Mode = B Passive Poll");
231 NXPLOG_NCIHAL_D("NxpNci: Mode = F Passive Poll");
240 NXPLOG_NCIHAL_D("NxpNci: Mode = 15693 Passive Poll");
250 NXPLOG_NCIHAL_D("NxpNci: Mode = A Passive Listen");
253 NXPLOG_NCIHAL_D("NxpNci: Mode = B Passive Listen");
256 NXPLOG_NCIHAL_D("NxpNci: Mode = F Passive Listen");
265 NXPLOG_NCIHAL_D("NxpNci: Mode = 15693 Passive Listen");
  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-features.apt 25 * Supports active and passive mode data transfers.
61 * Both active and passive mode (PASV) data transfers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2.h 82 /* Passive grab types */
89 /* Passive grab modifier */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI2.h 82 /* Passive grab types */
89 /* Passive grab modifier */
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 63 /* timeout to restore active listen mode if no RF activation on passive mode */
139 /* stop timer not to deactivate LLCP link on passive mode */
180 ** Description Timeout while waiting for passive mode activation
221 /* start timer in case of no passive activation */
329 /* if it didn't retry without active listen mode and passive mode is available */
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 155 LOG.debug("Waiting for (passive mode) client connection from client host [" + clientHost
160 LOG.debug("Successful (passive mode) client connection to port "
181 * Switch to passive mode
192 throw new MockFtpServerException("Error opening passive mode server data socket", e);
355 // Clear out any passive data connection mode information
Session.java 54 * Switch to passive mode
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 157 LOG.debug("Waiting for (passive mode) client connection from client host [" + clientHost
162 LOG.debug("Successful (passive mode) client connection to port "
184 * Switch to passive mode
196 throw new MockFtpServerException("Error opening passive mode server data socket", e);
353 // Clear out any passive data connection mode information
Session.java 54 * Switch to passive mode
  /external/mockftpserver/MockFtpServer/src/main/resources/
ReplyText.properties 34 227=Entering Passive Mode {0}.
35 229=Entering Extended Passive Mode (|||{0}|)
78 epsv=Entering Extended Passive Mode (|||{0}|)
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 285 // enable passive provider to receive updates from location fixes (gps
292 // we may get IllegalArgumentException if passive location provider
442 // are handled through the passive location provider.
  /external/iptables/extensions/
libxt_osf.c 39 "[!] --genre string Match a OS genre by passive fingerprinting.\n"
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 122 * Test the setClientDataPort() method after the session was in passive data mode
134 // Make sure that any passive mode connection info is cleared out
174 * Test the OpenDataConnection method, when in passive mode and no incoming connection is
223 * Test the readData() method after switching to passive mode
  /external/mockftpserver/branches/1.x_Branch/src/main/resources/
ReplyText.properties 32 227=Entering Passive Mode {0}.
  /external/selinux/policycoreutils/setfiles/
restorecon.8 53 don't change any file labels (passive check). To display the files whose labels would be changed, add \-v.
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
index.jd 21 passive NFC tags and stickers.</li>
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 55 * Returned by {@link #getQuality} when requiring no direct power impact (passive locations).
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
AutoFocusRing.java 27 * Passive focus ring animation renderer.
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 198 u64 passive = iter_ - active; local
199 return active + 10 * passive;

Completed in 690 milliseconds

12 3 4 5 6 7 8 91011>>