Searched refs:folderItemsRsp (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpMediaRspInterface.java33 void folderItemsRsp(byte[] address, int rspStatus, FolderItemsRsp rspObj); method in interface:AvrcpMediaRspInterface
H A DBrowsedMediaPlayer.java498 mMediaInterface.folderItemsRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR, null);
510 mMediaInterface.folderItemsRsp(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR, null);
601 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_INV_RANGE, null);
609 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_INV_RANGE, null);
695 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_NO_ERROR, rspObj);
H A DAddressedMediaPlayer.java82 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_NO_AVBL_PLAY, null);
311 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_INV_RANGE, null);
393 mMediaInterface.folderItemsRsp(bdaddr, AvrcpConstants.RSP_NO_ERROR, rspObj);
H A DAvrcp.java2737 public void folderItemsRsp(byte[] address, int rspStatus, FolderItemsRsp rspObj) { method in class:Avrcp.AvrcpMediaRsp
2746 Log.e(TAG, "folderItemsRsp: rspObj is null or rspStatus is error:" + rspStatus);

Completed in 81 milliseconds