OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocalFreq
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/common_time/
local_clock.cpp
66
uint64_t LocalClock::
getLocalFreq
() {
ICommonClock.cpp
141
virtual status_t
getLocalFreq
(uint64_t* freq) {
315
status_t status =
getLocalFreq
(&freq);
/frameworks/base/libs/common_time/
common_clock_service.cpp
70
status_t CommonClockService::
getLocalFreq
(uint64_t* freq) {
71
*freq = mTimeServer.getLocalClock().
getLocalFreq
();
Completed in 546 milliseconds