Searched refs:outUsage (Results 1 – 17 of 17) sorted by relevance
153 status_t MonitoredProducer::getConsumerUsage(uint64_t* outUsage) const { in getConsumerUsage()154 return mProducer->getConsumerUsage(outUsage); in getConsumerUsage()
72 virtual status_t getConsumerUsage(uint64_t* outUsage) const override;
95 status_t getConsumerUsage(uint64_t* outUsage) const override { in getConsumerUsage()96 return mProducer->getConsumerUsage(outUsage); in getConsumerUsage()
532 virtual status_t getConsumerUsage(uint64_t* outUsage) const { in getConsumerUsage()544 result = reply.readUint64(outUsage); in getConsumerUsage()675 status_t getConsumerUsage(uint64_t* outUsage) const override { in getConsumerUsage()676 return mBase->getConsumerUsage(outUsage); in getConsumerUsage()1034 uint64_t outUsage = 0; in onTransact() local1035 status_t actualResult = getConsumerUsage(&outUsage); in onTransact()1040 result = reply->writeUint64(outUsage); in onTransact()
1594 status_t BufferQueueProducer::getConsumerUsage(uint64_t* outUsage) const { in getConsumerUsage()1598 *outUsage = mCore->mConsumerUsageBits; in getConsumerUsage()
1901 int Surface::getConsumerUsage(uint64_t* outUsage) const { in getConsumerUsage()1903 return mGraphicBufferProducer->getConsumerUsage(outUsage); in getConsumerUsage()
984 uint64_t* outUsage) { in native_window_get_consumer_usage() argument985 return window->perform(window, NATIVE_WINDOW_GET_CONSUMER_USAGE64, outUsage); in native_window_get_consumer_usage()
97 virtual status_t getConsumerUsage(uint64_t* outUsage) const override;
191 virtual status_t getConsumerUsage(uint64_t* outUsage) const override;
630 virtual status_t getConsumerUsage(uint64_t* outUsage) const = 0;
164 status_t getConsumerUsage(uint64_t* outUsage) const;
96 status_t getConsumerUsage(uint64_t* outUsage) const override;
133 virtual status_t getConsumerUsage(uint64_t* outUsage) const override;
610 status_t VirtualDisplaySurface::getConsumerUsage(uint64_t* outUsage) const { in getConsumerUsage()611 return mSource[SOURCE_SINK]->getConsumerUsage(outUsage); in getConsumerUsage()
127 Status status, uint32_t outUsage) { in getGraphicBufferUsage() argument129 *usage = outUsage; in getGraphicBufferUsage()
130 Status status, uint32_t outUsage) { in getGraphicBufferUsage() argument132 *usage = outUsage; in getGraphicBufferUsage()
1242 status_t H2BGraphicBufferProducer::getConsumerUsage(uint64_t* outUsage) const { in getConsumerUsage()1247 [&result, outUsage] (int32_t tResult, int32_t tValue) { in getConsumerUsage()1249 *outUsage = static_cast<uint64_t>(tValue); in getConsumerUsage()