Home
last modified time | relevance | path

Searched refs:disclosure (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c6241 RIL_CellularIdentifierDisclosure disclosure; local
6243 if (at_tok_nextstr(&p, &disclosure.plmn) < 0) {
6247 if (at_tok_nextint(&p, &disclosure.identifierType) < 0) {
6251 if (at_tok_nextint(&p, &disclosure.protocolMessage) < 0) {
6255 if (at_tok_nextbool(&p, (char*)&disclosure.isEmergency) < 0) {
6260 RIL_onUnsolicitedResponse(RIL_UNSOL_CELLULAR_IDENTIFIER_DISCLOSED, (void*)&disclosure,
6261 sizeof(disclosure));
/device/linaro/hikey/self-extractors_hikey960/hisilicon/
DLICENSE90 their unauthorized disclosure and use. The period of confidentiality shall be indefinite. YOU agree…
/device/linaro/poplar/proprietary/hisilicon/
DLICENSE41 …t less than a reasonable degree of care, to prevent their unauthorized disclosure and use. The per…
/device/amlogic/yukawa/binaries/gpu/
DEND_USER_LICENCE_AGREEMENT.txt136 modification, disclosure or transfer of the Software is restricted in
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10681 aidl_radio::network::CellularIdentifierDisclosure disclosure; in cellularIdentifierDisclosedInd() local
10682 disclosure.identifier = in cellularIdentifierDisclosedInd()
10684 disclosure.protocolMessage = in cellularIdentifierDisclosedInd()
10686 disclosure.plmn = rawDisclosure->plmn; in cellularIdentifierDisclosedInd()
10687 disclosure.isEmergency = rawDisclosure->isEmergency; in cellularIdentifierDisclosedInd()
10690 disclosure); in cellularIdentifierDisclosedInd()