Home
last modified time | relevance | path

Searched defs:RadioVoice (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/hals/radio/
DRadioVoice.h30 struct RadioVoice : public voice::BnRadioVoice { struct
87 const std::shared_ptr<voice::IRadioVoiceResponse>& radioVoiceResponse, argument
92 std::shared_ptr<voice::IRadioVoiceResponse> mRadioVoiceResponse; argument
93 std::shared_ptr<voice::IRadioVoiceIndication> mRadioVoiceIndication; argument
DRadioVoice.cpp31 RadioVoice::RadioVoice(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioVoice() function in aidl::android::hardware::radio::implementation::RadioVoice