Searched refs:nvResetConfig (Results 1 – 5 of 5) sorted by relevance
643 TEST_P(RadioHidlTest, nvResetConfig) { in TEST_P() argument647 radio->nvResetConfig(serial, ResetNvType::ERASE); in TEST_P()
212 Return<void> nvResetConfig(int32_t serial,
712 Return<void> Radio::nvResetConfig(int32_t /* serial */, in nvResetConfig() function in android::hardware::radio::V1_2::implementation::Radio
1360 oneway nvResetConfig(int32_t serial, ResetNvType resetType);
412 Return<void> nvResetConfig(int32_t serial, ResetNvType resetType);2334 Return<void> RadioImpl::nvResetConfig(int32_t serial, ResetNvType resetType) { in nvResetConfig() function in RadioImpl