Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/utils/
DLocIpc.h68 getLocIpcLocalSender(const char* localSockName);
DLocIpc.cpp338 shared_ptr<LocIpcSender> LocIpc::getLocIpcLocalSender(const char* localSockName) { in getLocIpcLocalSender() function in loc_util::LocIpc
/hardware/qcom/sm8150/gps/gnss/
DXtraSystemStatusObserver.cpp105 mSender(LocIpc::getLocIpcLocalSender(LOC_IPC_XTRA)), in XtraSystemStatusObserver()