Home
last modified time | relevance | path

Searched refs:now_playing (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_target.cpp55 static void playItem(uint16_t player_id, bool now_playing,
125 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() argument
127 playItem(player_id, now_playing, media_id); in PlayItem()
726 static void playItem(uint16_t player_id, bool now_playing, in playItem() argument
735 now_playing ? JNI_TRUE : JNI_FALSE, j_media_id); in playItem()