Home
last modified time | relevance | path

Searched refs:mCurrentRcClient (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java1162 private IRemoteControlClient mCurrentRcClient = null; field in MediaFocusControl
1474 if ((mCurrentRcClient != null) && (mCurrentRcClient.equals(prse.getRcc()))) { in onRcDisplayUpdate()
1487 mCurrentRcClient.onInformationRequested(mCurrentRcClientGen, flags); in onRcDisplayUpdate()
1490 mCurrentRcClient = null; in onRcDisplayUpdate()
1509 if (mCurrentRcClient != null) { in onRcDisplayInitInfo()
1519 mCurrentRcClient.informationRequestForDisplay(newRcd, w, h); in onRcDisplayInitInfo()
1522 mCurrentRcClient = null; in onRcDisplayInitInfo()
1538 mCurrentRcClient = null; in clearRemoteControlDisplay_syncPrs()
1563 if (!prse.getRcc().equals(mCurrentRcClient)) { in updateRemoteControlDisplay_syncPrs()
1567 mCurrentRcClient = prse.getRcc(); in updateRemoteControlDisplay_syncPrs()