Searched refs:sendEnvelopeWithStatus (Results 1 – 5 of 5) sorted by relevance
119 TEST_P(RadioHidlTest, sendEnvelopeWithStatus) { in TEST_P() argument126 radio->sendEnvelopeWithStatus(serial, contents); in TEST_P()
191 Return<void> sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) override;
632 Return<void> Radio::sendEnvelopeWithStatus(int32_t /* serial */, in sendEnvelopeWithStatus() function in android::hardware::radio::V1_2::implementation::Radio
1192 oneway sendEnvelopeWithStatus(int32_t serial, string contents);
380 Return<void> sendEnvelopeWithStatus(int32_t serial,1996 Return<void> RadioImpl::sendEnvelopeWithStatus(int32_t serial, const hidl_string& contents) { in sendEnvelopeWithStatus() function in RadioImpl