Searched defs:uusInfo (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp914 RIL_UUS_Info uusInfo = {}; local
922 if (dialInfo.uusInfo.size() != 0) {
923 uusInfo.uusType = (RIL_UUS_Type) dialInfo.uusInfo[0].uusType;
924 uusInfo.uusDcs = (RIL_UUS_DCS) dialInfo.uusInfo[0].uusDcs;
926 if (dialInfo.uusInfo[0].uusData.size() == 0) {
927 uusInfo.uusData = NULL;
928 uusInfo.uusLength = 0;
930 if (!copyHidlStringToRil(&uusInfo
3229 RIL_UUS_Info *uusInfo = p_cur->uusInfo; local
[all...]
/hardware/ril/include/telephony/
H A Dril.h435 RIL_UUS_Info * uusInfo; /* NULL or Pointer to User-User Signaling Information */ member in struct:__anon5783
609 RIL_UUS_Info * uusInfo; /* NULL or Pointer to User-User Signaling Information */ member in struct:__anon5793
/hardware/ril/reference-ril/
H A Dril.h435 RIL_UUS_Info * uusInfo; /* NULL or Pointer to User-User Signaling Information */ member in struct:__anon6002
609 RIL_UUS_Info * uusInfo; /* NULL or Pointer to User-User Signaling Information */ member in struct:__anon6012

Completed in 56 milliseconds