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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
BrowsedMediaPlayer.java 59 private AvrcpMediaRspInterface mMediaInterface;
117 mMediaInterface.setBrowsedPlayerRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR,
144 mMediaInterface.setBrowsedPlayerRsp(mBDAddr, AvrcpConstants.RSP_NO_ERROR,
149 mMediaInterface.changePathRsp(mBDAddr, AvrcpConstants.RSP_NO_ERROR,
159 mMediaInterface.setBrowsedPlayerRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR,
197 mMediaInterface.getItemAttrRsp(mBDAddr, status, null);
205 mMediaInterface.getItemAttrRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR, null);
222 mMediaInterface.getItemAttrRsp(mBDAddr, AvrcpConstants.RSP_BAD_PARAM, null);
257 mMediaInterface.getItemAttrRsp(mBDAddr, AvrcpConstants.RSP_NO_ERROR, rspObj);
265 mMediaInterface = mAvrcpMediaRspInterface
    [all...]
AddressedMediaPlayer.java 54 private AvrcpMediaRspInterface mMediaInterface;
64 mMediaInterface = mediaInterface;
71 mMediaInterface = null;
81 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_NO_AVBL_PLAY, null);
116 mMediaInterface.getItemAttrRsp(bdaddr, AvrcpConstants.RSP_INV_ITEM, null);
162 if (mMediaInterface == null) return;
164 mMediaInterface.nowPlayingChangedRsp(AvrcpConstants.NOTIFICATION_TYPE_CHANGED);
198 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_INTERNAL_ERR);
207 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_INTERNAL_ERR);
215 mMediaInterface.playItemRsp(bdaddr, AvrcpConstants.RSP_NO_ERROR)
    [all...]
Avrcp.java     [all...]

Completed in 1677 milliseconds