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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandler.java 263 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
277 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
291 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
317 AvrcpControllerService avrcpService = AvrcpControllerService.getAvrcpControllerService();
A2dpSinkStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 375 mAvrcpCtrlSrvc = AvrcpControllerService.getAvrcpControllerService();
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 239 public static synchronized AvrcpControllerService getAvrcpControllerService() {
242 Log.d(TAG, "getAvrcpControllerService(): returning "
249 Log.d(TAG, "getAvrcpControllerService(): service is NULL");
251 Log.d(TAG, "getAvrcpControllerService(): service is not available");
    [all...]

Completed in 127 milliseconds