Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSlotFilter.java29 return getFrameManager().getSlot(mSlotName).getType(); in getSlotType()
33 return getFrameManager().getSlot(mSlotName).hasFrame(); in slotHasFrame()
DFrameManager.java355 FrameSlot slot = getSlot(name); in removeFrameSlot()
365 getSlot(slotName).assignFrame(frame); in storeFrame()
373 return getSlot(slotName).getFrame(); in fetchFrame()
439 FrameSlot getSlot(String name) { in getSlot() method in FrameManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconControllerImpl.java119 String slot = getSlot(index); in addSystemIcon()
123 mIconLogger.onIconVisibility(getSlot(index), icon.visible); in addSystemIcon()
176 mIconLogger.onIconHidden(getSlot(index)); in removeIcon()
199 mIconLogger.onIconVisibility(getSlot(index), icon.visible); in handleSet()
DStatusBarIconList.java61 public String getSlot(int index) { in getSlot() method in StatusBarIconList
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp78 slot_id getSlot() const { in getSlot() function
195 slot_id getSlot() const { in getSlot() function
196 return mBuffer->getSlot(); in getSlot()
475 … bufferId, cbi, buffer->getSlot(), buffer.use_count(), buffer->getGraphicBuffer()->handle, in onInputBufferEmptied()
643 ALOGV("submitBuffer_l failed, will release bq slot %d", item.mBuffer->getSlot()); in fillCodecBuffer_l()
652 item.mBuffer->getSlot(), item.mBuffer.use_count(), mNumOutstandingAcquires); in fillCodecBuffer_l()
699 mLatestBuffer.mBuffer->getSlot(), mLatestBuffer.mBuffer.use_count()); in setLatestBuffer_l()
772 ALOGV("submitBuffer_l [slot=%d, bufferId=%d]", item.mBuffer->getSlot(), codecBufferId); in submitBuffer_l()
887 buffer->getSlot(), frameNum, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, in acquireBuffer_l()
1000 mLatestBuffer.mBuffer == nullptr ? -2 : mLatestBuffer.mBuffer->getSlot(); in discardBufferAtSlotIndex_l()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java487 public String getSlot() { in getSlot() method in StatusBarIconView
/frameworks/native/services/inputflinger/
DInputReader.h950 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; } in getSlot() function
DInputReader.cpp6880 mMultiTouchMotionAccumulator.getSlot(inIndex); in syncTouch()