Searched refs:setVolumeNative (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterface.java | 124 setVolumeNative(volume); in setVolume() 183 private native void setVolumeNative(int volume); in setVolumeNative() method in HearingAidNativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hearing_aid.cpp | 212 static void setVolumeNative(JNIEnv* env, jclass clazz, jint volume) { in setVolumeNative() function 228 {"setVolumeNative", "(I)V", (void*)setVolumeNative},
|
D | com_android_bluetooth_hfpclient.cpp | 618 static jboolean setVolumeNative(JNIEnv* env, jobject object, jbyteArray address, in setVolumeNative() function 850 {"setVolumeNative", "([BII)Z", (void*)setVolumeNative},
|
D | com_android_bluetooth_hfp.cpp | 678 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume_type, in setVolumeNative() function 972 {"setVolumeNative", "(II[B)Z", (void*)setVolumeNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 354 return setVolumeNative(volumeType, volume, Utils.getByteAddress(device)); in setVolume() 507 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative() method in HeadsetNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | NativeInterface.java | 153 return setVolumeNative(address, volumeType, volume); in setVolume() 282 private static native boolean setVolumeNative(byte[] address, int volumeType, int volume); in setVolumeNative() method in NativeInterface
|