Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dapp.h501 uint8_t chppAppErrorToChreError(uint8_t error);
/system/chre/chpp/clients/
Dwifi.c446 false, chppAppErrorToChreError(rxHeader->error)); in chppWifiConfigureScanMonitorResult()
495 chppAppErrorToChreError(rxHeader->error)); in chppWifiRequestScanResult()
523 gCallbacks->rangingEventCallback(chppAppErrorToChreError(rxHeader->error), in chppWifiRequestRangingResult()
Dgnss.c429 false, chppAppErrorToChreError(rxHeader->error)); in chppGnssControlLocationSessionResult()
469 false, chppAppErrorToChreError(rxHeader->error)); in chppGnssControlMeasurementSessionResult()
Dwwan.c351 errorCode = chppAppErrorToChreError(rxHeader->error); in chppWwanGetCellInfoAsyncResult()
/system/chre/chpp/
Dapp.c781 uint8_t chppAppErrorToChreError(uint8_t chppError) { in chppAppErrorToChreError() function