Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.2/default/
DRadio.h218 Return<void> requestIccSimAuthentication(int32_t serial, int32_t authContext,
/hardware/ril/include/telephony/
Dril.h7165 int authContext; /* P2 value of authentication command, see P2 parameter in member
/hardware/ril/reference-ril/
Dril.h7165 int authContext; /* P2 value of authentication command, see P2 parameter in member
/hardware/interfaces/radio/1.0/
DIRadio.hal1395 * @param authContext P2 value of authentication command, see P2 parameter in
1402 oneway requestIccSimAuthentication(int32_t serial, int32_t authContext, string authData,
/hardware/ril/libril/
Dril_service.cpp421 int32_t authContext,
2399 Return<void> RadioImpl::requestIccSimAuthentication(int32_t serial, int32_t authContext, in requestIccSimAuthentication() argument
2411 pf.authContext = authContext; in requestIccSimAuthentication()