OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plAppSetting
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java
328
PlayerApplicationSettings
plAppSetting
= new PlayerApplicationSettings();
329
plAppSetting
.attr_Id = bb.get();
331
plAppSetting
.supported_values = new byte[numSupportedVals];
333
plAppSetting
.supported_values[i] = bb.get();
335
mPlayerAppSetting.add(
plAppSetting
);
346
for(PlayerApplicationSettings
plAppSetting
: mPlayerAppSetting) {
347
if(
plAppSetting
.attr_Id == attribId)
348
plAppSetting
.attr_val = bb.get();
359
for(PlayerApplicationSettings
plAppSetting
: mPlayerAppSetting) {
360
switch(
plAppSetting
.attr_Id)
[
all
...]
AvrcpControllerService.java
326
public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings
plAppSetting
) {
334
int mSettings =
plAppSetting
.getSettings();
342
mSettings =
plAppSetting
.getSettings();
350
BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER,
plAppSetting
.
356
BluetoothAvrcpPlayerSettings.SETTING_REPEAT,
plAppSetting
.
362
BluetoothAvrcpPlayerSettings.SETTING_SHUFFLE,
plAppSetting
.
368
BluetoothAvrcpPlayerSettings.SETTING_SCAN,
plAppSetting
.
466
public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings
plAppSetting
) {
470
return service.setPlayerApplicationSetting(
plAppSetting
);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl
37
boolean setPlayerApplicationSetting(in BluetoothAvrcpPlayerSettings
plAppSetting
);
BluetoothAvrcpController.java
350
public boolean setPlayerApplicationSetting(BluetoothAvrcpPlayerSettings
plAppSetting
) {
354
return mService.setPlayerApplicationSetting(
plAppSetting
);
Completed in 40 milliseconds