Home
last modified time | relevance | path

Searched defs:stopLceService (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp790 TEST_P(RadioHidlTest, stopLceService) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp771 Return<void> Radio::stopLceService(int32_t /* serial */) { in stopLceService() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java640 public void stopLceService(Message result) { in stopLceService() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java640 public void stopLceService(Message result) { in stopLceService() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java984 public void stopLceService(Message result) { in stopLceService() method in BaseCommands
H A DCommandsInterface.java2288 public void stopLceService(Message result); in stopLceService() method
H A DRIL.java4950 public void stopLceService(Message result) { in stopLceService() method in RIL
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2163 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java1378 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommandsVerifier
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2646 Return<void> RadioImpl::stopLceService(int32_t serial) { in stopLceService() function in RadioImpl