Searched refs:mCoverArtManager (Results 1 – 2 of 2) sorted by relevance
116 protected final AvrcpCoverArtManager mCoverArtManager; field in AvrcpControllerStateMachine146 mCoverArtManager = service.getCoverArtManager(); in AvrcpControllerStateMachine()317 if (mCoverArtManager != null && mCoverArtPsm != 0 in connectCoverArt()318 && mCoverArtManager.getState(mDevice) != BluetoothProfile.STATE_CONNECTED) { in connectCoverArt()320 mCoverArtManager.connect(mDevice, /* psm */ mCoverArtPsm); in connectCoverArt()325 if (mCoverArtManager != null && mCoverArtPsm != 0 in refreshCoverArt()326 && mCoverArtManager.getState(mDevice) == BluetoothProfile.STATE_CONNECTED) { in refreshCoverArt()328 mCoverArtManager.refreshSession(mDevice); in refreshCoverArt()334 if (mCoverArtManager != null) { in disconnectCoverArt()336 mCoverArtManager.disconnect(mDevice); in disconnectCoverArt()[all …]
99 protected AvrcpCoverArtManager mCoverArtManager; field in AvrcpControllerService112 mCoverArtManager.removeImage(device, event.getUuid()); in onImageDownloadComplete()134 mCoverArtManager = new AvrcpCoverArtManager(this, new ImageDownloadCallback()); in start()155 if (mCoverArtManager != null) { in stop()156 mCoverArtManager.cleanup(); in stop()157 mCoverArtManager = null; in stop()426 if (mCoverArtManager != null) { in onTrackChanged()429 item.setCoverArtUuid(mCoverArtManager.getUuidForHandle(device, handle)); in onTrackChanged()542 if (mCoverArtManager != null) { in handleGetFolderItemsRsp()545 item.setCoverArtUuid(mCoverArtManager.getUuidForHandle(device, handle)); in handleGetFolderItemsRsp()[all …]