Home | History | Annotate | Download | only in smgr

Lines Matching refs:accepted

805  * Updates the sampling status after the sensor request is accepted by SMGR.
1218 * @return true if the request has been accepted.
1241 // Update internal states if request was accepted by SMGR.
1257 * @return true if an ADD request has been accepted.
1264 bool accepted = false;
1272 accepted |= makeRequest(sensorTypes[i], sensor->getRequest());
1275 return accepted;
1283 * @return true if a DELETE request has been accepted.
1290 bool accepted = false;
1299 accepted |= makeRequest(sensorTypes[i], offRequest);
1302 return accepted;