Home
last modified time | relevance | path

Searched refs:resetSimReq (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp113 TEST_P(SapHidlTest, resetSimReq) { in TEST_P() argument
117 sap->resetSimReq(token); in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DSap.cpp58 Return<void> Sap::resetSimReq(int32_t /* token */) { in resetSimReq() function in android::hardware::radio::V1_2::implementation::Sap
H A DSap.h48 Return<void> resetSimReq(int32_t token) override;
/aosp12/hardware/interfaces/radio/1.0/
H A DISap.hal73 oneway resetSimReq(int32_t token);
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp62 Return<void> resetSimReq(int32_t token);
406 Return<void> SapImpl::resetSimReq(int32_t token) { in resetSimReq() function in SapImpl
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java817 sapProxy.resetSimReq(rilSerial); in send()