/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterface.java | 119 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/ |
D | VolumeControlNativeInterface.java | 103 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/ |
D | com_android_bluetooth_hearing_aid.cpp | 198 static void setVolumeNative(JNIEnv* /* env */, jclass /* clazz */, in setVolumeNative() function 215 {"setVolumeNative", "(I)V", (void*)setVolumeNative}, in register_com_android_bluetooth_hearing_aid()
|
D | com_android_bluetooth_vc.cpp | 306 static void setVolumeNative(JNIEnv* env, jobject /* object */, in setVolumeNative() function 527 {"setVolumeNative", "([BI)V", (void*)setVolumeNative}, in register_com_android_bluetooth_vc()
|
D | com_android_bluetooth_hfpclient.cpp | 620 static jboolean setVolumeNative(JNIEnv* env, jobject /* object */, in setVolumeNative() function 903 {"setVolumeNative", "([BII)Z", (void*)setVolumeNative}, in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_hfp.cpp | 671 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/ |
D | HeadsetNativeInterface.java | 401 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/ |
D | NativeInterface.java | 166 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
|