Home
last modified time | relevance | path

Searched defs:error (Results 1 – 16 of 16) sorted by relevance

/chre-3.4.0/chpp/services/
Dwwan.c142 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanRequest() local
208 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceOpen() local
254 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceClose() local
307 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCapabilities() local
351 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync() local
Dwifi.c153 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiRequest() local
238 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceOpen() local
284 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceClose() local
336 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceGetCapabilities() local
379 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceConfigureScanMonitorAsync() local
414 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestScanAsync() local
464 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestRangingAsync() local
Dgnss.c157 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssRequest() local
244 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceOpen() local
290 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceClose() local
343 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceGetCapabilities() local
387 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession() local
426 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession() local
463 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceConfigurePassiveLocationListener() local
/chre-3.4.0/chpp/include/chpp/clients/
Dtimesync.h51 enum ChppAppErrorCode error; // Indicates success or error type member
Dloopback.h34 enum ChppAppErrorCode error; // Indicates success or error type member
/chre-3.4.0/chpp/
Dtransport.c459 enum ChppLinkErrorCode error = chppSendPendingPacket(context); in chppProcessTransportLoopbackRequest() local
1040 enum ChppLinkErrorCode error = chppSendPendingPacket(context); in chppTransportDoWork() local
1173 enum ChppLinkErrorCode error = chppPlatformLinkSend( in chppSendPendingPacket() local
1216 enum ChppTransportErrorCode error) { in chppReset()
1624 enum ChppLinkErrorCode error) { in chppLinkSendDoneCb()
1704 enum ChppLinkErrorCode error = chppSendPendingPacket(context); in chppRunTransportLoopback() local
1728 enum ChppTransportErrorCode error) { in chppTransportSendReset()
Dapp.c590 enum ChppAppErrorCode error = in chppProcessNegotiatedHandleDatagram() local
/chre-3.4.0/chpp/platform/linux/
Dlink.c47 enum ChppLinkErrorCode error; in linkSendThread() local
/chre-3.4.0/chpp/clients/
Dwifi.c183 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiResponse() local
255 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiNotification() local
626 uint8_t error = CHRE_ERROR_NONE; in chppWifiRangingEventNotification() local
Dgnss.c177 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssResponse() local
253 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssNotification() local
Dwwan.c158 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse() local
/chre-3.4.0/pal/util/
Dwifi_scan_cache.c198 enum chreError error = CHRE_ERROR_NONE; in chreWifiScanCacheScanEventBegin() local
/chre-3.4.0/platform/slpi/see/
Dsns_qmi_client.c144 qmi_client_error_type error, void *err_cb_data) { in client_error_cb()
Dsee_helper.cc1637 void SeeHelper::handleSeeResp(uint32_t txnId, sns_std_error error) { in handleSeeResp()
1942 void SeeHelper::seeRespCb(sns_client *client, sns_std_error error, in seeRespCb()
/chre-3.4.0/chpp/include/chpp/
Dapp.h183 uint8_t error; member
Dtransport.h217 #define CHPP_ATTR_AND_ERROR_TO_PACKET_CODE(attr, error) \ argument