Searched refs:setVolumeNative (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidNativeInterface.java113 setVolumeNative(volume);
171 private native void setVolumeNative(int volume); method in class:HearingAidNativeInterface
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hearing_aid.cpp197 static void setVolumeNative(JNIEnv* env, jclass clazz, jint volume) { function in namespace:android
212 {"setVolumeNative", "(I)V", (void*)setVolumeNative},
H A Dcom_android_bluetooth_hfpclient.cpp555 static jboolean setVolumeNative(JNIEnv* env, jobject object, jbyteArray address, function in namespace:android
787 {"setVolumeNative", "([BII)Z", (void*)setVolumeNative},
H A Dcom_android_bluetooth_hfp.cpp619 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume_type, function in namespace:android
901 {"setVolumeNative", "(II[B)Z", (void*)setVolumeNative},
H A Dcom_android_bluetooth_avrcp.cpp936 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume) { function in namespace:android
1416 {"setVolumeNative", "(I)Z", (void*)setVolumeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetNativeInterface.java333 return setVolumeNative(volumeType, volume, Utils.getByteAddress(device));
482 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); method in class:HeadsetNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java52 static native boolean setVolumeNative(byte[] address, int volumeType, int volume); method in class:NativeInterface
H A DHeadsetClientStateMachine.java1208 if (NativeInterface.setVolumeNative(getByteAddress(mCurrentDevice),
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java674 if (setVolumeNative(avrcpVolume)) {
681 Log.d(TAG, "setVolumeNative failed");
697 if (setVolumeNative(mLastRemoteVolume)) {
1360 * requesting our handler to call setVolumeNative()
3081 private native boolean setVolumeNative(int volume); method in class:Avrcp

Completed in 158 milliseconds