/aosp12/frameworks/av/media/libaaudio/src/fifo/ |
H A D | FifoBuffer.cpp | 78 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 D | FifoControllerBase.h | 116 fifo_frames_t getCapacity() const { in getCapacity() function
|
/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
H A D | BinderHealth.h | 53 Return<void> getCapacity(getCapacity_cb _hidl_cb) override { in getCapacity() function 54 return service()->getCapacity(_hidl_cb); in getCapacity()
|
H A D | Health.h | 55 Return<void> getCapacity(getCapacity_cb _hidl_cb) override;
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | NativeFrame.java | 55 public int getCapacity() { in getCapacity() method in NativeFrame 225 + getCapacity(); in toString()
|
H A D | Frame.java | 61 public int getCapacity() { in getCapacity() method in Frame
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | LevelListDrawable.java | 187 mLows = new int[getCapacity()]; in LevelListState() 188 mHighs = new int[getCapacity()]; in LevelListState()
|
H A D | AnimationDrawable.java | 394 mDurations = new int[getCapacity()]; in AnimationState()
|
H A D | StateListDrawable.java | 322 mStateSets = new int[getCapacity()][]; in StateListState()
|
H A D | DrawableContainer.java | 869 final int getCapacity() { in getCapacity() method in DrawableContainer.DrawableContainerState
|
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceBatteryState.java | 56 public float getCapacity() { in getCapacity() method in InputDeviceBatteryState
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | BatteryState.java | 73 public abstract @FloatRange(from = -1.0f, to = 1.0f) float getCapacity(); in getCapacity() method in BatteryState
|
/aosp12/bootable/recovery/recovery_utils/ |
H A D | battery_utils.cpp | 59 ->getCapacity([&res, &capacity](auto out_res, auto out_capacity) { in GetBatteryInfo()
|
/aosp12/hardware/interfaces/health/2.0/default/include/health2/ |
H A D | Health.h | 47 Return<void> getCapacity(getCapacity_cb _hidl_cb) override;
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/ |
H A D | GalleryBitmapPool.java | 106 public synchronized int getCapacity() { in getCapacity() method in GalleryBitmapPool
|
H A D | SparseArrayBitmapPool.java | 129 public synchronized int getCapacity() { in getCapacity() method in SparseArrayBitmapPool
|
/aosp12/frameworks/av/media/libaaudio/tests/ |
H A D | test_atomic_fifo.cpp | 37 ASSERT_EQ(capacity, fifoController.getCapacity()); in TEST() 81 ASSERT_EQ(capacity, fifoController.getCapacity()); in TEST()
|
/aosp12/system/core/healthd/ |
H A D | healthd_mode_charger_test.cpp | 94 MOCK_METHOD(Return<void>, getCapacity, (getCapacity_cb _hidl_cb));
|
/aosp12/hardware/interfaces/health/2.0/vts/functional/ |
H A D | VtsHalHealthV2_0TargetTest.cpp | 271 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 D | Health.cpp | 139 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 D | Health.cpp | 131 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 D | IHealth.hal | 118 getCapacity() generates (Result result, int32_t value);
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | NetworkDetail.java | 487 public int getCapacity() { in getCapacity() method in NetworkDetail
|
/aosp12/hardware/interfaces/health/2.1/ |
H A D | README.md | 225 // Return<void> getCapacity(getCapacity_cb _hidl_cb) override;
|
/aosp12/frameworks/av/media/libmediametrics/include/media/ |
H A D | MediaMetricsItem.h | 620 size_t getCapacity() const { return mEnd - mBegin; } in getCapacity() function
|