Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java1034 mService.changeFolderPathNative( in navigateToFolderOrRetrieve()
1041 mService.changeFolderPathNative( in navigateToFolderOrRetrieve()
DAvrcpControllerService.java1012 public native void changeFolderPathNative(byte[] address, byte direction, long uid); in changeFolderPathNative() method in AvrcpControllerService
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1192 static void changeFolderPathNative(JNIEnv* env, jobject object, in changeFolderPathNative() function
1305 {"changeFolderPathNative", "([BBJ)V", (void*)changeFolderPathNative},