Home
last modified time | relevance | path

Searched refs:getFolderListNative (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp1074 static void getFolderListNative(JNIEnv* env, jobject object, jbyteArray address, in getFolderListNative() function
1224 {"getFolderListNative", "([BII)V", (void*)getFolderListNative},
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java402 timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).getFolderListNative(eq(mTestAddress), in testBrowsingCommands()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java604 mService.getFolderListNative(mDeviceAddress, in fetchContents()
DAvrcpControllerService.java777 public native void getFolderListNative(byte[] address, int start, int end); in getFolderListNative() method in AvrcpControllerService