Searched refs:new_vnd (Results 1 – 6 of 6) sorted by relevance
/device/google/marlin/dataservices/rmnetctl/inc/ |
D | librmnetctl.h | 430 uint8_t new_vnd); 451 uint8_t new_vnd,
|
/device/lge/bullhead/dataservices/rmnetctl/inc/ |
D | librmnetctl.h | 430 uint8_t new_vnd); 451 uint8_t new_vnd,
|
/device/huawei/angler/dataservices/rmnetctl/inc/ |
D | librmnetctl.h | 430 uint8_t new_vnd); 451 uint8_t new_vnd,
|
/device/lge/bullhead/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 748 uint8_t new_vnd, in rmnet_new_vnd_prefix() argument 756 ((new_vnd != RMNETCTL_NEW_VND) && (new_vnd != RMNETCTL_FREE_VND))) { in rmnet_new_vnd_prefix() 762 if (new_vnd == RMNETCTL_NEW_VND) { in rmnet_new_vnd_prefix() 794 uint8_t new_vnd) in rmnet_new_vnd() argument 796 return rmnet_new_vnd_prefix(hndl, id, error_code, new_vnd, 0); in rmnet_new_vnd()
|
/device/google/marlin/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 775 uint8_t new_vnd, in rmnet_new_vnd_prefix() argument 783 ((new_vnd != RMNETCTL_NEW_VND) && (new_vnd != RMNETCTL_FREE_VND))) { in rmnet_new_vnd_prefix() 789 if (new_vnd == RMNETCTL_NEW_VND) { in rmnet_new_vnd_prefix() 821 uint8_t new_vnd) in rmnet_new_vnd() argument 823 return rmnet_new_vnd_prefix(hndl, id, error_code, new_vnd, 0); in rmnet_new_vnd()
|
/device/huawei/angler/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 747 uint8_t new_vnd, in rmnet_new_vnd_prefix() argument 755 ((new_vnd != RMNETCTL_NEW_VND) && (new_vnd != RMNETCTL_FREE_VND))) { in rmnet_new_vnd_prefix() 761 if (new_vnd == RMNETCTL_NEW_VND) { in rmnet_new_vnd_prefix() 793 uint8_t new_vnd) in rmnet_new_vnd() argument 795 return rmnet_new_vnd_prefix(hndl, id, error_code, new_vnd, 0); in rmnet_new_vnd()
|