HomeSort by relevance Sort by last modified time
    Searched refs:setVolumeNative (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 381 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume) {
409 {"setVolumeNative", "(I)Z",
410 (void *) setVolumeNative}
com_android_bluetooth_hfp.cpp 425 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) {
552 {"setVolumeNative", "(II)Z", (void *) setVolumeNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 370 if (setVolumeNative(setVol)) {
388 if (setVolumeNative(msg.arg1)) {
402 if (setVolumeNative(mLastSetVolume)) {
748 * requesting our handler to call setVolumeNative()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 255 milliseconds