Searched refs:supported_commands_ (Results 1 – 2 of 2) sorted by relevance
68 for (int i = 0; i < 35; i++) supported_commands_[i] = 0xff; in DeviceProperties()71 for (int i = 35; i < 64; i++) supported_commands_[i] = 0x00; in DeviceProperties()
45 return supported_commands_; in GetSupportedCommands()49 supported_commands_ = commands; in SetSupportedCommands()379 std::array<uint8_t, 64> supported_commands_; variable