OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInterfaceBinding
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/libs/common_time/
common_time_config_service.cpp
64
status_t CommonTimeConfigService::
getInterfaceBinding
(String16& ifaceName) {
66
status_t ret = mTimeServer.
getInterfaceBinding
(tmp);
common_time_config_service.h
39
virtual status_t
getInterfaceBinding
(String16& ifaceName);
common_time_server.h
65
status_t
getInterfaceBinding
(String8& ifaceName);
common_time_server_api.cpp
145
status_t CommonTimeServer::
getInterfaceBinding
(String8& ifaceName) {
/frameworks/av/include/common_time/
ICommonTimeConfig.h
44
virtual status_t
getInterfaceBinding
(String16& ifaceName) = 0;
/frameworks/base/core/java/android/os/
CommonTimeConfig.java
199
public String
getInterfaceBinding
()
/frameworks/av/media/common_time/
ICommonTimeConfig.cpp
156
virtual status_t
getInterfaceBinding
(String16& ifaceName) {
405
status_t status =
getInterfaceBinding
(ret);
/frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java
241
mCurIface = mCTConfig.
getInterfaceBinding
();
Completed in 2303 milliseconds