OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonTimeConfig
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java
31
import android.os.
CommonTimeConfig
;
95
private
CommonTimeConfig
mCTConfig;
128
private
CommonTimeConfig
.OnServerDiedListener mCTServerDiedListener =
129
new
CommonTimeConfig
.OnServerDiedListener() {
151
if (ServiceManager.checkService(
CommonTimeConfig
.SERVICE_NAME) == null) {
239
mCTConfig = new
CommonTimeConfig
();
268
if (
CommonTimeConfig
.ERROR_DEAD_OBJECT == mCTConfig.forceNetworklessMasterMode())
363
if (res !=
CommonTimeConfig
.SUCCESS)
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
30
public class
CommonTimeConfig
{
63
public
CommonTimeConfig
()
77
static public
CommonTimeConfig
create() {
78
CommonTimeConfig
retVal;
81
retVal = new
CommonTimeConfig
();
91
* Release all native resources held by this {@link android.os.
CommonTimeConfig
} instance. Once
92
* resources have been released, the {@link android.os.
CommonTimeConfig
} instance is
379
* {@link android.os.
CommonTimeConfig
} instance to indicate that the connection to the native
380
* media server has been broken and that the {@link android.os.
CommonTimeConfig
} instance will
388
* {@link android.os.
CommonTimeConfig
} instance to the common time service will be broken
[
all
...]
/frameworks/av/include/common_time/
ICommonTimeConfig.h
32
DECLARE_META_INTERFACE(
CommonTimeConfig
);
56
// Simple helper to make it easier to connect to the
CommonTimeConfig
service.
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
322
IMPLEMENT_META_INTERFACE(
CommonTimeConfig
, "android.os.ICommonTimeConfig");
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 154 milliseconds