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.cpp54 static void playItem(uint16_t player_id, bool now_playing,
124 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() argument
126 playItem(player_id, now_playing, media_id); in PlayItem()
725 static void playItem(uint16_t player_id, bool now_playing, in playItem() argument
734 now_playing ? JNI_TRUE : JNI_FALSE, j_media_id); in playItem()