OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_local_time
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/common_time/
local_clock.cpp
61
assert(NULL != dev_->
get_local_time
);
63
return dev_->
get_local_time
(dev_);
ICommonClock.cpp
34
GET_LOCAL_TIME
,
131
status_t status = remote()->transact(
GET_LOCAL_TIME
, data, &reply);
301
case
GET_LOCAL_TIME
: {
/hardware/libhardware/include/hardware/
local_time_hal.h
64
int64_t (*
get_local_time
)(struct local_time_hw_device* dev);
member in struct:local_time_hw_device
/hardware/libhardware/modules/local_time/
local_time_hw.c
85
ltdev->device.
get_local_time
= ltdev_get_local_time;
Completed in 4110 milliseconds