Searched refs:ENUM_RKDEVICE_TYPE (Results 1 – 9 of 9) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKImage.h | 13 ENUM_RKDEVICE_TYPE emSupportChip; 30 ENUM_RKDEVICE_TYPE GetSupportDevice(); 31 property<CRKImage, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice; 63 ENUM_RKDEVICE_TYPE m_supportDevice;
|
| H A D | RKBoot.h | 13 ENUM_RKDEVICE_TYPE emSupportChip; 51 ENUM_RKDEVICE_TYPE GetSupportDevice(); 52 property<CRKBoot, ENUM_RKDEVICE_TYPE, READ_ONLY> SupportDevice; 73 ENUM_RKDEVICE_TYPE m_supportDevice;
|
| H A D | RKDevice.h | 57 ENUM_RKDEVICE_TYPE GetDeviceType(); 58 void SetDeviceType(ENUM_RKDEVICE_TYPE value); 59 property<CRKDevice, ENUM_RKDEVICE_TYPE, READ_WRITE> DeviceType; 122 ENUM_RKDEVICE_TYPE m_device;
|
| H A D | RKScan.h | 9 ENUM_RKDEVICE_TYPE emDeviceType; 30 bool FindRockusbVidPid(ENUM_RKDEVICE_TYPE type, USHORT &usVid, USHORT &usPid); 50 bool IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid);
|
| H A D | DefineHeader.h | 59 } ENUM_RKDEVICE_TYPE; typedef 129 ENUM_RKDEVICE_TYPE emDeviceType;
|
| H A D | RKDevice.cpp | 30 void CRKDevice::SetDeviceType(ENUM_RKDEVICE_TYPE value) in SetDeviceType() 81 ENUM_RKDEVICE_TYPE CRKDevice::GetDeviceType() in GetDeviceType() 448 ENUM_RKDEVICE_TYPE curDeviceType = RKNONE_DEVICE; in CheckChip() 460 if ((ENUM_RKDEVICE_TYPE)(*pValue) == m_device) { in CheckChip()
|
| H A D | RKScan.cpp | 55 bool CRKScan::FindRockusbVidPid(ENUM_RKDEVICE_TYPE type, USHORT &usVid, USHORT &usPid) in FindRockusbVidPid() 284 bool CRKScan::IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid) in IsRockusbDevice() 303 ENUM_RKDEVICE_TYPE devType; in Search() 500 ENUM_RKDEVICE_TYPE devType; in Wait()
|
| H A D | RKBoot.cpp | 30 ENUM_RKDEVICE_TYPE CRKBoot::GetSupportDevice() in GetSupportDevice()
|
| H A D | RKImage.cpp | 21 ENUM_RKDEVICE_TYPE CRKImage::GetSupportDevice() in GetSupportDevice()
|