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

  /frameworks/rs/script_api/include/
rs_time.rsh 44 * 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);
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 44 * 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/script_api/
rs_time.spec 38 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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
rstime.rs 23 rs_tm tm;
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 131 } rs_tm; typedef in typeref:struct:__anon41690
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);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 145 } rs_tm; typedef in typeref:struct:__anon41611
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);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 40 volatile static rs_tm rstm;
    [all...]

Completed in 250 milliseconds