Home
last modified time | relevance | path

Searched refs:_current (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.h89 uint8_t *_current; variable
94 bool isEnd() const { return _current == _max; } in isEnd()
DDspMemChunk.cpp79 _current = head.get();
80 _max = _current + size;
119 *_current++ = (_cache & 0xFF000000) >> 24; in write()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc178 State setting commands update the _current state_ of the command buffer.