Home
last modified time | relevance | path

Searched refs:niInterface (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp357 auto niInterface = static_cast<const GnssNetInitiatedInterface*> in EnableGnss() local
359 if (niInterface != nullptr) { in EnableGnss()
360 niInterface->setCallback(&niCallback); in EnableGnss()
530 auto niInterface = static_cast<const GnssNetInitiatedInterface*> in SendNiUserResponse() local
532 if (niInterface == nullptr) { in SendNiUserResponse()
536 niInterface->sendUserResponse(gnssNiNotificationId, static_cast<int32_t>(userResponse)); in SendNiUserResponse()
548 auto niInterface = static_cast<const GnssNetInitiatedInterface*> in SendNetworkInitiatedMsg() local
550 if (niInterface == nullptr) { in SendNetworkInitiatedMsg()
558 niInterface->sendNetworkInitiatedMsg(data.data(), data.size()); in SendNetworkInitiatedMsg()

Completed in 1 milliseconds