Home
last modified time | relevance | path

Searched refs:LOC_LOGe (Results 1 – 25 of 33) sorted by relevance

12

/hardware/qcom/gps/msm8998/android/
DAGnssRil.cpp64 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
72 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
74 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
86 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
94 LOC_LOGe("XTRA unreachable. sending failed."); in sendConnectionEvent()
115 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendConnectionEvent()
/hardware/qcom/sdm845/gps/msm8998/android/
DAGnssRil.cpp64 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
72 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
74 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
86 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
94 LOC_LOGe("XTRA unreachable. sending failed."); in sendConnectionEvent()
115 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendConnectionEvent()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocIpc.cpp54 LOC_LOGe("listen to socket failed"); in run()
75 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in startListeningBlocking()
89 LOC_LOGe("bind socket error. reason:%s", strerror(errno)); in startListeningBlocking()
144 LOC_LOGe("cannot read socket. reason:%s", strerror(errno)); in startListeningBlocking()
165 LOC_LOGe("cannot close socket:%s", strerror(errno)); in stopListening()
185 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in send()
206 LOC_LOGe("cannot send to socket. reason:%s", strerror(errno)); in sendData()
214 LOC_LOGe("cannot send to socket. reason:%s", strerror(errno)); in sendData()
226 LOC_LOGe("cannot send to socket. reason:%s", strerror(errno)); in sendData()
Dlog_util.h145 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/gps/msm8909w_3100/gnss/
DXtraSystemStatusObserver.cpp90 LOC_LOGe("XTRA unreachable. sending failed."); in sendEvent()
104 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendEvent()
117 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
125 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
127 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
139 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
/hardware/qcom/sm8150/gps/android/2.0/
DGnssConfiguration.cpp193 LOC_LOGe("mGnss is null"); in setBlacklist()
232 LOC_LOGe("GPS SVs can't be blacklisted."); in setBlacklistedSource()
237 LOC_LOGe("SBAS SVs can't be blacklisted."); in setBlacklistedSource()
258 LOC_LOGe("Invalid constellation %u", copyFromSource.constellation); in setBlacklistedSource()
274 LOC_LOGe("mGnss is nullptr"); in setEsExtensionSec()
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssConfiguration.cpp232 LOC_LOGe("mGnss is null"); in setBlacklist()
268 LOC_LOGe("GPS SVs can't be blacklisted."); in setBlacklistedSource()
273 LOC_LOGe("SBAS SVs can't be blacklisted."); in setBlacklistedSource()
302 LOC_LOGe("Invalid constellation %d", copyFromSource.constellation); in setBlacklistedSource()
310 LOC_LOGe("Invalid sv id %d for sv type %d allowed range [%d, %d]", in setBlacklistedSource()
/hardware/qcom/sm8150/gps/android/1.1/
DGnssConfiguration.cpp232 LOC_LOGe("mGnss is null"); in setBlacklist()
271 LOC_LOGe("GPS SVs can't be blacklisted."); in setBlacklistedSource()
276 LOC_LOGe("SBAS SVs can't be blacklisted."); in setBlacklistedSource()
297 LOC_LOGe("Invalid constellation %d", copyFromSource.constellation); in setBlacklistedSource()
/hardware/qcom/sm8150/gps/utils/
Dloc_misc_utils.cpp119 LOC_LOGe("%s error: %s", failedCall, (nullptr == err) ? "unknown" : err); in logDlError()
140 LOC_LOGe("Either libHandle (%p) or libName (%p) must not be null; " in dlGetSymFromLib()
DLocIpc.cpp51 LOC_LOGe("Invalid inputs: buf - %p, length - %d", (buf), (length)); \
53 LOC_LOGe("Invalid object: operable - %d", (opable)); \
167 LOC_LOGe("bind socket error. sock fd: %d, reason: %s", mSock->mSid, strerror(errno)); in LocIpcLocalRecver()
228 LOC_LOGe("bind socket error. sock fd: %d, reason: %s", mSock->mSid, strerror(errno)); in LocIpcInetTcpRecver()
304 LOC_LOGe("ipcRecver is null OR ipcRecver->recvable() is fasle"); in startNonBlockingListening()
316 LOC_LOGe("ipcRecver is null OR ipcRecver->recvable() is fasle"); in startBlockingListening()
/hardware/qcom/sm8150/gps/android/visibility_control/1.0/
DGnssVisibilityControl.cpp127 LOC_LOGe("Null GNSS interface"); in enableNfwLocationAccess()
150 LOC_LOGe("Null GNSS interface"); in setCallback()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp993 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
1001 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
1003 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
1015 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
1023 LOC_LOGe("XTRA unreachable. sending failed."); in sendConnectionEvent()
1044 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendConnectionEvent()
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
Dloc.cpp993 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
1001 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
1003 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
1015 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
1023 LOC_LOGe("XTRA unreachable. sending failed."); in sendConnectionEvent()
1044 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendConnectionEvent()
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp146 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
154 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
156 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
168 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
176 LOC_LOGe("XTRA unreachable. sending failed."); in sendConnectionEvent()
197 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendConnectionEvent()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp147 LOC_LOGe("create socket error. reason:%s", strerror(errno)); in createSocket()
155 LOC_LOGe("cannot connect to XTRA. reason:%s", strerror(errno)); in createSocket()
157 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in createSocket()
169 LOC_LOGe("close socket error. reason:%s", strerror(errno)); in closeSocket()
177 LOC_LOGe("XTRA unreachable. sending failed."); in sendConnectionEvent()
198 LOC_LOGe("sending error. reason:%s", strerror(errno)); in sendConnectionEvent()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DGnssAdapter.cpp972 LOC_LOGe("Feature constellation enablement not supported."); in gnssUpdateConfigCommand()
978 LOC_LOGe("Failed to send config to modem, err %d", err); in gnssUpdateConfigCommand()
1013 LOC_LOGe("convertToGnssSvIdConfig failed"); in gnssSvIdConfigUpdate()
1047 LOC_LOGe("new allocation failed, fatal error."); in gnssGetConfigCommand()
1148 LOC_LOGe("Feature not supported."); in gnssGetConfigCommand()
1154 LOC_LOGe("getConfig request to modem failed, err %d", err); in gnssGetConfigCommand()
1170 LOC_LOGe("No GNSS config items to Get"); in gnssGetConfigCommand()
1221 LOC_LOGe("Invalid constellation %d", source.constellation); in convertToGnssSvIdConfig()
1227 LOC_LOGe("Invalid sv id %d for sv type %d allowed range [%d, %d]", in convertToGnssSvIdConfig()
1329 LOC_LOGe("Failed to report, size %d", (uint32_t)config.size); in reportGnssSvIdConfig()
[all …]
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h143 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/gps/msm8998/utils/
Dlog_util.h144 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/sdm845/gps/msm8996/utils/
Dlog_util.h144 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/sdm845/gps/msm8998/utils/
Dlog_util.h144 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h143 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/gps/msm8909w_3100/utils/
Dlog_util.h144 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/gps/msm8996/utils/
Dlog_util.h144 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h143 #define LOC_LOGe(fmt,...) LOC_LOGE(LOC_LOG_HEAD(fmt), __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
/hardware/qcom/sm8150/gps/location/
DLocationAPI.cpp243 LOC_LOGe("removeFromGnssInf: %d, removeFromBatchingInf: %d, removeFromGeofenceInf: %d," in destroy()
260 LOC_LOGe("destroy data stored in the map: 0x%x", destroyCbData.waitAdapterMask); in destroy()
702 LOC_LOGe("No gnss interface available for Control API client %p", this); in gnssGetConfig()

12