Home
last modified time | relevance | path

Searched refs:getUsage (Results 1 – 18 of 18) sorted by relevance

/hardware/google/aemu/base/
DMemoryTracker.cpp140 auto stats = getUsage("EMUGL"); in printUsage()
197 std::unique_ptr<MallocStats> getUsage(const std::string& group) { in getUsage() function in android::base::MemoryTracker::Impl
230 std::unique_ptr<MallocStats> getUsage(const std::string& group) {
260 std::unique_ptr<MemoryTracker::MallocStats> MemoryTracker::getUsage( in getUsage() function in android::base::MemoryTracker
262 return mImpl->getUsage(group); in getUsage()
/hardware/interfaces/graphics/composer/aidl/vts/
DRenderEngineVts.cpp81 ASSERT_EQ(0, mGraphicBuffer->lock(static_cast<uint32_t>(mGraphicBuffer->getUsage()), in checkColorBuffer()
98 ASSERT_EQ(0, mGraphicBuffer->lock(static_cast<uint32_t>(mGraphicBuffer->getUsage()), in checkColorBuffer()
105 ASSERT_EQ(0, buffer->lock(static_cast<uint32_t>(buffer->getUsage()), &bufferData, in checkColorBuffer()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidLocal.h35 uint32_t getUsage(size_t index) const;
DHidLocal.cpp27 uint32_t HidLocal::getUsage(size_t index) const { in getUsage() function in HidUtil::HidLocal
DHidReport.cpp28 mUsage(local.getUsage(0)), in HidReport()
DHidParser.cpp76 mGlobalStack.top().usagePage.get(0) << 16 | mLocal.getUsage(0); in processMainTag()
/hardware/google/aemu/base/include/aemu/base/memory/
DMemoryTracker.h58 std::unique_ptr<MemoryTracker::MallocStats> getUsage(
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESbuffer.h34 GLuint getUsage(){return m_usage;}; in getUsage() function
/hardware/qcom/sm8150/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DRenderEngineVts.cpp84 ASSERT_EQ(0, mGraphicBuffer->lock(mGraphicBuffer->getUsage(), &bufferData)); in checkColorBuffer()
/hardware/qcom/sm7250/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h257 int getUsage(){return mUsage;}; in getUsage() function
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt43 method public audio.policy.V1_0.UsageType getUsage();
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/
Dcurrent.txt43 method @Nullable public android.audio.policy.engine.configuration.UsageType getUsage();
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1455 *param = vbo->getUsage(); in getBufferUsage()