Searched refs:rs_tm (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_time.rsh44 * rs_tm: Date and time structure
58 } rs_tm;
73 * Converts the time specified by timer into a rs_tm structure that provides year, month,
85 extern rs_tm* __attribute__((overloadable))
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
/frameworks/rs/api/
H A Drs_time.spec38 type: rs_tm
63 ret: rs_tm*, "Pointer to the output local time, i.e. the same value as the parameter local."
64 arg: rs_tm* local, "Pointer to time structure where the local time will be stored."
68 Converts the time specified by timer into a @rs_tm structure that provides year, month,
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp129 } rs_tm; typedef in typeref:struct:__anon1650
764 rs_tm* rsLocaltime(rs_tm* local, const int *timer) {
766 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) {
769 return (rs_tm*)rsrLocalTime(rsc, (tm*)local, (time_t *)timer);

Completed in 79 milliseconds