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

  /external/opencore/oscl/oscl/config/shared/
osclconfig_time_check.h 34 OsclBasicTimeStruct type should be defined to the platform-specific
37 typedef OsclBasicTimeStruct __Validate__BasicTimeStruct__;
  /external/opencore/oscl/oscl/config/android/
osclconfig_time.h 46 typedef struct timeval OsclBasicTimeStruct;
  /external/opencore/oscl/oscl/config/linux/
osclconfig_time.h 46 typedef struct timeval OsclBasicTimeStruct;
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.h 209 /*! \param in_tv OsclBasicTimeStruct as defined for each platform.
211 OSCL_COND_IMPORT_REF TimeValue(const OsclBasicTimeStruct& in_tv);
308 OSCL_COND_IMPORT_REF OsclBasicTimeStruct * get_timeval_ptr();
312 OsclBasicTimeStruct ts;
313 const OsclBasicTimeStruct *getBasicTimeStruct() const
oscl_time.inl 271 OSCL_COND_EXPORT_REF OSCL_INLINE TimeValue::TimeValue(const OsclBasicTimeStruct& in_tv)
325 OSCL_COND_EXPORT_REF OSCL_INLINE OsclBasicTimeStruct * TimeValue::get_timeval_ptr()

Completed in 219 milliseconds