Searched refs:ChppAppErrorCode (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/chre/chpp/services/ |
H A D | wwan.c | 102 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 D | gnss.c | 101 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 D | wifi.c | 99 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 D | gnss.c | 45 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 D | wifi.c | 53 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 D | wwan.c | 49 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 D | app.h | 122 enum ChppAppErrorCode { enum 197 typedef enum ChppAppErrorCode(ChppDispatchFunction)(void *context, uint8_t *buf,
|
/aosp12/system/chre/chpp/include/chpp/clients/ |
H A D | loopback.h | 34 enum ChppAppErrorCode error; // Indicates success or error type
|
H A D | timesync.h | 51 enum ChppAppErrorCode error; // Indicates success or error type
|
/aosp12/system/chre/chpp/ |
H A D | app.c | 590 enum ChppAppErrorCode error = in chppProcessNegotiatedHandleDatagram()
|