Home
last modified time | relevance | path

Searched defs:playStatus (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp238 static jboolean getPlayStatusRspNative(JNIEnv *env, jobject object, jint playStatus, in getPlayStatusRspNative()
320 jint type, jint playStatus) { in registerNotificationRspPlayStatusNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java727 int playStatus = PLAYSTATUS_ERROR; in convertPlayStateToPlayStatus() local
901 private native boolean getPlayStatusRspNative(int playStatus, int songLen, int songPos); in getPlayStatusRspNative()
903 private native boolean registerNotificationRspPlayStatusNative(int type, int playStatus); in registerNotificationRspPlayStatusNative()