Searched defs:rs_tm (Results 1 - 2 of 2) sorted by path

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp145 } rs_tm; typedef in typeref:struct:__anon1986
825 rs_tm* rsLocaltime(rs_tm* local, const int *timer) {
827 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) {
830 return (rs_tm*)rsrLocalTime(rsc, (tm*)local, (time_t *)timer);
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp131 } rs_tm; typedef in typeref:struct:__anon2065
757 rs_tm *rsLocaltime(rs_tm *local, const int *timer) {
759 rs_tm *rsLocaltime(rs_tm *local, const time_t *timer) {
762 return (rs_tm *)rsrLocalTime(rsc, (tm *)local, (time_t *)timer);

Completed in 92 milliseconds