Home
last modified time | relevance | path

Searched refs:reportStkServiceIsRunning (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_stk.cpp98 TEST_P(RadioHidlTest, reportStkServiceIsRunning) { in TEST_P() argument
102 radio->reportStkServiceIsRunning(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp610 Return<void> Radio::reportStkServiceIsRunning(int32_t /* serial */) { in reportStkServiceIsRunning() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h186 Return<void> reportStkServiceIsRunning(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1139 oneway reportStkServiceIsRunning(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp369 Return<void> reportStkServiceIsRunning(int32_t serial);
1961 Return<void> RadioImpl::reportStkServiceIsRunning(int32_t serial) { in reportStkServiceIsRunning() function in RadioImpl