Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/gps/msm8998/android/
H A 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
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/
H A 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
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/
H A 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()
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
H A 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()
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A 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()
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A 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()
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp173 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function
1066 sendConnectionEvent((connected != 0) ? true : false, type); in loc_agps_ril_update_network_state()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTestTelephonyConnection.java207 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in TestTelephonyConnection
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBasicCallTests.java760 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull()
781 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
H A DConnectionServiceFixture.java691 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java3277 sendConnectionEvent(event, extras); in sendTelephonyConnectionEvent()
3546 sendConnectionEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, extras); in onMessagesReceived()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java3836 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in Connection
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39888 method public void sendConnectionEvent(String, android.os.Bundle);