Home
last modified time | relevance | path

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

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