OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsLocaltime
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/scriptc/
rs_time.rsh
71
*
rsLocaltime
: Convert to local time
86
rsLocaltime
(rs_tm* local, const rs_time_t* timer);
/prebuilts/sdk/renderscript/include/
rs_time.rsh
71
*
rsLocaltime
: Convert to local time
86
rsLocaltime
(rs_tm* local, const rs_time_t* timer);
/frameworks/rs/api/
rs_time.spec
62
function:
rsLocaltime
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
752
//
rsLocaltime
are set to explicitly take 'const int *' so we generate the
764
rs_tm*
rsLocaltime
(rs_tm* local, const int *timer) {
766
rs_tm*
rsLocaltime
(rs_tm* local, const time_t *timer) {
[
all
...]
Completed in 75 milliseconds