Searched refs:tryPin (Results 1 – 4 of 4) sorted by relevance
105 tryPin(); in startListening()109 void tryPin() { in tryPin() method in SliceViewManagerBase.SliceListenerImpl132 tryPin();
332 public Pair<Long, E> tryPin(long key) { in tryPin() method in ConcurrentSharedRingBuffer432 return tryPin(mElements.lastKey()); in tryPinGreatest()463 Pair<Long, E> pinnedCandidate = tryPin(keys.get(i)); in tryPinGreatestSelected()
592 final Pair<Long, CapturedImage> pinnedImage = mCapturedImageBuffer.tryPin(
2071 PLandroidx/slice/SliceViewManagerBase$SliceListenerImpl;->tryPin()V