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

  /system/bt/include/hardware/avrcp/
avrcp_common.h 297 enum : uint8_t { PLAYER = 0x01, FOLDER = 0x02, SONG = 0x03 } type_;
309 MediaListItem(MediaElementItem item) : type_(SONG), song_(item) {}
320 case SONG:
334 case SONG:
346 case SONG:
avrcp.h 66 SONG,
70 SongInfo song; member in namespace:bluetooth::avrcp
  /system/bt/profile/avrcp/
device.cc 354 for (const SongInfo& song : song_list) {
355 now_playing_ids_.insert(song.media_id);
356 if (curr_song_id == song.media_id) {
358 << song.media_id;
880 (temp.type == ListItem::SONG && temp.song.media_id == media_id)) {
1003 auto song = items[i].song; local
1039 auto song = song_list[i]; local
    [all...]
  /system/bt/packet/avrcp/
get_folder_items.cc 133 case MediaListItem::SONG:
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_target.cpp 515 jobject song = sCallbackEnv->CallObjectMethod(song_list, method_get, i); local
516 ret.push_back(getSongInfoFromJavaObj(sCallbackEnv.get(), song));
517 sCallbackEnv->DeleteLocalRef(song);
676 class_listItem, "song", "Lcom/android/bluetooth/avrcp/Metadata;");
693 ListItem::SONG, FolderInfo(),

Completed in 1446 milliseconds