HomeSort by relevance Sort by last modified time
    Searched full:polling (Results 1 - 25 of 776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libchrome/base/trace_event/
memory_dump_scheduler.h 47 // Starts polling memory total. NOT thread safe and triggers must be added
56 // polling thread is stopped to stop polling cleanly.
86 CONFIGURED, // Polling trigger was added.
87 ENABLED, // Polling is running.
88 DISABLED // Polling is disabled.
120 // Helper to set polling disabled.
126 // Called for polling memory usage and trigger dumps if peak is detected.
148 // the polling thread after enabling.
memory_dump_provider.h 40 // polling. Only providers running without task runner affinity are
63 // |is_fast_polling_supported| set to true. This method is used for polling at
68 // Indicates that fast memory polling is not going to be used in the near
70 // polling.
  /packages/apps/Nfc/nci/jni/extns/pn54x/inc/
phNxpExtns_Custom.h 110 ** Description This function selects the polling technology for starting
111 ** polling loop. This function does not start polling loop.
112 ** It is just a setting for polling technology.
128 ** This function does not start polling loop.
143 ** Description This function will select the P2P polling speed.
165 ** This function does not start polling loop.
182 ** SE. This function also does not start polling loop.
196 ** Description This function selects which mode to enable for polling loop.
197 ** This function do not start polling loop
    [all...]
  /frameworks/support/testutils/src/main/java/androidx/testutils/
PollingCheck.java 34 * @return Whether the polling condition has been met.
46 * Start running the polling check.
72 * Instantiate and start polling for a given condition with a default 3000ms timeout.
85 * Instantiate and start polling for a given condition.
  /packages/apps/Nfc/nci/jni/
Pn544Interop.cpp 47 1000; // millisecond between the check to restore polling
59 ** Description: Stop polling to let NXP PN544 controller poll.
73 pn544InteropStartPolling); // after some time, start polling again
82 ** Description: Start polling when activation state is idle.
101 << StringPrintf("%s: start polling", __func__);
109 pn544InteropStartPolling); // after some time, start polling again
  /device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
SpiFlash.txt 23 Spi flash polling flag
  /external/webrtc/tools/
whitespace.txt 16 And now it's time for getting rid of svn polling. A second try
  /frameworks/base/core/tests/coretests/src/android/util/
PollingCheck.java 38 * @return Whether the polling condition has been met.
50 * Start running the polling check.
76 * Instantiate and start polling for a given condition with a default 3000ms timeout.
90 * Instantiate and start polling for a given condition.
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiConfig.java 32 // Number of retries for polling each device in device discovery phase after TV powers on
36 // Number of retries for polling each device in periodic check (hotplug detection).
39 // Number of retries for polling each device in address allocation mechanism.
49 // and polling message for logical address allocation and device discovery
  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/util/
PollingCheck.java 35 * @return Whether the polling condition has been met.
47 * Start running the polling check.
73 * Instantiate and start polling for a given condition with a default 3000ms timeout.
86 * Instantiate and start polling for a given condition.
  /hardware/nxp/nfc/halimpl/hal/
phNxpNciHal_NfcDepSWPrio.cc 102 * Restart polling loop.
103 * When the polling loop is stopped, polling will be restarted.
105 NXPLOG_NCIHAL_D(">> custom_poll_timer_handler - restart polling loop.");
119 ** Description Sends stop polling cmd to NFCC
144 ** Description Sends resume polling cmd to NFCC
169 ** Description Sends start polling cmd to NFCC
198 ** and resume polling loop with 60ms timeout value.
202 ** the polling loop to give early chance to ISO-DEP with
235 NXPLOG_NCIHAL_D(">> ISO DEP detected first time. Resume polling loop")
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/sample_rate_estimator/
sample_rate_estimator.h 32 * new_sampling_rate_estimate_ready -- Check this boolean flag if polling for
36 * resets the polling flag.
91 // Polling flag used to signal that a new estimate is ready. This flag is
108 // 'new_sampling_rate_estimate_ready' polling flag. Note, if polling is not
  /system/update_engine/update_manager/
real_system_provider.cc 41 // The polling interval to be used whenever GetValue() returns an error.
44 // The RetryPollVariable variable is a polling variable that allows the function
45 // returning the value to fail a few times and shortens the polling rate when
67 // Give up on the retries, set back the desired polling interval and
86 // The desired polling interval when |func_| works and returns true.
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 68 * optimize for polling for controllers. If you do not pass these events in,
69 * polling will cause regular object creation.
76 * Tell the V9 input manager that it should stop polling for disconnected
84 * Tell the V9 input manager that it should start polling for disconnected
  /external/autotest/server/site_tests/firmware_ECAdc/
control 18 This is a stress test for EC ADC. We keep polling EC internal temperature
  /external/ltp/testcases/kernel/syscalls/epoll2/src/
epoll.c 2 * epoll.c ( Efficent event polling implementation )
  /external/syslinux/core/
pxeisr.inc 85 ; and go to polling mode
103 ; Emulate a PXE interrupt from the polling thread
169 pxe_need_poll resb 1 ; Bit 0 = need polling
170 ; Bit 1 = polling active
  /external/testng/src/main/java/org/testng/remote/strprotocol/
IMessageSender.java 13 * the underlying socket server will be polling until a first client connect.
  /system/netd/server/
TcpSocketMonitor.h 95 // Used by the polling thread for sleeping between poll operations.
100 // adjusting the polling rate.
104 // True if the polling thread should sleep until notified.
106 // True while the polling thread should poll.
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
online_calibration.h 43 * Either, or both, may be used depending on system requirements. 1) Polling can
69 // Polling Updates: New calibration updates are generated during
72 // systems that use polling, this bitmask remains latched until the
79 // Polling Updates: This function returns 'cal_update_polling_flags_' to
119 // and is used specifically for polling; the callback notification passes its
  /external/autotest/server/site_tests/network_WiFi_Reset/
network_WiFi_Reset.py 33 """Helper for polling for some condition.
36 polling; should return True for success, False for
39 @param interval: polling interval, in seconds
  /external/droiddriver/src/io/appium/droiddriver/
Poller.java 23 * Interface for polling mechanism.
32 * polling).
42 * Called when {@link #pollFor} polls. Should return quickly (no polling).
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.h 60 * Polling frequency argument.
62 * Polling duration argument.
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
LauncherUtils.java 50 logger.debug("Launch polling service");
62 logger.debug("Stop polling service");
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
RawThermalZone.java 27 * zone state by first computing max of all sensor temperature (in polling mode)
93 // only for polling mode apply moving average on predicted zone temp

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>