OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clock
(Results
1 - 25
of
1106
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/linux/
clk.h
27
* clk_get - lookup and obtain a reference to a
clock
producer.
28
* @dev: device for
clock
"consumer"
29
* @id:
clock
comsumer ID
31
* Returns a struct clk corresponding to the
clock
producer, or
33
* uses @dev and @id to determine the
clock
consumer, and thereby
34
* the
clock
producer. (IOW, @id may be identical strings, but
35
* clk_get may return different
clock
producers depending on @dev.)
37
* Drivers must assume that the
clock
source is not enabled.
42
* clk_enable - inform the system when the
clock
source should be running.
43
* @clk:
clock
sourc
[
all
...]
/bootable/bootloader/legacy/include/msm7k/
shared.h
46
#define ACPU_CLK 0 /* Applications processor
clock
*/
47
#define ADM_CLK 1 /* Applications data mover
clock
*/
48
#define ADSP_CLK 2 /* ADSP
clock
*/
49
#define EBI1_CLK 3 /* External bus interface 1
clock
*/
50
#define EBI2_CLK 4 /* External bus interface 2
clock
*/
51
#define ECODEC_CLK 5 /* External CODEC
clock
*/
52
#define EMDH_CLK 6 /* External MDDI host
clock
*/
53
#define GP_CLK 7 /* General purpose
clock
*/
54
#define GRP_CLK 8 /* Graphics
clock
*/
55
#define I2C_CLK 9 /* I2C
clock
*/
[
all
...]
/dalvik/tools/dmtracedump/tests/filters/
testWaitingDisjointCrossThreadDiffFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingDisjointCrossThreadSameFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingDisjointSingleThreadDiffFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingDisjointSingleThreadSameFilterDiffKeysTrace
3
clock
=thread-cpu
testWaitingDisjointSingleThreadSameFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingNestedOverlapCrossThreadDiffFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingNestedOverlapCrossThreadSameFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingNestedOverlapSingleThreadDiffFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingNestedOverlapSingleThreadSameFilterDiffKeysTrace
3
clock
=thread-cpu
testWaitingNestedOverlapSingleThreadSameFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingPairCrossThreadTrace
3
clock
=thread-cpu
testWaitingPairSingleThreadTrace
3
clock
=thread-cpu
testWaitingPartialOverlapCrossThreadDiffFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingPartialOverlapCrossThreadSameFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingPartialOverlapSingleThreadDiffFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingPartialOverlapSingleThreadSameFilterDiffKeysTrace
3
clock
=thread-cpu
testWaitingPartialOverlapSingleThreadSameFilterSameKeysTrace
3
clock
=thread-cpu
testWaitingSoloCrossThreadTrace
3
clock
=thread-cpu
testWaitingSoloSingleThreadTrace
3
clock
=thread-cpu
testWaitingDisjointCrossThreadDiffFilterDiffKeysTrace
3
clock
=thread-cpu
/external/qemu/
qemu-timer.h
11
/* The real time
clock
should be used only for stuff which does not
13
machine is stopped. The real time
clock
has a frequency of 1000
17
/* The virtual
clock
is only run during the emulation. It is stopped
19
precision
clock
, usually cpu cycles (use ticks_per_sec). */
22
int64_t qemu_get_clock(QEMUClock *
clock
);
24
QEMUTimer *qemu_new_timer(QEMUClock *
clock
, QEMUTimerCB *cb, void *opaque);
/packages/wallpapers/Basic/res/values/
strings.xml
59
<!-- Wallpaper showing a
clock
-->
60
<string name="wallpaper_clock">Polar
clock
</string>
74
<!-- Polar
clock
: title of settings activity -->
75
<string name="clock_settings">Polar
clock
settings</string>
76
<!-- Polar
clock
: label for "show seconds" pref -->
78
<!-- Polar
clock
: label for "variable widths" pref -->
80
<!-- Polar
clock
: label for "palette" pref -->
83
<!-- Polar
clock
: palette name -->
85
<!-- Polar
clock
: palette name -->
87
<!-- Polar
clock
: palette name --
[
all
...]
/external/opencore/pvmi/pvmf/include/
pvmf_sync_util.h
20
* @brief Utility class to synchronize processing of media data to a specified
clock
.
53
PVMF_SYNC_EARLY = 0, /**< Timestamp is earlier than the current
clock
by more than the early margin.*/
54
PVMF_SYNC_ON_TIME, /**< Timestamp is on time with regards to current
clock
. */
55
PVMF_SYNC_LATE, /**< Timestamp is later than the current
clock
by more than the late margin. */
62
* Utility class to synchronize media data to a specified
clock
. PvmfSyncUtil checks the timestamp
63
* of incoming data against the specified
clock
, and decide whether to drop the data if it arrived
65
* specified
clock
.
79
* Media data is considered early if it has a timestamp earlier than the current time of the
clock
by
81
* synchronized to the
clock
. Media data is considered late if it has a timestamp later than the
82
* current time of the
clock
by the late margin and will be dropped
[
all
...]
Completed in 116 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>