Home
last modified time | relevance | path

Searched refs:chppSendTimestampedResponseOrFail (Results 1 – 5 of 5) sorted by relevance

/system/chre/chpp/services/
Dwwan.c234 chppSendTimestampedResponseOrFail(&wwanServiceContext->service, in chppWwanServiceOpen()
269 chppSendTimestampedResponseOrFail(&wwanServiceContext->service, in chppWwanServiceClose()
323 chppSendTimestampedResponseOrFail(&wwanServiceContext->service, in chppWwanServiceGetCapabilities()
400 chppSendTimestampedResponseOrFail(&wwanServiceContext->service, rRState, in chppWwanServiceCellInfoResultCallback()
Dgnss.c270 chppSendTimestampedResponseOrFail(&gnssServiceContext->service, in chppGnssServiceOpen()
305 chppSendTimestampedResponseOrFail(&gnssServiceContext->service, in chppGnssServiceClose()
359 chppSendTimestampedResponseOrFail(&gnssServiceContext->service, in chppGnssServiceGetCapabilities()
484 chppSendTimestampedResponseOrFail( in chppGnssServiceConfigurePassiveLocationListener()
544 chppSendTimestampedResponseOrFail( in chppGnssServiceLocationStatusChangeCallback()
616 chppSendTimestampedResponseOrFail( in chppGnssServiceMeasurementStatusChangeCallback()
Dwifi.c264 chppSendTimestampedResponseOrFail(&wifiServiceContext->service, in chppWifiServiceOpen()
299 chppSendTimestampedResponseOrFail(&wifiServiceContext->service, in chppWifiServiceClose()
352 chppSendTimestampedResponseOrFail(&wifiServiceContext->service, in chppWifiServiceGetCapabilities()
489 chppSendTimestampedResponseOrFail( in chppWifiServiceRequestRangingAsync()
534 chppSendTimestampedResponseOrFail( in chppWifiServiceScanMonitorStatusChangeCallback()
567 chppSendTimestampedResponseOrFail(&gWifiServiceContext.service, in chppWifiServiceScanResponseCallback()
/system/chre/chpp/include/chpp/
Dservices.h234 bool chppSendTimestampedResponseOrFail(struct ChppServiceState *serviceState,
/system/chre/chpp/
Dservices.c182 bool chppSendTimestampedResponseOrFail(struct ChppServiceState *serviceState, in chppSendTimestampedResponseOrFail() function