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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java196 private List<MediaKeyLog> mPassthroughPending; // Passthrough keys sent not dispatched yet field in class:Avrcp
311 mPassthroughPending = Collections.synchronizedList(new ArrayList<MediaKeyLog>());
2335 synchronized (mPassthroughPending) {
2336 for (MediaKeyLog log : mPassthroughPending) {
2654 mPassthroughPending.add(new MediaKeyLog(System.currentTimeMillis(), event));
2661 synchronized (mPassthroughPending) {
2662 Iterator<MediaKeyLog> pending = mPassthroughPending.iterator();

Completed in 24 milliseconds