Home
last modified time | relevance | path

Searched refs:getCapacity (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp78 fifo_frames_t capacity = mFifo->getCapacity(); in fillWrappingBuffer()
100 mFifo->getCapacity()); in getFullDataAvailable()
109 mFifo->getCapacity()); in getEmptyRoomAvailable()
186 return mFifo->getCapacity(); in getBufferCapacityInFrames()
H A DFifoControllerBase.h116 fifo_frames_t getCapacity() const { in getCapacity() function
/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DBinderHealth.h53 Return<void> getCapacity(getCapacity_cb _hidl_cb) override { in getCapacity() function
54 return service()->getCapacity(_hidl_cb); in getCapacity()
H A DHealth.h55 Return<void> getCapacity(getCapacity_cb _hidl_cb) override;
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java55 public int getCapacity() { in getCapacity() method in NativeFrame
225 + getCapacity(); in toString()
H A DFrame.java61 public int getCapacity() { in getCapacity() method in Frame
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java187 mLows = new int[getCapacity()]; in LevelListState()
188 mHighs = new int[getCapacity()]; in LevelListState()
H A DAnimationDrawable.java394 mDurations = new int[getCapacity()]; in AnimationState()
H A DStateListDrawable.java322 mStateSets = new int[getCapacity()][]; in StateListState()
H A DDrawableContainer.java869 final int getCapacity() { in getCapacity() method in DrawableContainer.DrawableContainerState
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceBatteryState.java56 public float getCapacity() { in getCapacity() method in InputDeviceBatteryState
/aosp12/frameworks/base/core/java/android/hardware/
H A DBatteryState.java73 public abstract @FloatRange(from = -1.0f, to = 1.0f) float getCapacity(); in getCapacity() method in BatteryState
/aosp12/bootable/recovery/recovery_utils/
H A Dbattery_utils.cpp59 ->getCapacity([&res, &capacity](auto out_res, auto out_capacity) { in GetBatteryInfo()
/aosp12/hardware/interfaces/health/2.0/default/include/health2/
H A DHealth.h47 Return<void> getCapacity(getCapacity_cb _hidl_cb) override;
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java106 public synchronized int getCapacity() { in getCapacity() method in GalleryBitmapPool
H A DSparseArrayBitmapPool.java129 public synchronized int getCapacity() { in getCapacity() method in SparseArrayBitmapPool
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp37 ASSERT_EQ(capacity, fifoController.getCapacity()); in TEST()
81 ASSERT_EQ(capacity, fifoController.getCapacity()); in TEST()
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp94 MOCK_METHOD(Return<void>, getCapacity, (getCapacity_cb _hidl_cb));
/aosp12/hardware/interfaces/health/2.0/vts/functional/
H A DVtsHalHealthV2_0TargetTest.cpp271 TEST_P(HealthHidlTest, getCapacity) { in TEST_P() argument
272 EXPECT_OK(mHealth->getCapacity([](auto result, auto value) { in TEST_P()
/aosp12/hardware/interfaces/health/utils/libhealth2impl/
H A DHealth.cpp139 Return<void> Health::getCapacity(getCapacity_cb _hidl_cb) { in getCapacity() function in android::hardware::health::V2_1::implementation::Health
/aosp12/hardware/interfaces/health/2.0/default/
H A DHealth.cpp131 Return<void> Health::getCapacity(getCapacity_cb _hidl_cb) { in getCapacity() function in android::hardware::health::V2_0::implementation::Health
/aosp12/hardware/interfaces/health/2.0/
H A DIHealth.hal118 getCapacity() generates (Result result, int32_t value);
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java487 public int getCapacity() { in getCapacity() method in NetworkDetail
/aosp12/hardware/interfaces/health/2.1/
H A DREADME.md225 // Return<void> getCapacity(getCapacity_cb _hidl_cb) override;
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h620 size_t getCapacity() const { return mEnd - mBegin; } in getCapacity() function

12