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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpConstants.java 42 static final byte RSP_INV_ITEM = 0x09; /* Invalid Item */
BrowsedMediaPlayer.java 186 int status = AvrcpConstants.RSP_INV_ITEM;
408 mMediaInterface.changePathRsp(mBDAddr, AvrcpConstants.RSP_INV_ITEM, 0);
451 mMediaInterface.getItemAttrRsp(mBDAddr, AvrcpConstants.RSP_INV_ITEM, null);
528 mMediaInterface.playItemRsp(mBDAddr, AvrcpConstants.RSP_INV_ITEM);
    [all...]
AddressedMediaPlayer.java 118 mMediaInterface.getItemAttrRsp(bdaddr, AvrcpConstants.RSP_INV_ITEM, null);
246 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_INV_ITEM);
Avrcp.java     [all...]

Completed in 143 milliseconds