Searched refs:BTRC_SCOPE_NOW_PLAYING (Results 1 – 4 of 4) sorted by relevance
61 static final byte BTRC_SCOPE_NOW_PLAYING = 0x03; /* Now Playing */ field in AvrcpConstants
706 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()
85 getFolderItemsFilterAttr(bdaddr, reqObj, items, AvrcpConstants.BTRC_SCOPE_NOW_PLAYING, in getFolderItemsNowPlaying()
1098 scope == BTRC_SCOPE_NOW_PLAYING) { in getFolderItemsRspNative()