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

  /frameworks/rs/script_api/include/
rs_time.rsh 30 * rs_time_t: Seconds since January 1, 1970
36 typedef int rs_time_t;
40 typedef long rs_time_t;
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
101 extern rs_time_t __attribute__((overloadable))
102 rsTime(rs_time_t* timer);
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 30 * rs_time_t: Seconds since January 1, 1970
36 typedef int rs_time_t;
40 typedef long rs_time_t;
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
101 extern rs_time_t __attribute__((overloadable))
102 rsTime(rs_time_t* timer);
  /frameworks/rs/script_api/
rs_time.spec 24 type: rs_time_t
33 type: rs_time_t
65 arg: const rs_time_t* timer, "Input time as a number of seconds since January 1, 1970."
77 ret: rs_time_t, "Seconds since the Epoch, -1 if there's an error."
78 arg: rs_time_t* timer, "Location to also store the returned calendar time."
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
rstime.rs 22 rs_time_t curTime = rsTime(0);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 39 volatile static rs_time_t rst;
    [all...]

Completed in 161 milliseconds