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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpMediaRspInterface.java 39 public void playItemRsp(byte[] address, int rspStatus);
AddressedMediaPlayer.java 198 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_INTERNAL_ERR);
207 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_INTERNAL_ERR);
215 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_NO_ERROR);
221 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_INV_ITEM);
BrowsedMediaPlayer.java 503 mMediaInterface.playItemRsp(mBDAddr, AvrcpConstants.RSP_INV_ITEM);
514 mMediaInterface.playItemRsp(mBDAddr, AvrcpConstants.RSP_NO_ERROR);
517 mMediaInterface.playItemRsp(mBDAddr, AvrcpConstants.RSP_INV_SCOPE);
521 mMediaInterface.playItemRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR);
525 mMediaInterface.playItemRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR);
    [all...]
Avrcp.java     [all...]

Completed in 1189 milliseconds