OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_checkDate
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h
103
int32_t
drm_checkDate
(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec);
/frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c
51
int32_t
drm_checkDate
(int32_t year, int32_t month, int32_t day,
128
if (0 !=
drm_checkDate
(year, mon, day, hour, min, sec))
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c
347
if (-1 ==
drm_checkDate
(curDateTime.year, curDateTime.month, curDateTime.day,
461
if (-1 ==
drm_checkDate
(curDateTime.year, curDateTime.month, curDateTime.day,
[
all
...]
Completed in 20 milliseconds