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.java114 selectActivePresetNative(getByteAddress(device), presetIndex); in selectActivePreset()
367 private native void selectActivePresetNative(byte[] byteAddress, int presetIndex); in selectActivePresetNative() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hap_client.cpp409 static void selectActivePresetNative(JNIEnv* env, jobject /* object */, in selectActivePresetNative() function
574 {"selectActivePresetNative", "([BI)V", (void*)selectActivePresetNative}, in register_com_android_bluetooth_hap_client()