Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:setAvrcpAbsoluteVolume

606     public void setAvrcpAbsoluteVolume(int volume) {
607 if (DBG) Log.d(TAG, "setAvrcpAbsoluteVolume");
611 mService.setAvrcpAbsoluteVolume(volume);
615 Log.e(TAG, "Error talking to BT service in setAvrcpAbsoluteVolume()", e);