Searched refs:myValues (Results 1 – 2 of 2) sorted by relevance
1037 std::vector<uint8_t> myValues; in SetPlayerAppSettingCurrentValue() local1044 myValues.push_back(static_cast<uint8_t>(value)); in SetPlayerAppSettingCurrentValue()1048 …pl->service_->SetPlayerAppSettingCurrentValue(BluetoothRawAddress(device), myAttributes, myValues); in SetPlayerAppSettingCurrentValue()1085 std::vector<uint8_t> myValues; in GetPlayerAppSettingValueText() local1088 myValues.push_back(static_cast<uint8_t>(value)); in GetPlayerAppSettingValueText()1093 static_cast<uint8_t>(attributes), myValues); in GetPlayerAppSettingValueText()
1291 std::vector<int32_t> myValues; in SetPlayerAppSettingCurrentValue() local1311 myValues.push_back(static_cast<int32_t>(value)); in SetPlayerAppSettingCurrentValue()1316 result = proxy->SetPlayerAppSettingCurrentValue(rawAddr, myAttributes, myValues); in SetPlayerAppSettingCurrentValue()1369 std::vector<int32_t> myValues; in GetPlayerApplicationSettingValueText() local1379 myValues.push_back(static_cast<int32_t>(value)); in GetPlayerApplicationSettingValueText()1382 …result = proxy->GetPlayerAppSettingValueText(rawAddr, static_cast<int32_t>(attributeId), myValues); in GetPlayerApplicationSettingValueText()