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

  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 89 int32_t drm_monthDays(int32_t year, int32_t month);
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 25 int32_t drm_monthDays(int32_t year, int32_t month)
55 day >= 1 && day <= drm_monthDays(year, month) &&
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 425 if (day > (ret = drm_monthDays(year, mon))) {
    [all...]

Completed in 36 milliseconds