Searched refs:getPtr (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rsStream.h | 73 const uint8_t * getPtr() const { in getPtr() function 146 const uint8_t * getPtr() const { in getPtr() function
|
D | rsFileA3D.cpp | 343 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle); in writeFile() 349 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle); in writeFile()
|
D | rsAllocation.cpp | 503 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/ |
D | ClientBlockHelper.cpp | 328 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/ |
D | test.cpp | 298 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()
|