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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp873 static jboolean registerNotificationRspUIDsChangedNative(JNIEnv* env, function in namespace:android
1451 {"registerNotificationRspUIDsChangedNative", "(II)Z",
1452 (void*)registerNotificationRspUIDsChangedNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java1194 registerNotificationRspUIDsChangedNative(AvrcpConstants.NOTIFICATION_TYPE_INTERIM,
2808 if (!registerNotificationRspUIDsChangedNative(type, sUIDCounter)) {
2809 Log.e(TAG, "registerNotificationRspUIDsChangedNative failed!");
3119 private native boolean registerNotificationRspUIDsChangedNative(int type, int uidCounter); method in class:Avrcp

Completed in 182 milliseconds