Searched refs:removeIndex (Results 1 – 3 of 3) sorted by relevance
233 size_t removeIndex[maxNumOfElementsRemoved]; in removeMatchedFromBack() local235 searchMatches(matchFunc, maxNumOfElementsRemoved, removeIndex); in removeMatchedFromBack()240 doRemove(removeIndex[i]); in removeMatchedFromBack()243 freeFunction(locateDataAddress(removeIndex[i]), in removeMatchedFromBack()251 fillGaps(removedItemCount, removeIndex); in removeMatchedFromBack()
388 bool removeRequest(Sensor &sensor, size_t removeIndex, bool *requestChanged);
772 bool SensorRequestManager::removeRequest(Sensor &sensor, size_t removeIndex, in removeRequest() argument778 sensor.getRequestMultiplexer().removeRequest(removeIndex, requestChanged); in removeRequest()