Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_stk.cpp24 TEST_F(RadioHidlTest, sendEnvelope) { in TEST_F() argument
30 radio->sendEnvelope(serial, content); in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp430 Return<void> Radio::sendEnvelope(int32_t /* serial */, const hidl_string& /* command */) { in sendEnvelope() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h138 Return<void> sendEnvelope(int32_t serial, const hidl_string& command) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal791 oneway sendEnvelope(int32_t serial, string command);
1179 * This request has one difference from sendEnvelope():
1185 * as an unsolicited response, as sendEnvelope() does.
/hardware/ril/libril/
Dril_service.cpp291 Return<void> sendEnvelope(int32_t serial,
1570 Return<void> RadioImpl::sendEnvelope(int32_t serial, const hidl_string& command) { in sendEnvelope() function in RadioImpl