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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 45 static native boolean setVolumeNative(byte[] address, int volumeType, int volume);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 589 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume_type,
821 {"setVolumeNative", "(II[B)Z", (void*)setVolumeNative},
com_android_bluetooth_hfpclient.cpp 552 static jboolean setVolumeNative(JNIEnv* env, jobject object, jbyteArray address,
784 {"setVolumeNative", "([BII)Z", (void*)setVolumeNative},
com_android_bluetooth_avrcp.cpp 930 static jboolean setVolumeNative(JNIEnv* env, jobject object, jint volume) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 562 if (setVolumeNative(retry_volume)) {
628 if (setVolumeNative(setVol)) {
635 if (DEBUG) Log.d(TAG, "setVolumeNative failed");
665 if (setVolumeNative(avrcpVolume)) {
671 if (DEBUG) Log.d(TAG, "setVolumeNative failed");
685 if (setVolumeNative(mLastRemoteVolume)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]

Completed in 3842 milliseconds