Searched defs:startAvrcpUpdates (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStreamHandler.java110 startAvrcpUpdates();
125 startAvrcpUpdates();
138 startAvrcpUpdates();
160 startAvrcpUpdates();
216 startAvrcpUpdates();
243 private void startAvrcpUpdates() { method in class:A2dpSinkStreamHandler
248 Log.d(TAG, "startAvrcpUpdates");
251 avrcpService.startAvrcpUpdates();
253 Log.e(TAG, "startAvrcpUpdates failed because of connection.");
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java342 public void startAvrcpUpdates() { method in class:AvrcpControllerService

Completed in 57 milliseconds