OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommonTime
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/include/common_time/
cc_helper.h
51
status_t
getCommonTime
(int64_t* commonTime);
ICommonClock.h
77
virtual status_t
getCommonTime
(int64_t* commonTime) = 0;
/frameworks/av/media/common_time/
cc_helper.cpp
120
CCHELPER_METHOD(
getCommonTime
(int64_t* commonTime),
121
getCommonTime
(commonTime))
ICommonClock.cpp
102
virtual status_t
getCommonTime
(int64_t* commonTime) {
282
status_t status =
getCommonTime
(&commonTime);
/frameworks/base/libs/common_time/
common_clock_service.h
39
virtual status_t
getCommonTime
(int64_t* common_time);
common_clock_service.cpp
56
status_t CommonClockService::
getCommonTime
(int64_t* commonTime) {
Completed in 1179 milliseconds