Home
last modified time | relevance | path

Searched refs:rsLocaltime (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drstime.rs10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Drstime.rs10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drstime.rs10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Drstime.rs10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
Dapitest.rs1285 rsLocaltime((rs_tm *) &rstm, (rs_time_t *) &rst);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drstime.rs10 rsLocaltime(&tm, &curTime);
24 rsLocaltime(&tm, &curTime);
/frameworks/rs/scriptc/
Drs_time.rsh88 rsLocaltime(rs_tm *local, const rs_time_t *timer);
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp1567 rs_tm* rsLocaltime(rs_tm* local, const int *timer) { in rsLocaltime() function