Searched defs:getCurrentPlayerId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
H A DAvrcpNativeInterface.java110 int getCurrentPlayerId() { method in class:AvrcpNativeInterface
111 d("getCurrentPlayerId");
117 return mAvrcpService.getCurrentPlayerId();
H A DAvrcpTargetService.java296 int getCurrentPlayerId() { method in class:AvrcpTargetService
297 return mMediaPlayerList.getCurrentPlayerId();
H A DMediaPlayerList.java205 int getCurrentPlayerId() { method in class:MediaPlayerList
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp47 static uint16_t getCurrentPlayerId();
91 uint16_t current_player = getCurrentPlayerId();
181 env->GetMethodID(clazz, "getCurrentPlayerId", "()I");
523 static uint16_t getCurrentPlayerId() { function in namespace:android

Completed in 110 milliseconds