/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | SlotFilter.java | 29 return getFrameManager().getSlot(mSlotName).getType(); in getSlotType() 33 return getFrameManager().getSlot(mSlotName).hasFrame(); in slotHasFrame()
|
D | FrameManager.java | 355 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/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 110 slot_id getSlot() const { in getSlot() function 227 slot_id getSlot() const { in getSlot() function 228 return mBuffer->getSlot(); in getSlot() 561 … bufferId, cbi, buffer->getSlot(), buffer.use_count(), buffer->getGraphicBuffer()->handle, in onInputBufferEmptied() 730 ALOGV("submitBuffer_l failed, will release bq slot %d", item.mBuffer->getSlot()); in fillCodecBuffer_l() 739 item.mBuffer->getSlot(), item.mBuffer.use_count(), mNumOutstandingAcquires); in fillCodecBuffer_l() 786 mLatestBuffer.mBuffer->getSlot(), mLatestBuffer.mBuffer.use_count()); in setLatestBuffer_l() 887 ALOGV("submitBuffer_l [slot=%d, bufferId=%d]", item.mBuffer->getSlot(), codecBufferId); in submitBuffer_l() 1000 buffer->getSlot(), frameNum, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR, in acquireBuffer_l() 1113 mLatestBuffer.mBuffer == nullptr ? -2 : mLatestBuffer.mBuffer->getSlot(); in discardBufferAtSlotIndex_l()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusIconDisplayable.java | 22 String getSlot(); in getSlot() method
|
D | StatusBarWifiView.java | 106 public String getSlot() { in getSlot() method in StatusBarWifiView
|
D | StatusBarMobileView.java | 239 public String getSlot() { in getSlot() method in StatusBarMobileView
|
D | StatusBarIconView.java | 570 public String getSlot() { in getSlot() method in StatusBarIconView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarIconControllerImpl.java | 206 Slot mobileSlot = getSlot(slot); in setMobileIcons() 233 Slot callStrengthSlot = getSlot(slot); in setCallStrengthIcons() 260 Slot noCallingSlot = getSlot(slot); in setNoCallingIcons() 341 Slot slot = getSlot(slotName); in setIconAccessibilityLiveRegion() 369 Slot slot = getSlot(slotName); in removeAllIconsForSlot()
|
D | StatusIconContainer.java | 155 && !mIgnoredSlots.contains(icon.getSlot())) { in onMeasure() 287 && ((StatusIconDisplayable) child).getSlot().equals(slot)) { in getViewForSlot() 314 || mIgnoredSlots.contains(iconView.getSlot())) { in calculateIconTranslations() 316 if (DEBUG) Log.d(TAG, "skipping child (" + iconView.getSlot() + ") not visible"); in calculateIconTranslations()
|
D | StatusBarIconList.java | 57 protected Slot getSlot(String name) { in getSlot() method in StatusBarIconList
|
D | DemoStatusIcons.java | 284 if (view.getSlot().equals("wifi")) { in onRemoveIcon()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | MultiTouchInputMapper.h | 80 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; } in getSlot() function
|
D | MultiTouchInputMapper.cpp | 266 mMultiTouchMotionAccumulator.getSlot(inIndex); in syncTouch()
|