Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp470 const RIL_RadioFunctions* UimFuncs = NULL; in RIL_register_socket() local
473 UimFuncs = Init(&RilSapSocket::uimRilEnv, argc, argv); in RIL_register_socket()
477 RilSapSocket::initSapSocket(RIL1_SERVICE_NAME, UimFuncs); in RIL_register_socket()
480 RilSapSocket::initSapSocket(RIL2_SERVICE_NAME, UimFuncs); in RIL_register_socket()
484 RilSapSocket::initSapSocket(RIL3_SERVICE_NAME, UimFuncs); in RIL_register_socket()
488 RilSapSocket::initSapSocket(RIL4_SERVICE_NAME, UimFuncs); in RIL_register_socket()
495 sap::registerService(UimFuncs); in RIL_register_socket()