Searched defs:setVolumeNative (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp381 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume) { function in namespace:android
409 {"setVolumeNative", "(I)Z",
410 (void *) setVolumeNative}
H A Dcom_android_bluetooth_hfp.cpp425 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) { function in namespace:android
552 {"setVolumeNative", "(II)Z", (void *) setVolumeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DAvrcp.java370 if (setVolumeNative(setVol)) {
388 if (setVolumeNative(msg.arg1)) {
402 if (setVolumeNative(mLastSetVolume)) {
748 * requesting our handler to call setVolumeNative()
835 private native boolean setVolumeNative(int volume); method in class:Avrcp
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java1024 setVolumeNative(HeadsetHalConstants.VOLUME_TYPE_SPK, volumeValue);
2074 private native boolean setVolumeNative(int volumeType, int volume); method in class:HeadsetStateMachine

Completed in 68 milliseconds