OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_local_freq
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/common_time/
local_clock.cpp
68
assert(NULL != dev_->
get_local_freq
);
70
return dev_->
get_local_freq
(dev_);
/hardware/libhardware/include/hardware/
local_time_hal.h
77
uint64_t (*
get_local_freq
)(struct local_time_hw_device* dev);
member in struct:local_time_hw_device
/hardware/libhardware/modules/local_time/
local_time_hw.c
87
ltdev->device.
get_local_freq
= ltdev_get_local_freq;
Completed in 251 milliseconds