OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonClock
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/libs/common_time/
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
...]
diag_thread.h
25
class
CommonClock
;
30
DiagThread(
CommonClock
* common_clock, LocalClock* local_clock);
60
CommonClock
* common_clock_;
common_clock.h
28
class
CommonClock
{
30
CommonClock
();
clock_recovery.h
33
class
CommonClock
;
38
ClockRecoveryLoop(LocalClock* local_clock,
CommonClock
* common_clock);
106
CommonClock
* common_clock_;
common_time_server.h
50
CommonClock
& getCommonClock() { return mCommonClock; }
99
void dumpLog(int fd, const
CommonClock
& cclk);
189
CommonClock
mCommonClock;
clock_recovery.cpp
48
CommonClock
* common_clock) {
diag_thread.cpp
62
DiagThread::DiagThread(
CommonClock
* common_clock, LocalClock* local_clock) {
common_time_server_api.cpp
408
void CommonTimeServer::PacketRTTLog::dumpLog(int fd, const
CommonClock
& cclk) {
/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
...]
/frameworks/av/include/common_time/
ICommonClock.h
43
DECLARE_META_INTERFACE(
CommonClock
);
91
// Simple helper to make it easier to connect to the
CommonClock
service.
/frameworks/av/media/common_time/
ICommonClock.cpp
235
IMPLEMENT_META_INTERFACE(
CommonClock
, "android.os.ICommonClock");
Completed in 161 milliseconds