Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOStateReporter.cpp623 int curr_element_index, new_element_index; in handleSetStateByIndices() local
647 new_element_index = channel_index * _channelDimension + new_state_index; in handleSetStateByIndices()
648 if (copyElementValues(new_element_index, in handleSetStateByIndices()
659 res = setElementValues(new_element_index, in handleSetStateByIndices()