Home
last modified time | relevance | path

Searched defs:resetType (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/
H A DNxpNfc.cpp46 Return<bool> NxpNfc::resetEse(uint64_t resetType) { in resetEse()
/aosp12/system/chre/chpp/
H A Dtransport.c1215 enum ChppTransportPacketAttributes resetType, in chppReset()
1727 enum ChppTransportPacketAttributes resetType, in chppTransportSendReset()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal_IoctlOperations.cc603 NFCSTATUS phNxpNciHal_resetEse(uint64_t resetType) { in phNxpNciHal_resetEse()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java618 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java624 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1182 int resetType = 1; in testNvResetConfig() local
H A DSimulatedCommands.java2142 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
H A DSimulatedCommandsVerifier.java1322 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1972 private static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType()
4661 public void nvResetConfig(int resetType, Message result) { in nvResetConfig()
H A DCommandsInterface.java2166 void nvResetConfig(int resetType, Message response); in nvResetConfig()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7163 public boolean nvResetConfig(int resetType) { in nvResetConfig()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2310 Return<void> RadioImpl::nvResetConfig(int32_t serial, ResetNvType resetType) { in nvResetConfig()