Searched refs:plAppSetting (Results 1 – 2 of 2) sorted by relevance
328 PlayerApplicationSettings plAppSetting = new PlayerApplicationSettings(); in setSupportedPlayerAppSetting() local329 plAppSetting.attr_Id = bb.get(); in setSupportedPlayerAppSetting()331 plAppSetting.supported_values = new byte[numSupportedVals]; in setSupportedPlayerAppSetting()333 plAppSetting.supported_values[i] = bb.get(); in setSupportedPlayerAppSetting()335 mPlayerAppSetting.add(plAppSetting); in setSupportedPlayerAppSetting()346 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in updatePlayerAppSetting()347 if(plAppSetting.attr_Id == attribId) in updatePlayerAppSetting()348 plAppSetting.attr_val = bb.get(); in updatePlayerAppSetting()359 for(PlayerApplicationSettings plAppSetting: mPlayerAppSetting) { in getSupportedPlayerAppSetting()360 switch(plAppSetting.attr_Id) { in getSupportedPlayerAppSetting()[all …]
326 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) { in setPlayerApplicationSetting() argument334 int mSettings = plAppSetting.getSettings(); in setPlayerApplicationSetting()342 mSettings = plAppSetting.getSettings(); in setPlayerApplicationSetting()350 BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER, plAppSetting. in setPlayerApplicationSetting()356 BluetoothAvrcpPlayerSettings.SETTING_REPEAT, plAppSetting. in setPlayerApplicationSetting()362 BluetoothAvrcpPlayerSettings.SETTING_SHUFFLE, plAppSetting. in setPlayerApplicationSetting()368 BluetoothAvrcpPlayerSettings.SETTING_SCAN, plAppSetting. in setPlayerApplicationSetting()466 public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings plAppSetting) { in setPlayerApplicationSetting() argument470 return service.setPlayerApplicationSetting(plAppSetting); in setPlayerApplicationSetting()