Searched refs:mHidlTvInput (Results 1 – 2 of 2) sorted by relevance
70 : mIsHidl(true), mHidlTvInput(hidlTvInput) {} in ITvInputWrapper()74 mHidlTvInput->setCallback(in_callback == nullptr ? nullptr in hidlSetCallback()83 mHidlTvInput->getStreamConfigurations(in_deviceId, in hidlGetStreamConfigurations()110 mHidlTvInput->openStream(in_deviceId, in_streamId, in hidlOpenStream()131 Result result = mHidlTvInput->closeStream(in_deviceId, in_streamId); in hidlCloseStream()
207 sp<HidlITvInput> mHidlTvInput; variable