Home
last modified time | relevance | path

Searched refs:ENUM_RKDEVICE_TYPE (Results 1 – 9 of 9) sorted by relevance

/rkdeveloptool/
H A DRKImage.h13 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 DRKBoot.h13 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 DRKDevice.h57 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 DRKScan.h9 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 DDefineHeader.h59 } ENUM_RKDEVICE_TYPE; typedef
129 ENUM_RKDEVICE_TYPE emDeviceType;
H A DRKDevice.cpp30 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 DRKScan.cpp55 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 DRKBoot.cpp30 ENUM_RKDEVICE_TYPE CRKBoot::GetSupportDevice() in GetSupportDevice()
H A DRKImage.cpp21 ENUM_RKDEVICE_TYPE CRKImage::GetSupportDevice() in GetSupportDevice()