HomeSort by relevance Sort by last modified time
    Searched full:avrcpcontrollerservice (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerServiceTest.java 42 private AvrcpControllerService mService = null;
53 Assume.assumeTrue("Ignore test when AvrcpControllerService is not enabled",
58 TestUtils.startService(mServiceRule, AvrcpControllerService.class);
59 mService = AvrcpControllerService.getAvrcpControllerService();
71 TestUtils.stopService(mServiceRule, AvrcpControllerService.class);
72 mService = AvrcpControllerService.getAvrcpControllerService();
79 Assert.assertNotNull(AvrcpControllerService.getAvrcpControllerService());
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandler.java 31 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
291 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
305 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
319 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
332 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE,
333 AvrcpControllerService.KEY_STATE_PRESSED);
335 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE
    [all...]
A2dpSinkService.java 29 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
178 if (keyCode == AvrcpControllerService.PASS_THRU_CMD_ID_PLAY
179 && keyState == AvrcpControllerService.KEY_STATE_RELEASED) {
181 } else if ((keyCode == AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE
182 || keyCode == AvrcpControllerService.PASS_THRU_CMD_ID_STOP)
183 && keyState == AvrcpControllerService.KEY_STATE_RELEASED) {
A2dpSinkStateMachine.java 49 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 229 AvrcpControllerService.sendPassThroughCommandNative(
238 AvrcpControllerService.sendGroupNavigationCommandNative(
245 mGetFolderList.setScope(AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING);
254 mGetFolderList.setScope(AvrcpControllerService.BROWSE_SCOPE_VFS);
259 AvrcpControllerService.getPlayerListNative(
269 String uid = b.getString(AvrcpControllerService.EXTRA_FOLDER_BT_ID);
270 String fid = b.getString(AvrcpControllerService.EXTRA_FOLDER_ID);
274 AvrcpControllerService.changeFolderPathNative(
276 AvrcpControllerService.hexStringToByteUID(uid));
300 AvrcpControllerService.playItemNative
    [all...]
AvrcpControllerService.java 45 public class AvrcpControllerService extends ProfileService {
46 static final String TAG = "AvrcpControllerService";
187 private static AvrcpControllerService sAvrcpControllerService;
203 public AvrcpControllerService() {
234 public static synchronized AvrcpControllerService getAvrcpControllerService() {
246 private static synchronized void setAvrcpControllerService(AvrcpControllerService instance) {
623 private AvrcpControllerService mService;
625 private AvrcpControllerService getService() {
637 BluetoothAvrcpControllerBinder(AvrcpControllerService svc) {
648 AvrcpControllerService service = getService()
    [all...]
BrowseTree.java 69 mdBundle.putString(AvrcpControllerService.MEDIA_ITEM_UID_KEY, ROOT);
112 mdExtra.putString(AvrcpControllerService.MEDIA_ITEM_UID_KEY, playerKey);
156 .getString(AvrcpControllerService.MEDIA_ITEM_UID_KEY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 43 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
103 private AvrcpControllerService mAvrcpCtrlSrvc;
182 filter.addAction(AvrcpControllerService.ACTION_BROWSE_CONNECTION_STATE_CHANGED);
183 filter.addAction(AvrcpControllerService.ACTION_TRACK_EVENT);
184 filter.addAction(AvrcpControllerService.ACTION_FOLDER_LIST);
238 AvrcpControllerService.PASS_THRU_CMD_ID_PLAY).sendToTarget();
246 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE).sendToTarget();
254 AvrcpControllerService.PASS_THRU_CMD_ID_FORWARD).sendToTarget();
262 AvrcpControllerService.PASS_THRU_CMD_ID_BACKWARD).sendToTarget();
270 AvrcpControllerService.PASS_THRU_CMD_ID_STOP).sendToTarget()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 30 import com.android.bluetooth.avrcpcontroller.AvrcpControllerService;
87 new ProfileConfig(AvrcpControllerService.class,
  /packages/apps/Bluetooth/
AndroidManifest.xml 330 android:name = ".avrcpcontroller.AvrcpControllerService"
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp     [all...]

Completed in 220 milliseconds