OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getItemAttrRsp
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpMediaRspInterface.java
37
public void
getItemAttrRsp
(byte[] address, int rspStatus, ItemAttrRsp rspObj);
AddressedMediaPlayer.java
116
mMediaInterface.
getItemAttrRsp
(bdaddr, AvrcpConstants.RSP_INV_ITEM, null);
493
mMediaInterface.
getItemAttrRsp
(bdaddr, AvrcpConstants.RSP_NO_ERROR, rspObj);
BrowsedMediaPlayer.java
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);
430
mMediaInterface.
getItemAttrRsp
(mBDAddr, AvrcpConstants.RSP_INV_ITEM, null);
437
mMediaInterface.
getItemAttrRsp
(mBDAddr, AvrcpConstants.RSP_INV_SCOPE, null);
443
mMediaInterface.
getItemAttrRsp
(mBDAddr, AvrcpConstants.RSP_INTERNAL_ERR, null);
[
all
...]
Avrcp.java
[
all
...]
Completed in 957 milliseconds