HomeSort by relevance Sort by last modified time
    Searched refs:isCommonTimeValid (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/common_time/
cc_helper.h 48 status_t isCommonTimeValid(bool* valid, uint32_t* timelineID);
ICommonClock.h 72 virtual status_t isCommonTimeValid(bool* valid, uint32_t* timelineID) = 0;
  /frameworks/av/media/common_time/
cc_helper.cpp 114 CCHELPER_METHOD(isCommonTimeValid(bool* valid, uint32_t* timelineID),
115 isCommonTimeValid(valid, timelineID))
ICommonClock.cpp 54 virtual status_t isCommonTimeValid(bool* valid, uint32_t* timelineID) {
246 status_t status = isCommonTimeValid(&valid, &timelineID);
  /frameworks/base/services/common_time/
common_clock_service.h 34 virtual status_t isCommonTimeValid(bool* valid, uint32_t *timelineID);
common_clock_service.cpp 41 status_t CommonClockService::isCommonTimeValid(bool* valid,
43 return mTimeServer.isCommonTimeValid(valid, timelineID);
common_time_server.h 56 status_t isCommonTimeValid(bool* valid, uint32_t* timelineID);
common_time_server_api.cpp 67 status_t CommonTimeServer::isCommonTimeValid(bool* valid,

Completed in 261 milliseconds