Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpConstants.java61 static final byte BTRC_SCOPE_NOW_PLAYING = 0x03; /* Now Playing */ field in AvrcpConstants
DAvrcp.java706 case AvrcpConstants.BTRC_SCOPE_NOW_PLAYING: in handleMessage()
2155 if (folderObj.mScope == AvrcpConstants.BTRC_SCOPE_NOW_PLAYING) { in handleGetFolderItemBrowseResponse()
2189 if (scope == AvrcpConstants.BTRC_SCOPE_NOW_PLAYING) { in handlePlayItemResponse()
2210 if (itemAttr.mScope == AvrcpConstants.BTRC_SCOPE_NOW_PLAYING) { in handleGetItemAttr()
2238 } else if (scope == AvrcpConstants.BTRC_SCOPE_NOW_PLAYING) { in handleGetTotalNumOfItemsResponse()
DAddressedMediaPlayer.java85 getFolderItemsFilterAttr(bdaddr, reqObj, items, AvrcpConstants.BTRC_SCOPE_NOW_PLAYING, in getFolderItemsNowPlaying()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp1098 scope == BTRC_SCOPE_NOW_PLAYING) { in getFolderItemsRspNative()