Home
last modified time | relevance | path

Searched refs:HID_HOST_SHIFT_OPRATURN_8 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp574 static_cast<uint16_t>(static_cast<uint16_t>(data[offset + 1]) << HID_HOST_SHIFT_OPRATURN_8); in SavePnpInformation()
577 static_cast<uint16_t>(static_cast<uint16_t>(data[offset + 1]) << HID_HOST_SHIFT_OPRATURN_8); in SavePnpInformation()
580 static_cast<uint16_t>(static_cast<uint16_t>(data[offset + 1]) << HID_HOST_SHIFT_OPRATURN_8); in SavePnpInformation()
H A Dhid_host_defines.h263 static constexpr uint8_t HID_HOST_SHIFT_OPRATURN_8 = 8; variable
H A Dhid_host_l2cap_connection.cpp280 buf[offset] = (sendData.data >> HID_HOST_SHIFT_OPRATURN_8) & 0xff; in SendGetReport()