Home
last modified time | relevance | path

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

/chre-3.4.0/core/include/chre/core/
Dsensor_request_manager.h425 void completeFlushRequestAtIndex(size_t index, uint8_t errorCode);
/chre-3.4.0/core/
Dsensor_request_manager.cc614 void SensorRequestManager::completeFlushRequestAtIndex(size_t index, in completeFlushRequestAtIndex() function in chre::SensorRequestManager
636 completeFlushRequestAtIndex(i, newRequestErrorCode); in dispatchNextFlushRequest()
654 completeFlushRequestAtIndex(i, errorCode); in handleFlushCompleteEventSync()
668 completeFlushRequestAtIndex(i, in cancelFlushRequests()