Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp486 RIL_RadioFunctions* UimFuncs = NULL; in RIL_register_socket() local
489 UimFuncs = Init(&RilSapSocket::uimRilEnv, argc, argv); in RIL_register_socket()
493 RilSapSocket::initSapSocket(RIL1_SERVICE_NAME, UimFuncs); in RIL_register_socket()
496 RilSapSocket::initSapSocket(RIL2_SERVICE_NAME, UimFuncs); in RIL_register_socket()
500 RilSapSocket::initSapSocket(RIL3_SERVICE_NAME, UimFuncs); in RIL_register_socket()
504 RilSapSocket::initSapSocket(RIL4_SERVICE_NAME, UimFuncs); in RIL_register_socket()
511 sap::registerService(UimFuncs); in RIL_register_socket()