OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:periodic
(Results
1 - 25
of
394
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/
hpet.h
13
#define HPET_INFO_PERIODIC 0x0001 /* timer is
periodic
*/
18
#define HPET_EPI _IO('h', 0x04) /* enable
periodic
*/
19
#define HPET_DPI _IO('h', 0x05) /* disable
periodic
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hpet.h
13
#define HPET_INFO_PERIODIC 0x0001 /* timer is
periodic
*/
18
#define HPET_EPI _IO('h', 0x04) /* enable
periodic
*/
19
#define HPET_DPI _IO('h', 0x05) /* disable
periodic
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hpet.h
13
#define HPET_INFO_PERIODIC 0x0001 /* timer is
periodic
*/
18
#define HPET_EPI _IO('h', 0x04) /* enable
periodic
*/
19
#define HPET_DPI _IO('h', 0x05) /* disable
periodic
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hpet.h
13
#define HPET_INFO_PERIODIC 0x0001 /* timer is
periodic
*/
18
#define HPET_EPI _IO('h', 0x04) /* enable
periodic
*/
19
#define HPET_DPI _IO('h', 0x05) /* disable
periodic
*/
/libcore/luni/src/main/java/java/util/concurrent/
RunnableScheduledFuture.java
22
* Returns true if this is a
periodic
task. A
periodic
task may
23
* re-run according to some schedule. A non-
periodic
task can be
26
* @return true if this task is
periodic
/external/wpa_supplicant_8/wpa_supplicant/
autoscan_periodic.c
2
* WPA Supplicant - auto scan
periodic
module
54
wpa_printf(MSG_DEBUG, "autoscan
periodic
: interval is %d",
74
wpa_printf(MSG_DEBUG, "autoscan
periodic
: scan result notification");
81
.name = "
periodic
",
/external/wpa_supplicant_8/src/ap/
p2p_hostapd.c
46
wpa_printf(MSG_DEBUG, "P2P: Non-
periodic
NoA - set "
57
"
periodic
NoA parameters");
62
"
periodic
NoA");
73
wpa_printf(MSG_DEBUG, "P2P: Disable
periodic
NoA");
84
wpa_printf(MSG_DEBUG, "P2P: Enable
periodic
NoA");
/external/webrtc/src/system_wrappers/source/
event_win.cc
55
bool EventWindows::StartTimer(bool
periodic
, unsigned long time)
62
if (
periodic
)
event_win.h
31
virtual bool StartTimer(bool
periodic
, unsigned long time);
/frameworks/base/core/java/android/content/
IContentService.aidl
77
* Get the frequency of the
periodic
poll, if any.
79
* @return the frequency of the
periodic
sync in seconds. If 0 then no
periodic
syncs
85
* Set whether or not the provider is to be synced on a
periodic
basis.
89
* zero or less then no
periodic
syncs will be performed.
95
* Set whether or not the provider is to be synced on a
periodic
basis.
99
* zero or less then no
periodic
syncs will be performed.
SyncRequest.java
55
/**
Periodic
versus one-off. */
64
* @return whether this sync is
periodic
or one-time. A Sync Request must be
225
/** Specify that this is a
periodic
sync. */
260
* Whether this builder is building a
periodic
sync, or a one-time sync.
269
*
periodic
syncs. See {@link ContentResolver#SYNC_EXTRAS_DO_NOT_RETRY}.
274
*
periodic
syncs. See
322
* Build a
periodic
sync. Either this or syncOnce() <b>must</b> be called for this builder.
326
* having specified a
periodic
sync. If you do, an <code>IllegalArgumentException</code>
332
* Request a
periodic
sync every 5 hours with 20 minutes of flex.
336
* Schedule a
periodic
sync every hour at any point in time during that hour
[
all
...]
/external/bluetooth/bluedroid/bta/sys/
ptim.c
54
** timers when the
periodic
GKI timer expires.
110
/* if timer list is empty stop
periodic
GKI timer */
129
/* if timer list is currently empty, start
periodic
GKI timer */
157
/* if timer list is empty stop
periodic
GKI timer */
/external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c
56
** timers when the
periodic
GKI timer expires.
113
/* if timer list is empty stop
periodic
GKI timer */
135
/* if timer list is currently empty, start
periodic
GKI timer */
166
/* if timer list is empty stop
periodic
GKI timer */
/external/oprofile/module/x86/
op_rtc.c
65
/* disable
periodic
interrupts */
71
/* Set the frequency for
periodic
interrupts by finding the
100
/* Enable
periodic
interrupts */
118
/* disable
periodic
interrupts */
/system/core/healthd/
healthd.h
24
// which healthd wakes up to poll health state and perform
periodic
chores,
30
// -1 turns off
periodic
chores (and wakeups) in these conditions.
35
// tuns off
periodic
chores (and wakeups) in these conditions.
80
// subsystem, or when updated values are polled by healthd, as for
periodic
healthd_board_default.cpp
27
// return 0 to log
periodic
polled battery status to kernel log
/external/chromium_org/sync/protocol/
get_updates_caller_info.proto
22
PERIODIC
= 4; // The source of the update was
periodic
polling.
/external/libnfc-nci/src/nfc/nfc/
nfc_task.c
63
/* if timer list is currently empty, start
periodic
GKI timer */
141
/* if timer list is empty stop
periodic
GKI timer */
161
/* if timer list is empty stop
periodic
GKI timer */
185
/* if timer list is currently empty, start
periodic
GKI timer */
229
/* if timer list is empty stop
periodic
GKI timer */
292
/* if timer list is empty stop
periodic
GKI timer */
/external/chromium/chrome/common/
worker_thread_ticker.h
15
// It invokes a set of registered handlers at
periodic
intervals in
33
// tick_interval is the
periodic
interval in which to invoke the
/external/chromium_org/chrome/common/
worker_thread_ticker.h
14
// It invokes a set of registered handlers at
periodic
intervals in
32
// tick_interval is the
periodic
interval in which to invoke the
/external/kernel-headers/original/linux/
mc146818rtc.h
65
/*
Periodic
intr. / Square wave rate select. 0=none, 1=32.8kHz,... 15=2Hz */
71
# define RTC_PIE 0x40 /*
periodic
interrupt enable */
/external/webrtc/src/system_wrappers/interface/
event_wrapper.h
53
// or periodically. If the timer is
periodic
it ensures that there is no
55
virtual bool StartTimer(bool
periodic
, unsigned long time) = 0;
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.h
82
// The DIAL service.
Periodic
discovery is active when this is not NULL.
102
// Starts and stops
periodic
discovery.
Periodic
discovery is done when there
168
// Timer used to manage
periodic
discovery requests.
/external/chromium_org/chrome/browser/ui/panels/
display_settings_provider_win.h
41
// Callback to perform
periodic
check for taskbar changes.
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
dial.html
22
<p>Background use (updates only when
periodic
polling happens):</p>
Completed in 1660 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>