Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusIconDisplayable.java22 String getSlot(); in getSlot() method
DStatusBarWifiView.java106 public String getSlot() { in getSlot() method in StatusBarWifiView
DStatusBarMobileView.java226 public String getSlot() { in getSlot() method in StatusBarMobileView
DStatusBarIconView.java535 public String getSlot() { in getSlot() method in StatusBarIconView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconList.java57 protected Slot getSlot(String name) { in getSlot() method in StatusBarIconList
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp109 slot_id getSlot() const { in getSlot() function
226 slot_id getSlot() const { in getSlot() function
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameManager.java439 FrameSlot getSlot(String name) { in getSlot() method in FrameManager
/frameworks/native/services/inputflinger/
DInputReader.h719 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; } in getSlot() function