OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCommonFreq
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/common_time/
common_clock.h
37
uint64_t
getCommonFreq
() const { return kCommonFreq; }
common_clock_service.cpp
60
status_t CommonClockService::
getCommonFreq
(uint64_t* freq) {
61
*freq = mTimeServer.getCommonClock().
getCommonFreq
();
/frameworks/av/media/common_time/
ICommonClock.cpp
115
virtual status_t
getCommonFreq
(uint64_t* freq) {
293
status_t status =
getCommonFreq
(&freq);
Completed in 56 milliseconds