Home
last modified time | relevance | path

Searched refs:getPtr (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
DrsStream.h73 const uint8_t * getPtr() const { in getPtr() function
146 const uint8_t * getPtr() const { in getPtr() function
DrsFileA3D.cpp343 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle); in writeFile()
349 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle); in writeFile()
DrsAllocation.cpp503 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()
505 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize); in createFromStream()
/frameworks/av/media/codec2/hidl/1.0/utils/
DClientBlockHelper.cpp328 Impl *getPtr() { in getPtr() function in android::hardware::media::c2::V1_0::utils::OutputBufferQueue::Impl
362 mImpl->getPtr(), std::placeholders::_1)); in holdBufferQueueBlocks()
/frameworks/native/cmds/lshal/
Dtest.cpp298 static uint64_t getPtr(pid_t serverId) { return 10000 + serverId; } in getPtr() function
304 info.refPids[getPtr(serverId)] = getClients(serverId); in getPidInfoFromId()
340 cb({ mId /* pid */, getPtr(mId), DebugInfo::Architecture::IS_64BIT }); in getDebugInfo()
466 .serverObjectAddress = transport == Transport::HWBINDER ? getPtr(id) : NO_PTR, in TEST_F()