Home
last modified time | relevance | path

Searched refs:isNullCipherAndIntegrityEnabled (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetwork.aidl617 void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetwork.aidl81 oneway void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetwork.aidl82 oneway void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetwork.aidl82 oneway void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioNetwork.h109 ::ndk::ScopedAStatus isNullCipherAndIntegrityEnabled(int32_t serial) override;
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp355 ScopedAStatus RadioNetwork::isNullCipherAndIntegrityEnabled(int32_t serial) { in isNullCipherAndIntegrityEnabled() function in android::hardware::radio::compat::RadioNetwork
/hardware/interfaces/radio/aidl/vts/
Dradio_network_test.cpp2412 TEST_P(RadioNetworkTest, isNullCipherAndIntegrityEnabled) { in TEST_P() argument
2431 ndk::ScopedAStatus res = radio_network->isNullCipherAndIntegrityEnabled(serial); in TEST_P()