OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCommonTimeValid
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/common_time/
common_clock_service.cpp
41
status_t CommonClockService::
isCommonTimeValid
(bool* valid,
43
return mTimeServer.
isCommonTimeValid
(valid, timelineID);
common_time_server_api.cpp
67
status_t CommonTimeServer::
isCommonTimeValid
(bool* valid,
/frameworks/av/media/common_time/
ICommonClock.cpp
54
virtual status_t
isCommonTimeValid
(bool* valid, uint32_t* timelineID) {
246
status_t status =
isCommonTimeValid
(&valid, &timelineID);
Completed in 33 milliseconds