OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommonClock
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/common_time/
common_clock.h
28
class
CommonClock
{
30
CommonClock
();
common_clock.cpp
32
CommonClock
::
CommonClock
() {
43
bool
CommonClock
::init(uint64_t local_freq) {
54
ALOGE("Overflow in
CommonClock
::init while trying to reduce %" PRIu64 "/%" PRIu64,
68
status_t
CommonClock
::localToCommon(int64_t local, int64_t *common_out) const {
80
status_t
CommonClock
::commonToLocal(int64_t common, int64_t *local_out) const {
92
int64_t
CommonClock
::localDurationToCommonDuration(int64_t localDur) const {
98
void
CommonClock
::setBasis(int64_t local, int64_t common) {
106
void
CommonClock
::resetBasis() {
114
status_t
CommonClock
::setSlew(int64_t change_time, int32_t ppm)
[
all
...]
/frameworks/base/core/java/android/os/
CommonClock.java
32
public class
CommonClock
{
111
public
CommonClock
()
126
static public
CommonClock
create() {
127
CommonClock
retVal;
130
retVal = new
CommonClock
();
140
* Release all native resources held by this {@link android.os.
CommonClock
} instance. Once
141
* resources have been released, the {@link android.os.
CommonClock
} instance is disconnected from
236
* {@link android.os.
CommonClock
} instance to indicate that the time synchronization service has
264
* {@link android.os.
CommonClock
} instance to indicate that the connection to the native media
265
* server has been broken and that the {@link android.os.
CommonClock
} instance will need to b
[
all
...]
Completed in 48 milliseconds