Searched defs:parentMediaId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
H A DA2dpMediaBrowserService.java203 final String parentMediaId, final Result<List<MediaItem>> result) {
210 Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId);
211 if (!mAvrcpCtrlSrvc.getChildren(mA2dpDevice, parentMediaId, 0, 0xff)) {
219 mParentIdToRequestMap.put(parentMediaId, result);
202 onLoadChildren( final String parentMediaId, final Result<List<MediaItem>> result) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java923 void getChildren(String parentMediaId, int start, int items) { argument
924 BrowseTree.BrowseNode bn = mBrowseTree.findBrowseNodeByID(parentMediaId);
927 broadcastFolderList(parentMediaId, mEmptyMediaItemList);
939 BrowseTree.BrowseNode n = mBrowseTree.findBrowseNodeByID(parentMediaId);
944 broadcastFolderList(parentMediaId, childrenList);
949 int btDirection = mBrowseTree.getDirection(parentMediaId);
953 " req " + parentMediaId + " direction " + btDirection);
955 if (BrowseTree.ROOT.equals(parentMediaId)) {
967 start, items, parentMediaId);
987 broadcastFolderList(parentMediaId, mEmptyMediaItemLis
[all...]
H A DAvrcpControllerService.java430 * parentMediaId - ID of the parent that we need to browse content for. Since most
436 BluetoothDevice device, String parentMediaId, int start, int items) {
438 Log.d(TAG, "getChildrent device = " + device + " parent " + parentMediaId);
460 mAvrcpCtSm.getChildren(parentMediaId, start, items);
435 getChildren( BluetoothDevice device, String parentMediaId, int start, int items) argument

Completed in 63 milliseconds