Lines Matching refs:errorCode
239 void GnssSession::handleStatusChange(bool enabled, uint8_t errorCode) { in handleStatusChange() argument
242 uint8_t errorCode; in handleStatusChange() member
248 session->handleStatusChangeSync(cbState.enabled, cbState.errorCode); in handleStatusChange()
253 cbState.errorCode = errorCode; in handleStatusChange()
535 uint8_t errorCode, const void *cookie) { in postAsyncResultEvent() argument
544 event->errorCode = errorCode; in postAsyncResultEvent()
561 uint8_t errorCode, in postAsyncResultEventFatal() argument
563 if (!postAsyncResultEvent(instanceId, success, enable, minInterval, errorCode, in postAsyncResultEventFatal()
569 void GnssSession::handleStatusChangeSync(bool enabled, uint8_t errorCode) { in handleStatusChangeSync() argument
570 bool success = (errorCode == CHRE_ERROR_NONE); in handleStatusChangeSync()
588 stateTransition.minInterval, errorCode, stateTransition.cookie); in handleStatusChangeSync()