Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/services/
H A Dwwan.c102 static enum ChppAppErrorCode chppWwanServiceOpen(
105 static enum ChppAppErrorCode chppWwanServiceClose(
108 static enum ChppAppErrorCode chppWwanServiceGetCapabilities(
111 static enum ChppAppErrorCode chppWwanServiceGetCellInfoAsync(
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()
254 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceClose()
307 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCapabilities()
[all …]
H A Dgnss.c101 static enum ChppAppErrorCode chppGnssServiceOpen(
104 static enum ChppAppErrorCode chppGnssServiceClose(
157 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssRequest()
231 static enum ChppAppErrorCode chppGnssServiceOpen( in chppGnssServiceOpen()
244 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceOpen()
287 static enum ChppAppErrorCode chppGnssServiceClose( in chppGnssServiceClose()
290 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceClose()
343 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceGetCapabilities()
387 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession()
426 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession()
[all …]
H A Dwifi.c99 static enum ChppAppErrorCode chppWifiServiceOpen(
102 static enum ChppAppErrorCode chppWifiServiceClose(
153 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiRequest()
227 static enum ChppAppErrorCode chppWifiServiceOpen( in chppWifiServiceOpen()
238 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceOpen()
281 static enum ChppAppErrorCode chppWifiServiceClose( in chppWifiServiceClose()
284 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceClose()
336 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceGetCapabilities()
379 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceConfigureScanMonitorAsync()
414 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestScanAsync()
[all …]
/aosp12/system/chre/chpp/clients/
H A 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()
H A 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()
H A 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()
/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h122 enum ChppAppErrorCode { enum
197 typedef enum ChppAppErrorCode(ChppDispatchFunction)(void *context, uint8_t *buf,
/aosp12/system/chre/chpp/include/chpp/clients/
H A Dloopback.h34 enum ChppAppErrorCode error; // Indicates success or error type
H A Dtimesync.h51 enum ChppAppErrorCode error; // Indicates success or error type
/aosp12/system/chre/chpp/
H A Dapp.c590 enum ChppAppErrorCode error = in chppProcessNegotiatedHandleDatagram()