Home
last modified time | relevance | path

Searched refs:selectActivePresetNative (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java62 selectActivePresetNative(getByteAddress(device), presetIndex); in selectActivePreset()
106 private native void selectActivePresetNative(byte[] byteAddress, int presetIndex); in selectActivePresetNative() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hap_client.cpp418 static void selectActivePresetNative(JNIEnv* env, jobject /* object */, jbyteArray address, in selectActivePresetNative() function
575 {"selectActivePresetNative", "([BI)V", reinterpret_cast<void*>(selectActivePresetNative)}, in register_com_android_bluetooth_hap_client() method