Searched refs:registerNotificationRspAvalPlayerChangedNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java1043 registerNotificationRspAvalPlayerChangedNative(
1051 registerNotificationRspAvalPlayerChangedNative(
1175 registerNotificationRspAvalPlayerChangedNative(
2801 if (!registerNotificationRspAvalPlayerChangedNative(type)) {
2802 Log.e(TAG, "registerNotificationRspAvalPlayerChangedNative failed!");
3117 private native boolean registerNotificationRspAvalPlayerChangedNative(int type); method in class:Avrcp
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp915 static jboolean registerNotificationRspAvalPlayerChangedNative(JNIEnv* env, function in namespace:android
1448 {"registerNotificationRspAvalPlayerChangedNative", "(I)Z",
1449 (void*)registerNotificationRspAvalPlayerChangedNative},

Completed in 40 milliseconds