Searched refs:RIL_CellIdentity_v16 (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | ril.h | 1547 }RIL_CellIdentity_v16; typedef 1606 RIL_CellIdentity_v16 cellIdentity; // current cell information 1629 RIL_CellIdentity_v16 cellIdentity; // Current cell information
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 1546 }RIL_CellIdentity_v16; typedef 1605 RIL_CellIdentity_v16 cellIdentity; // current cell information 1628 RIL_CellIdentity_v16 cellIdentity; // Current cell information
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.h | 1617 }RIL_CellIdentity_v16; typedef 1676 RIL_CellIdentity_v16 cellIdentity; // current cell information 1699 RIL_CellIdentity_v16 cellIdentity; // Current cell information
|
D | ril_service.cpp | 4563 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() 4666 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromVoiceRegStateResponseString() 4667 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromVoiceRegStateResponseString() 4749 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromDataRegStateResponseString() 4750 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromDataRegStateResponseString()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 1730 }RIL_CellIdentity_v16; typedef 1801 RIL_CellIdentity_v16 cellIdentity; // current cell information 1824 RIL_CellIdentity_v16 cellIdentity; // Current cell information
|
D | ril_service.cpp | 4732 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() 4835 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromVoiceRegStateResponseString() 4836 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromVoiceRegStateResponseString() 4918 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromDataRegStateResponseString() 4919 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromDataRegStateResponseString()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 3578 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() 3701 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromVoiceRegStateResponseString() 3702 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromVoiceRegStateResponseString() 3784 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromDataRegStateResponseString() 3785 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromDataRegStateResponseString()
|