Lines Matching refs:value
22 void CRKDevice::SetVendorID(USHORT value) in SetVendorID() argument
24 m_vid = value; in SetVendorID()
26 void CRKDevice::SetProductID(USHORT value) in SetProductID() argument
28 m_pid = value; in SetProductID()
30 void CRKDevice::SetDeviceType(ENUM_RKDEVICE_TYPE value) in SetDeviceType() argument
32 m_device = value; in SetDeviceType()
34 void CRKDevice::SetOsType(ENUM_OS_TYPE value) in SetOsType() argument
36 m_os = value; in SetOsType()
39 void CRKDevice::SetUsbType(ENUM_RKUSB_TYPE value) in SetUsbType() argument
41 m_usb = value; in SetUsbType()
43 void CRKDevice::SetBcdUsb(USHORT value) in SetBcdUsb() argument
45 m_bcdUsb = value; in SetBcdUsb()
47 void CRKDevice::SetLayerName(char *value) in SetLayerName() argument
49 strcpy(m_layerName,value); in SetLayerName()
51 void CRKDevice::SetLocationID(DWORD value) in SetLocationID() argument
53 m_locationID = value; in SetLocationID()
56 void CRKDevice::SetCallBackPointer(ProgressPromptCB value) in SetCallBackPointer() argument
58 if (value) in SetCallBackPointer()
60 m_callBackProc = value; in SetCallBackPointer()