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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandler.java 27 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
245 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
259 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
273 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
283 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE,
284 AvrcpControllerService.KEY_STATE_PRESSED);
286 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE
    [all...]
A2dpSinkService.java 27 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
200 if (keyCode == AvrcpControllerService.PASS_THRU_CMD_ID_PLAY &&
201 keyState == AvrcpControllerService.KEY_STATE_RELEASED) {
203 } else if ((keyCode == AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE ||
204 keyCode == AvrcpControllerService.PASS_THRU_CMD_ID_STOP) &&
205 keyState == AvrcpControllerService.KEY_STATE_RELEASED) {
A2dpSinkStateMachine.java 51 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 240 AvrcpControllerService
250 AvrcpControllerService.sendGroupNavigationCommandNative(
257 mGetFolderList.setScope(AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING);
266 mGetFolderList.setScope(AvrcpControllerService.BROWSE_SCOPE_VFS);
271 AvrcpControllerService.getPlayerListNative(
281 String uid = b.getString(AvrcpControllerService.EXTRA_FOLDER_BT_ID);
282 String fid = b.getString(AvrcpControllerService.EXTRA_FOLDER_ID);
286 AvrcpControllerService.changeFolderPathNative(
288 AvrcpControllerService.hexStringToByteUID(uid));
313 AvrcpControllerService.playItemNative
    [all...]
AvrcpControllerService.java 50 public class AvrcpControllerService extends ProfileService {
51 static final String TAG = "AvrcpControllerService";
192 private static AvrcpControllerService sAvrcpControllerService;
208 public AvrcpControllerService() {
239 public static synchronized AvrcpControllerService getAvrcpControllerService() {
257 private static synchronized void setAvrcpControllerService(AvrcpControllerService instance) {
644 private AvrcpControllerService mService;
646 private AvrcpControllerService getService() {
658 BluetoothAvrcpControllerBinder(AvrcpControllerService svc) {
669 AvrcpControllerService service = getService()
    [all...]
BrowseTree.java 70 mdBundle.putString(AvrcpControllerService.MEDIA_ITEM_UID_KEY, ROOT);
113 mdExtra.putString(AvrcpControllerService.MEDIA_ITEM_UID_KEY, playerKey);
156 AvrcpControllerService.MEDIA_ITEM_UID_KEY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 45 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
99 private AvrcpControllerService mAvrcpCtrlSrvc;
178 filter.addAction(AvrcpControllerService.ACTION_BROWSE_CONNECTION_STATE_CHANGED);
179 filter.addAction(AvrcpControllerService.ACTION_TRACK_EVENT);
180 filter.addAction(AvrcpControllerService.ACTION_FOLDER_LIST);
234 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PLAY).sendToTarget();
242 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE).sendToTarget();
250 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_FORWARD)
260 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_BACKWARD)
269 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_STOP
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 31 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
57 AvrcpControllerService.class, SapService.class, PbapClientService.class,
149 } else if (profile == AvrcpControllerService.class) {

Completed in 1492 milliseconds