HomeSort by relevance Sort by last modified time
    Searched refs:registerNotificationRspPlayPosNative (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 364 static jboolean registerNotificationRspPlayPosNative(JNIEnv *env, jobject object,
407 {"registerNotificationRspPlayPosNative", "(II)Z",
408 (void *) registerNotificationRspPlayPosNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 334 registerNotificationRspPlayPosNative(mPlayPosChangedNT, (int)getPlayPosition());
484 registerNotificationRspPlayPosNative(mPlayPosChangedNT, (int)playPosition);
548 registerNotificationRspPlayPosNative(mPlayPosChangedNT,
610 registerNotificationRspPlayPosNative(mPlayPosChangedNT, (int)songPosition);
    [all...]

Completed in 80 milliseconds