Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp499 const RIL_RadioFunctions* UimFuncs = NULL; in RIL_register_socket() local
502 UimFuncs = Init(&RilSapSocket::uimRilEnv, argc, argv); in RIL_register_socket()
506 RilSapSocket::initSapSocket(RIL1_SERVICE_NAME, UimFuncs); in RIL_register_socket()
509 RilSapSocket::initSapSocket(RIL2_SERVICE_NAME, UimFuncs); in RIL_register_socket()
513 RilSapSocket::initSapSocket(RIL3_SERVICE_NAME, UimFuncs); in RIL_register_socket()
517 RilSapSocket::initSapSocket(RIL4_SERVICE_NAME, UimFuncs); in RIL_register_socket()
524 sap::registerService(UimFuncs); in RIL_register_socket()