Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DAGnssRil.cpp40 static bool sendConnectionEvent(const bool connected, const int8_t type);
54 sendConnectionEvent(connected, (int8_t)type); in updateNetworkState()
91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp1020 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) { in sendConnectionEvent() function
1059 sendConnectionEvent((connected != 0) ? true : false, in loc_agps_ril_update_network_state()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc.cpp1025 static inline bool sendConnectionEvent(const bool connected, const int32_t type) { in sendConnectionEvent() function
1065 sendConnectionEvent((connected != 0) ? true : false, type); in loc_agps_ril_update_network_state()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp174 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function
1065 sendConnectionEvent((connected != 0) ? true : false, type); in loc_agps_ril_update_network_state()