Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java78 previousActivePresetNative(getByteAddress(device)); in previousActivePreset()
114 private native void previousActivePresetNative(byte[] byteAddress); in previousActivePresetNative() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hap_client.cpp476 static void previousActivePresetNative(JNIEnv* env, jobject /* object */, jbyteArray address) { in previousActivePresetNative() function
582 reinterpret_cast<void*>(previousActivePresetNative)}, in register_com_android_bluetooth_hap_client()