Home
last modified time | relevance | path

Searched refs:RMNETCTL_KERNEL_FIRST_ERR (Results 1 – 6 of 6) sorted by relevance

/device/google/marlin/dataservices/rmnetctl/inc/
Dlibrmnetctl.h110 RMNETCTL_KERNEL_FIRST_ERR = 15, enumerator
112 RMNETCTL_KERNEL_ERROR_NO_ERR = RMNETCTL_KERNEL_FIRST_ERR,
/device/lge/bullhead/dataservices/rmnetctl/inc/
Dlibrmnetctl.h110 RMNETCTL_KERNEL_FIRST_ERR, enumerator
112 RMNETCTL_KERNEL_ERROR_NO_ERR = RMNETCTL_KERNEL_FIRST_ERR,
/device/huawei/angler/dataservices/rmnetctl/inc/
Dlibrmnetctl.h110 RMNETCTL_KERNEL_FIRST_ERR, enumerator
112 RMNETCTL_KERNEL_ERROR_NO_ERR = RMNETCTL_KERNEL_FIRST_ERR,
/device/lge/bullhead/dataservices/rmnetctl/src/
Dlibrmnetctl.c303 *error_code = (uint16_t)error_val + RMNETCTL_KERNEL_FIRST_ERR; in _rmnetctl_set_codes()
/device/google/marlin/dataservices/rmnetctl/src/
Dlibrmnetctl.c305 *error_code = (uint16_t)error_val + RMNETCTL_KERNEL_FIRST_ERR; in _rmnetctl_set_codes()
/device/huawei/angler/dataservices/rmnetctl/src/
Dlibrmnetctl.c302 *error_code = (uint16_t)error_val + RMNETCTL_KERNEL_FIRST_ERR; in _rmnetctl_set_codes()