Home
last modified time | relevance | path

Searched refs:offsets_length (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsHidlAdaptation.h105 …nAdapterOffset(RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);
DrsApiStubs.cpp381 const uint32_t * offsets, size_t offsets_length) in rsAllocationAdapterOffset() argument
383 RS_DISPATCH(ctxWrapper, AllocationAdapterOffset, alloc, offsets, offsets_length); in rsAllocationAdapterOffset()
DrsApiStubs.h104 const uint32_t* offsets, size_t offsets_length)
DrsHidlAdaptation.cpp1087 …pterOffset (RsContext context, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length) in AllocationAdapterOffset() argument
1092 _offsets.setToExternal(const_cast<uint32_t *>(offsets), offsets_length / sizeof(uint32_t)); in AllocationAdapterOffset()
/frameworks/base/libs/androidfw/
DLoadedArsc.cpp91 const size_t offsets_length = sizeof(uint32_t) * entry_count; in VerifyResTableType() local
93 if (offsets_offset > entries_offset || entries_offset - offsets_offset < offsets_length) { in VerifyResTableType()
/frameworks/rs/cpp/
DrsDispatch.h106 …rOffsetFnPtr) (RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);