Searched defs:setVolumeNative (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 45 static native boolean setVolumeNative(byte[] address, int volumeType, int volume); in setVolumeNative() method in NativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 550 static jboolean setVolumeNative(JNIEnv* env, jobject object, jbyteArray address, in setVolumeNative() function
|
D | com_android_bluetooth_hfp.cpp | 588 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume_type, in setVolumeNative() function
|
D | com_android_bluetooth_avrcp.cpp | 930 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume) { in setVolumeNative() function
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 3445 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative() method in HeadsetStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | Avrcp.java | 2847 private native boolean setVolumeNative(int volume); in setVolumeNative() method in Avrcp
|