HomeSort by relevance Sort by last modified time
    Searched full:get_local_freq (Results 1 - 4 of 4) 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_);
ICommonClock.cpp 35 GET_LOCAL_FREQ,
144 status_t status = remote()->transact(GET_LOCAL_FREQ, data, &reply);
312 case GET_LOCAL_FREQ: {
  /hardware/libhardware/include/hardware/
local_time_hal.h 71 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 86 ltdev->device.get_local_freq = ltdev_get_local_freq;

Completed in 85 milliseconds