Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java135 nextActivePresetNative(getByteAddress(device)); in nextActivePreset()
371 private native void nextActivePresetNative(byte[] byteAddress); in nextActivePresetNative() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hap_client.cpp440 static void nextActivePresetNative(JNIEnv* env, jobject /* object */, in nextActivePresetNative() function
577 {"nextActivePresetNative", "([B)V", (void*)nextActivePresetNative}, in register_com_android_bluetooth_hap_client()