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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 382 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume) {
410 {"setVolumeNative", "(I)Z",
411 (void *) setVolumeNative},
com_android_bluetooth_hfpclient.cpp 465 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) {
595 {"setVolumeNative", "(II)Z", (void *) setVolumeNative},
com_android_bluetooth_hfp.cpp 627 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type,
833 {"setVolumeNative", "(II[B)Z", (void *) setVolumeNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 359 if (setVolumeNative(setVol)) {
377 if (setVolumeNative(msg.arg1)) {
391 if (setVolumeNative(mLastSetVolume)) {
785 * requesting our handler to call setVolumeNative()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 396 milliseconds