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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp319 static jboolean registerNotificationRspPlayStatusNative(JNIEnv *env, jobject object, function in namespace:android
404 {"registerNotificationRspPlayStatusNative", "(II)Z",
405 (void *) registerNotificationRspPlayStatusNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java525 registerNotificationRspPlayStatusNative(mPlayStatusChangedNT, newPlayStatus);
613 registerNotificationRspPlayStatusNative(mPlayStatusChangedNT,
876 private native boolean registerNotificationRspPlayStatusNative(int type, int playStatus); method in class:Avrcp

Completed in 35 milliseconds