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.cpp25 TEST_P(RadioHidlTest, sendEnvelope) { in TEST_P() argument
32 radio->sendEnvelope(serial, content); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h138 Return<void> sendEnvelope(int32_t serial, const hidl_string& command) override;
DRadio.cpp430 Return<void> Radio::sendEnvelope(int32_t /* serial */, const hidl_string& /* command */) { in sendEnvelope() function in android::hardware::radio::V1_2::implementation::Radio
/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.cpp292 Return<void> sendEnvelope(int32_t serial,
1571 Return<void> RadioImpl::sendEnvelope(int32_t serial, const hidl_string& command) { in sendEnvelope() function in RadioImpl