Home
last modified time | relevance | path

Searched defs:getMemory (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/interfaces/memtrack/aidl/aidl_api/android.hardware.memtrack/1/android/hardware/memtrack/
H A DIMemtrack.aidl37 …android.hardware.memtrack.MemtrackRecord[] getMemory(in int pid, in android.hardware.memtrack.Memt… in getMemory() method
/aosp12/hardware/interfaces/memtrack/aidl/aidl_api/android.hardware.memtrack/current/android/hardware/memtrack/
H A DIMemtrack.aidl36 …android.hardware.memtrack.MemtrackRecord[] getMemory(in int pid, in android.hardware.memtrack.Memt… in getMemory() method
/aosp12/hardware/interfaces/memtrack/aidl/android/hardware/memtrack/
H A DIMemtrack.aidl97 MemtrackRecord[] getMemory(in int pid, in MemtrackType type); in getMemory() method
/aosp12/frameworks/native/libs/binder/
H A DMemoryBase.cpp34 sp<IMemoryHeap> MemoryBase::getMemory(ssize_t* offset, size_t* size) const in getMemory() function in android::MemoryBase
H A DIMemory.cpp187 sp<IMemoryHeap> BpMemory::getMemory(ssize_t* offset, size_t* size) const in getMemory() function in android::BpMemory
/aosp12/hardware/interfaces/memtrack/aidl/default/
H A DMemtrack.cpp24 ndk::ScopedAStatus Memtrack::getMemory(int pid, MemtrackType type, in getMemory() function in aidl::android::hardware::memtrack::Memtrack
/aosp12/hardware/google/graphics/common/memtrack-pixel/core/
H A DMemtrack.cpp19 ndk::ScopedAStatus Memtrack::getMemory(int pid, MemtrackType type, in getMemory() function in aidl::android::hardware::memtrack::Memtrack
/aosp12/hardware/interfaces/memtrack/1.0/default/
H A DMemtrack.cpp39 Return<void> Memtrack::getMemory(int32_t pid, MemtrackType type, in getMemory() function in android::hardware::memtrack::V1_0::implementation::Memtrack
/aosp12/frameworks/native/services/memtrackproxy/
H A DMemtrackProxy.cpp104 ndk::ScopedAStatus MemtrackProxy::getMemory(int pid, MemtrackType type, in getMemory() function in aidl::android::hardware::memtrack::MemtrackProxy
/aosp12/hardware/libhardware/include/hardware/
H A Dmemtrack.h151 int (*getMemory)(const struct memtrack_module *module, member
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp958 camera_memory_t *QCameraHeapMemory::getMemory(uint32_t /*index*/, bool /*metadata*/) const in getMemory() function in qcamera::QCameraHeapMemory
1222 camera_memory_t *QCameraStreamMemory::getMemory(uint32_t index, in getMemory() function in qcamera::QCameraStreamMemory
1568 camera_memory_t *QCameraVideoMemory::getMemory(uint32_t index, in getMemory() function in qcamera::QCameraVideoMemory
2534 camera_memory_t *QCameraGrallocMemory::getMemory(uint32_t index, in getMemory() function in qcamera::QCameraGrallocMemory
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DMemory.h176 const SharedMemory& getMemory() const { return kMemory; } in getMemory() function
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp166 nn::GeneralResult<nn::SharedMemory> ExecutionBurstController::MemoryCache::getMemory(int32_t slot) { in getMemory() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController::MemoryCache
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnspecifiedDimensions.cpp115 const Memory* getMemory() const { return memory.get(); } in getMemory() function in __anon35c6848f0110::UnspecifiedDimensionsTest::SharedMemoryForTest
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp296 const SharedMemory& getMemory() const { return mMemory; } in getMemory() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl
361 const SharedMemory& RunTimePoolInfo::getMemory() const { in getMemory() function in android::nn::RunTimePoolInfo
/aosp12/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java335 private CCMemory getMemory() { in getMemory() method in Cea608CCParser