Searched refs:chppSendTimestampedResponseOrFail (Results 1 – 7 of 7) sorted by relevance
/system/chre/chpp/services/ |
D | wwan.c | 232 chppSendTimestampedResponseOrFail(wwanServiceContext->service.appContext, in chppWwanServiceOpen() 267 chppSendTimestampedResponseOrFail(wwanServiceContext->service.appContext, in chppWwanServiceClose() 320 chppSendTimestampedResponseOrFail(wwanServiceContext->service.appContext, in chppWwanServiceGetCapabilities() 397 chppSendTimestampedResponseOrFail(wwanServiceContext->service.appContext, in chppWwanServiceCellInfoResultCallback()
|
D | gnss.c | 268 chppSendTimestampedResponseOrFail(gnssServiceContext->service.appContext, in chppGnssServiceOpen() 303 chppSendTimestampedResponseOrFail(gnssServiceContext->service.appContext, in chppGnssServiceClose() 356 chppSendTimestampedResponseOrFail(gnssServiceContext->service.appContext, in chppGnssServiceGetCapabilities() 481 chppSendTimestampedResponseOrFail( in chppGnssServiceConfigurePassiveLocationListener() 541 chppSendTimestampedResponseOrFail( in chppGnssServiceLocationStatusChangeCallback() 613 chppSendTimestampedResponseOrFail( in chppGnssServiceMeasurementStatusChangeCallback()
|
D | wifi.c | 317 chppSendTimestampedResponseOrFail(wifiServiceContext->service.appContext, in chppWifiServiceOpen() 352 chppSendTimestampedResponseOrFail(wifiServiceContext->service.appContext, in chppWifiServiceClose() 404 chppSendTimestampedResponseOrFail(wifiServiceContext->service.appContext, in chppWifiServiceGetCapabilities() 541 chppSendTimestampedResponseOrFail( in chppWifiServiceRequestRangingAsync() 584 chppSendTimestampedResponseOrFail( in chppWifiServiceRequestNanSubscribe() 619 chppSendTimestampedResponseOrFail( in chppWifiServiceRequestNanSubscribeCancel() 656 chppSendTimestampedResponseOrFail( in chppWifiServiceRequestNanRanging() 694 chppSendTimestampedResponseOrFail( in chppWifiServiceScanMonitorStatusChangeCallback() 727 chppSendTimestampedResponseOrFail(gWifiServiceContext.service.appContext, in chppWifiServiceScanResponseCallback()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 801 bool chppSendTimestampedResponseOrFail(
|
/system/chre/chpp/test/ |
D | app_req_resp_test.cpp | 145 chppSendTimestampedResponseOrFail(appState, in dispatchRequest()
|
/system/chre/chpp/ |
D | app.c | 1025 bool chppSendTimestampedResponseOrFail( in chppSendTimestampedResponseOrFail() function
|
D | RELEASE_NOTES.md | 302 - Added `chppSendTimestampedResponseOrFail` to be used by both clients and services,
|