Searched defs:registerNotificationRspAddrPlayerChangedNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp894 static jboolean registerNotificationRspAddrPlayerChangedNative( function in namespace:android
1445 {"registerNotificationRspAddrPlayerChangedNative", "(III)Z",
1446 (void*)registerNotificationRspAddrPlayerChangedNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java1053 registerNotificationRspAddrPlayerChangedNative(
1184 registerNotificationRspAddrPlayerChangedNative(
2794 if (!registerNotificationRspAddrPlayerChangedNative(type, playerId, sUIDCounter)) {
2795 Log.e(TAG, "registerNotificationRspAddrPlayerChangedNative failed!");
3114 private native boolean registerNotificationRspAddrPlayerChangedNative(int type, int playerId, method in class:Avrcp

Completed in 18 milliseconds