OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPlayerApplicationSetting
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl
37
boolean
setPlayerApplicationSetting
(in BluetoothAvrcpPlayerSettings plAppSetting);
BluetoothAvrcpController.java
350
public boolean
setPlayerApplicationSetting
(BluetoothAvrcpPlayerSettings plAppSetting) {
351
if (DBG) Log.d(TAG, "
setPlayerApplicationSetting
");
354
return mService.
setPlayerApplicationSetting
(plAppSetting);
356
Log.e(TAG, "Error talking to BT service in
setPlayerApplicationSetting
() " + e);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java
326
public boolean
setPlayerApplicationSetting
(BluetoothAvrcpPlayerSettings plAppSetting) {
466
public boolean
setPlayerApplicationSetting
(BluetoothAvrcpPlayerSettings plAppSetting) {
467
Log.v(TAG,"Binder Call:
setPlayerApplicationSetting
" );
470
return service.
setPlayerApplicationSetting
(plAppSetting);
[
all
...]
Completed in 72 milliseconds