Searched refs:getCapacity (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.h113 fifo_frames_t getCapacity() const { function in class:android::FifoControllerBase
H A DFifoBuffer.cpp212 return mFifo->getCapacity();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java55 public int getCapacity() { method in class:NativeFrame
225 + getCapacity();
H A DFrame.java61 public int getCapacity() { method in class:Frame
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java187 mLows = new int[getCapacity()];
188 mHighs = new int[getCapacity()];
H A DAnimationDrawable.java392 mDurations = new int[getCapacity()];
H A DStateListDrawable.java320 mStateSets = new int[getCapacity()][];
H A DDrawableContainer.java865 final int getCapacity() { method in class:DrawableContainer.DrawableContainerState
/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp36 ASSERT_EQ(capacity, fifoController.getCapacity());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java398 public int getCapacity() { method in class:NetworkDetail
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1194 service.getCapacity((int result, int value) -> {

Completed in 741 milliseconds