/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | wt5001.cxx | 114 uint8_t month = 0, day = 0; in main() local 115 if (mp3->getDate(&year, &month, &day)) in main() 116 cout << "The device date is: " << int(month) << "/" << int(day) in main()
|
D | ds1307.cxx | 34 rtc->month << "/" << rtc->dayOfMonth << "/" << rtc->year << " " in printTime()
|
D | maxds3231m.cxx | 54 t.month = 3; in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | WT5001Sample.java | 107 short month[] = new short[1]; in main() local 109 if (mp3.getDate(year, month, day)) in main() 110 System.out.println("The device date is: " + year[0] + "/" + month[0] + "/" + day[0]); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | wt5001.py | 91 month = upmWt5001.uint8Array(0) variable 94 myMP3Player.getDate(year, month, day) 95 mp3date = str(month.__getitem__(0)) + "/"
|
D | ds1307.py | 32 RTCObj.month, RTCObj.dayOfMonth, RTCObj.year,
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | wt5001.js | 108 var month = new MP3Player.uint8Array(0); variable 110 myMP3Player.getDate(year, month, day); 111 var mp3date = month.getitem(0) + "/";
|
D | ds1307.js | 57 RTCObj.month + "/" + RTCObj.dayOfMonth + "/" + RTCObj.year + " " +
|
/hardware/bsp/intel/peripheral/libupm/src/wt5001/ |
D | wt5001.h | 258 bool setDate(uint16_t year, uint8_t month, uint8_t day); 328 bool getDate(uint16_t *year, uint8_t *month, uint8_t *day);
|
D | wt5001.cxx | 360 bool WT5001::setDate(uint16_t year, uint8_t month, uint8_t day) in setDate() argument 370 pkt[5] = month; // month in setDate() 544 bool WT5001::getDate(uint16_t *year, uint8_t *month, uint8_t *day) in getDate() argument 566 *month = buf[2]; in getDate()
|
D | javaupm_wt5001.i | 12 %apply uint8_t *OUTPUT { uint8_t *month, uint8_t *day };
|
/hardware/bsp/intel/peripheral/libupm/src/ds1307/ |
D | ds1307.cxx | 130 month = bcdToDec(buffer[5]); in loadTime() 167 buffer[5] = decToBcd(month); in setTime()
|
D | ds1307.h | 174 unsigned int month; variable
|
/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/ |
D | maxds3231m.h | 60 uint8_t month; member
|
D | maxds3231m.cxx | 66 time.month = BCDtoDEC(buffer[5] & 0x1F); in getDate()
|
/hardware/intel/img/psb_headers/DRM/cc54/inc/ |
D | drm_common_api.h | 55 uint8_t month; member
|
/hardware/ti/omap4-aah/camera/inc/ |
D | NV12_resize.h | 52 mmInt32 month; member
|
/hardware/ti/omap4xxx/camera/inc/ |
D | NV12_resize.h | 41 mmInt32 month; member
|
/hardware/ril/include/telephony/ |
D | ril_cdma_sms.h | 626 unsigned char month; /* 0x01-0x12 */ member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 2727 unsigned int maj, year, month, day, build; in ver2str() local 2733 month = vms & 0xFFFF; in ver2str() 2737 month, day, year, build); in ver2str()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/ |
D | loc_api_common.h | 73 u_char month; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_common.xdr | 112 unsigned char month;
|