Home
last modified time | relevance | path

Searched defs:setVolumeNative (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java45 static native boolean setVolumeNative(byte[] address, int volumeType, int volume); in setVolumeNative() method in NativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp550 static jboolean setVolumeNative(JNIEnv* env, jobject object, jbyteArray address, in setVolumeNative() function
Dcom_android_bluetooth_hfp.cpp588 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume_type, in setVolumeNative() function
Dcom_android_bluetooth_avrcp.cpp930 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume) { in setVolumeNative() function
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3445 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative() method in HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java2847 private native boolean setVolumeNative(int volume); in setVolumeNative() method in Avrcp