Searched defs:absVol (Results 1 – 1 of 1) sorted by relevance
| /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
| D | AvrcpControllerService.java | 738 private void setAbsVolume(int absVol, int label) in setAbsVolume() 761 sendAbsVolRspNative(getByteAddress(mAvrcpRemoteDevice.mBTDevice), absVol, label); in setAbsVolume() local 864 private void handleSetAbsVolume(byte[] address, byte absVol, byte label) in handleSetAbsVolume() 959 private native void sendAbsVolRspNative(byte[] address, int absVol, int label); in sendAbsVolRspNative() 961 private native void sendRegisterAbsVolRspNative(byte[] address, byte rspType, int absVol, in sendRegisterAbsVolRspNative()
|