Searched refs:fetchFrame (Results 1 – 4 of 4) sorted by relevance
73 Frame storedFrame = fetchFrame(key); in storeFrame()81 public synchronized Frame fetchFrame(String key) { in fetchFrame() method in FilterContext
43 Frame frame = getFrameManager().fetchFrame(mSlotName); in onProcess()
371 public Frame fetchFrame(String slotName) { in fetchFrame() method in FrameManager
51 Frame output = context.fetchFrame(mKey); in process()