Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java105 changeFolderPathNative(address, direction, uid); in changeFolderPath()
462 private native void changeFolderPathNative(byte[] address, byte direction, long uid); in changeFolderPathNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1067 static void changeFolderPathNative(JNIEnv* env, jobject /* object */, in changeFolderPathNative() function
1184 {"changeFolderPathNative", "([BBJ)V", (void*)changeFolderPathNative}, in register_com_android_bluetooth_avrcp_controller()