Home
last modified time | relevance | path

Searched refs:setVolumeNative (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java119 setVolumeNative(volume); in setVolume()
182 private native void setVolumeNative(int volume); in setVolumeNative() method in HearingAidNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java103 setVolumeNative(getByteAddress(device), volume); in setVolume()
160 setVolumeNative(getByteAddress(device), offset); in setExtAudioOutVolumeOffset()
342 private native void setVolumeNative(byte[] address, int volume); in setVolumeNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hearing_aid.cpp198 static void setVolumeNative(JNIEnv* /* env */, jclass /* clazz */, in setVolumeNative() function
215 {"setVolumeNative", "(I)V", (void*)setVolumeNative}, in register_com_android_bluetooth_hearing_aid()
Dcom_android_bluetooth_vc.cpp306 static void setVolumeNative(JNIEnv* env, jobject /* object */, in setVolumeNative() function
527 {"setVolumeNative", "([BI)V", (void*)setVolumeNative}, in register_com_android_bluetooth_vc()
Dcom_android_bluetooth_hfpclient.cpp620 static jboolean setVolumeNative(JNIEnv* env, jobject /* object */, in setVolumeNative() function
903 {"setVolumeNative", "([BII)Z", (void*)setVolumeNative}, in register_com_android_bluetooth_hfpclient()
Dcom_android_bluetooth_hfp.cpp671 static jboolean setVolumeNative(JNIEnv* env, jobject /* object */, in setVolumeNative() function
999 {"setVolumeNative", "(II[B)Z", (void*)setVolumeNative}, in register_com_android_bluetooth_hfp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java401 return setVolumeNative(volumeType, volume, getByteAddress(device)); in setVolume()
593 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java166 return setVolumeNative(getByteAddress(device), volumeType, volume); in setVolume()
312 private static native boolean setVolumeNative(byte[] address, int volumeType, int volume); in setVolumeNative() method in NativeInterface