Home | History | Annotate | Download | only in hfp

Lines Matching refs:volumeType

2649     private void processVolumeEvent(int volumeType, int volume, BluetoothDevice device) {
2655 if (volumeType == HeadsetHalConstants.VOLUME_TYPE_SPK) {
2659 } else if (volumeType == HeadsetHalConstants.VOLUME_TYPE_MIC) {
2662 Log.e(TAG, "Bad voluem type: " + volumeType);
3418 private native boolean setVolumeNative(int volumeType, int volume, byte[] address);