Home
last modified time | relevance | path

Searched refs:ChppAppErrorCode (Results 1 – 10 of 10) sorted by relevance

/system/chre/chpp/services/
Dwwan.c37 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext,
102 static enum ChppAppErrorCode chppWwanServiceOpen(
105 static enum ChppAppErrorCode chppWwanServiceClose(
108 static enum ChppAppErrorCode chppWwanServiceGetCapabilities(
111 static enum ChppAppErrorCode chppWwanServiceGetCellInfoAsync(
136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()
142 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanRequest()
201 static enum ChppAppErrorCode chppWwanServiceOpen( in chppWwanServiceOpen()
208 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceOpen()
251 static enum ChppAppErrorCode chppWwanServiceClose( in chppWwanServiceClose()
[all …]
Dgnss.c35 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext,
101 static enum ChppAppErrorCode chppGnssServiceOpen(
104 static enum ChppAppErrorCode chppGnssServiceClose(
107 static enum ChppAppErrorCode chppGnssServiceGetCapabilities(
110 static enum ChppAppErrorCode chppGnssServiceControlLocationSession(
113 static enum ChppAppErrorCode chppGnssServiceControlMeasurementSession(
116 static enum ChppAppErrorCode chppGnssServiceConfigurePassiveLocationListener(
148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()
157 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssRequest()
231 static enum ChppAppErrorCode chppGnssServiceOpen( in chppGnssServiceOpen()
[all …]
Dwifi.c36 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext,
99 static enum ChppAppErrorCode chppWifiServiceOpen(
102 static enum ChppAppErrorCode chppWifiServiceClose(
105 static enum ChppAppErrorCode chppWifiServiceGetCapabilities(
108 static enum ChppAppErrorCode chppWifiServiceConfigureScanMonitorAsync(
111 static enum ChppAppErrorCode chppWifiServiceRequestScanAsync(
114 static enum ChppAppErrorCode chppWifiServiceRequestRangingAsync(
144 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest()
153 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiRequest()
227 static enum ChppAppErrorCode chppWifiServiceOpen( in chppWifiServiceOpen()
[all …]
/system/chre/chpp/include/chpp/clients/
Dloopback.h34 enum ChppAppErrorCode error; // Indicates success or error type
Dtimesync.h51 enum ChppAppErrorCode error; // Indicates success or error type
/system/chre/chpp/clients/
Dgnss.c45 static enum ChppAppErrorCode chppDispatchGnssResponse(void *clientContext,
47 static enum ChppAppErrorCode chppDispatchGnssNotification(void *clientContext,
171 static enum ChppAppErrorCode chppDispatchGnssResponse(void *clientContext, in chppDispatchGnssResponse()
177 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssResponse()
247 static enum ChppAppErrorCode chppDispatchGnssNotification(void *clientContext, in chppDispatchGnssNotification()
253 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssNotification()
Dwifi.c53 static enum ChppAppErrorCode chppDispatchWifiResponse(void *clientContext,
55 static enum ChppAppErrorCode chppDispatchWifiNotification(void *clientContext,
177 static enum ChppAppErrorCode chppDispatchWifiResponse(void *clientContext, in chppDispatchWifiResponse()
183 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiResponse()
249 static enum ChppAppErrorCode chppDispatchWifiNotification(void *clientContext, in chppDispatchWifiNotification()
255 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiNotification()
Dwwan.c49 static enum ChppAppErrorCode chppDispatchWwanResponse(void *clientContext,
152 static enum ChppAppErrorCode chppDispatchWwanResponse(void *clientContext, in chppDispatchWwanResponse()
158 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse()
/system/chre/chpp/include/chpp/
Dapp.h122 enum ChppAppErrorCode { enum
197 typedef enum ChppAppErrorCode(ChppDispatchFunction)(void *context, uint8_t *buf,
/system/chre/chpp/
Dapp.c590 enum ChppAppErrorCode error = in chppProcessNegotiatedHandleDatagram()